From 7aa0e29bd9d83501a0a7ae8407f428ee81983c2f Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 30 Dec 2008 01:14:14 +0000 Subject: [PATCH] getting ready for 1.3.37 release candidate git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11019 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- ANNOUNCE | 12 ++++++------ CHANGES.current | 8 +++++--- Doc/Manual/Sections.html | 2 +- README | 14 +++++++++++++- TODO | 2 +- 5 files changed, 26 insertions(+), 12 deletions(-) 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 @@

SWIG-1.3 Development Documentation

-Last update : SWIG-1.3.37 (in progress) +Last update : SWIG-1.3.37 (30 December 2008)

Sections

diff --git a/README b/README index 2898130b0..660e67d30 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ SWIG (Simplified Wrapper and Interface Generator) -Version: 1.3.36 (24 June 2008) +Version: 1.3.37 (30 December 2008) Tagline: SWIG is a compiler that integrates C and C++ with languages including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua, @@ -91,6 +91,18 @@ A SWIG FAQ and other hints can be found on the SWIG Wiki: What's New? =========== +SWIG-1.3.37 summary: +- Python 3 support added +- SWIG now ships with a version of ccache that can be used with SWIG. + This enables the files generated by SWIG to be cached so that repeated + use of SWIG on unchanged input files speeds up builds quite considerably. +- PHP 4 support removed and PHP support improved in general +- Improved C# array support +- Numerous Allegro CL improvements +- Bug fixes/enhancements for Python, PHP, Java, C#, Chicken, Allegro CL, + CFFI, Ruby, Tcl, Perl. +- Other minor generic bug fixes and enhancements + SWIG-1.3.36 summary: - Enhancement to directors to wrap all protected members - Optimisation feature for objects returned by value diff --git a/TODO b/TODO index 72aeada7c..56f5c731a 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ SWIG TO-DO -Release: SWIG-1.3.36 +Release: SWIG-1.3.37 -----------------------------------------------------------------------------