From c2e499bcd7c767195ae2a4028b4ce2a25e1f88f6 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Tue, 29 Feb 2000 17:38:15 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@294 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/SWIG/CHANGES b/SWIG/CHANGES index 86d3f331c..5e93a6ee8 100644 --- a/SWIG/CHANGES +++ b/SWIG/CHANGES @@ -1,5 +1,10 @@ SWIG (Simplified Wrapper and Interface Generator) +2/29/00 : beazley + Incorporated some patches to the Perl5 module related to + the -hide option and the destruction of objects. + Patch submitted by Karl Forner. + 2/27/00 : ttn Incorporated Guile support contributed by Matthias Koeppe. This includes a cpp macro in Lib/guile/guile.swg and the @@ -16,6 +21,14 @@ SWIG (Simplified Wrapper and Interface Generator) It has not been tested with versions before 1.3. WARNING: Code is unstable due to experimentation by ttn. +2/16/00 : beazley + A variety of performance improvements to the Python shadow + class code generation. Many of these result in substantial + runtime performance gains. However, these have come at + a cost of requiring the use of Python 1.5.2. For older + versions, use 'swig -noopt -python' to turn off these + optimization features. + Version 1.3 Alpha 1 (February 11, 2000) =======================================