diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index a6bd33c47..8f6771025 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -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