From ee92e3c92a0d97ae3c39c693fe51f49bbcb73407 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Mon, 7 Mar 2005 21:03:44 +0000 Subject: [PATCH] collect info from new and old python changes git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7039 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 4d1b641fc..329d2602c 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,6 +1,33 @@ Version 1.3.25 (In progress) ============================ +05/05/2005: mmatus + + Fix several memory leaks around. Even when we survive knowning + swig is a memory leak factory, it was a little out of + control. To run std_containers.i in the python test-suite, + swig was using ~260MB, now it uses 'only' ~40MB, which is + the same ammount that g++ uses, so, is not that bad. + In the process, I found a couple of extra Deletes, which + in some cases could trigger seg. faults and/or + DOH/asserts. + + [python] Better support for directors + exception. More + verbose errors and added an unexpected exception handler. + + [python] Fix memory leak for the + + std::vector > + + case,reported by Bo Peng. + + [python] Fix SwigPyObject compare problem reporte by + Cameron Patrick. + + [python] Fix several warnings in the generated code + for gnu-gcc, Intel and VC7.1 compilers. + + 02/25/2005: wuzzeb (John Lenz) Update documentation to use CSS and
instead of
I used a script to convert the docs, and it set all the box classes