diff --git a/ANNOUNCE b/ANNOUNCE index 7c0e95e3f..6d27f19e2 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,11 +1,11 @@ -*** ANNOUNCE: SWIG 1.3.36 (24 June 2008) *** +*** ANNOUNCE: SWIG 1.3.37 (30 December 2008) *** http://www.swig.org -We're pleased to announce SWIG-1.3.36, the latest installment in the -SWIG development effort. SWIG-1.3.36 includes a number of bug fixes -and large number of enhancements throughout. +We're pleased to announce SWIG-1.3.37, the latest installment in the +SWIG development effort. SWIG-1.3.37 includes a number of bug fixes +and enhancements. What is SWIG? ------------- @@ -24,11 +24,11 @@ Availability: ------------- The release is available for download on Sourceforge at - http://prdownloads.sourceforge.net/swig/swig-1.3.36.tar.gz + http://prdownloads.sourceforge.net/swig/swig-1.3.37.tar.gz A Windows version is also available at - http://prdownloads.sourceforge.net/swig/swigwin-1.3.36.zip + http://prdownloads.sourceforge.net/swig/swigwin-1.3.37.zip Release numbers --------------- diff --git a/CHANGES.current b/CHANGES.current index 503e2d183..f9420f284 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,5 +1,5 @@ -Version 1.3.37 (in progress) -============================ +Version 1.3.37 (30 December 2008) +================================= 2008-12-30: wsfulton Bug #2430756. All the languages now define a macro in the generated C/C++ @@ -78,6 +78,8 @@ Version 1.3.37 (in progress) you can download it here: https://swig.svn.sourceforge.net/svnroot/swig/trunk/Tools/pyname_patch.py + *** POTENTIAL INCOMPATIBILITY *** + 2008-12-02: wsfulton [Python] Apply patch #2143727 from Serge Monkewitz to fix importing base classes when the package option is specified in %module and that module is %import'ed. @@ -280,7 +282,7 @@ Version 1.3.37 (in progress) Fix SF #2019156 Configuring with --without-octave or --without-alllang did not disable octave. -2008-07-14: wsfultonn +2008-07-14: wsfulton [Java, C#] Fix director typemaps for pointers so that NULL pointers are correctly marshalled to C#/Java null in director methods. diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html index 9f2c94e0b..e869e340f 100644 --- a/Doc/Manual/Sections.html +++ b/Doc/Manual/Sections.html @@ -6,7 +6,7 @@