diff --git a/CHANGES.current b/CHANGES.current index 8f6771025..c6adbfdda 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,6 +1,9 @@ Version 1.3.25 (In progress) ============================ +02/21/2005: wsfulton + [PHP] Patch from Olly Betts, so that wrappers compile with Zend thread safety enabled. + 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 @@ -20,6 +23,7 @@ Version 1.3.25 (In progress) 02/15/2005: wsfulton swig -help follows other software by printing to stdout instead of stderr now. + swig -version also displays to stdout instead of stderr now. Behaviour reported by Torsten Landschoff. 02/15/2005: wsfulton