summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2008-02-14 00:30:06 +0000
committerOlly Betts <olly@survex.com>2008-02-14 00:30:06 +0000
commitf787f5bfbae52b7c59244d62d1f11075c17fbb68 (patch)
tree3601b834f9652a71ff65008e0357f3cb7fa63c42 /CHANGES.current
parent8b7ec50ab927c119b7473ae787675dd6d5f134eb (diff)
downloadswig-f787f5bfbae52b7c59244d62d1f11075c17fbb68.tar.gz
Fix year in dates of recent changes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10258 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.current b/CHANGES.current
index e83bb1f1f..cce1a0f25 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -1,7 +1,7 @@
Version 1.3.34 (in progress)
============================
-02/13/2007: wsfulton
+02/13/2008: wsfulton
Add new special variables for use within %exception:
$wrapname - language specific wrapper name
$overname - if a method is overloaded this contains the extra mangling used on
@@ -15,14 +15,14 @@ Version 1.3.34 (in progress)
[Lua] Added a patch by Torsten Landschoff to fix the unary minus issue
Ran 'astyle --style=kr -2' across lua.cxx to neaten it up
-02/10/2007: wsfulton
+02/10/2008: wsfulton
Bump SWIG_RUNTIME_VERSION to 4. This is because of the recently introduced API
change in the conversion functions, ie change in definition of swig_converter_func.
Anyone calling SWIG_TypeCast must pass in a valid value for the new additional
(third) parameter and then handle the newly created memory if the returned value
is set to SWIG_CAST_NEW_MEMORY else a memory leak will ensue.
-02/09/2007: wsfulton
+02/09/2008: wsfulton
[Python] Experimental shared_ptr typemaps added. Usage is the same as the recently
added Java and C# shared_ptr typemaps. Two macros are available, although these
may well change in a future version:
@@ -71,7 +71,7 @@ Version 1.3.34 (in progress)
calling prior to passing a derived class to a method taking a shared_ptr to
a base class.
-02/09/2007: wsfulton
+02/09/2008: wsfulton
[Python] Add support for overriding the class registration function via a new
"smartptr" feature. This is a very low level of customisation most users
would never need to know. The feature will typically be used for intrusive