add some more info about the runtime api change

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10245 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2008-02-10 21:50:10 +00:00
commit cf8ecb3d8e

View file

@ -4,6 +4,9 @@ Version 1.3.34 (in progress)
02/10/2007: 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
[Python] Experimental shared_ptr typemaps added. Usage is the same as the recently