*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6967 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-02-17 22:17:22 +00:00
commit 9a1dca900d

View file

@ -1,6 +1,18 @@
Version 1.3.25 (In progress)
============================
02/17/2005: wsfulton
Memory leak fix in some of the scripting language modules when using default
arguments in constructors. The scripting language was not taking ownership of the
C++ object memory when any of the constructors that use default arguments was called.
02/16/2005: wsfulton
SF #1115055: Failed make install. Patch from Rob Stone.
02/16/2005: wsfulton
[Java] SF #1123416 from Paul Moore. Correct memory allocation for STRINGARRAY
typemaps in various.i.
02/15/2005: wsfulton
Disabled typemap search changes for now (see entry 19/12/2004). It breaks
old typemaps, lengthens the execution time by about 25% and introduces