From 8aeb72ef3b287c534f7c8e48ddb4301f4b3c99fb Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 29 Apr 2012 21:52:27 +0000 Subject: swig-2.0.6 release date and summary git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13025 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- ANNOUNCE | 2 +- CHANGES.current | 6 +++--- Doc/Manual/Sections.html | 2 +- README | 2 +- RELEASENOTES | 3 +++ 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 61f2a70bf..825837614 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,4 +1,4 @@ -*** ANNOUNCE: SWIG 2.0.6 (in progress) *** +*** ANNOUNCE: SWIG 2.0.6 (30 April 2012) *** http://www.swig.org diff --git a/CHANGES.current b/CHANGES.current index f3cb1de21..cb64a7937 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -2,14 +2,14 @@ Below are the changes for the current release. See the CHANGES file for changes in older releases. See the RELEASENOTES file for a summary of changes in each release. -Version 2.0.6 (in progress) -=========================== +Version 2.0.6 (30 April 2012) +============================= 2012-04-25: wsfulton [Lua] Fix uninitialised variable in SWIGTYPE **OUTPUT typemaps as reported by Jim Anderson. 2012-04-28: wsfulton - [Python] Fix compilation errors when wrapping STL containers on Mac OSX 64 bit. + [Python] Fix compilation errors when wrapping STL containers on Mac OSX and possibly other systems. 2012-04-28: wsfulton [Java] Patch 3521811 from Leo Davis - char **STRING_ARRAY typemaps fixed to handle diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html index c6651349b..1151de1d5 100644 --- a/Doc/Manual/Sections.html +++ b/Doc/Manual/Sections.html @@ -6,7 +6,7 @@

SWIG-2.0 Documentation

-Last update : SWIG-2.0.6 (in progress) +Last update : SWIG-2.0.6 (30 April 2012)

Sections

diff --git a/README b/README index bd5f8ae4b..d846665e3 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ SWIG (Simplified Wrapper and Interface Generator) -Version: 2.0.6 (in progress) +Version: 2.0.6 (30 April 2012) Tagline: SWIG is a compiler that integrates C and C++ with languages including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua, diff --git a/RELEASENOTES b/RELEASENOTES index 5b542d4da..faa57bf63 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -4,6 +4,9 @@ and CHANGES files. Release Notes ============= +SWIG-2.0.6 summary: +- Regression fix for Python STL wrappers on some systems. + SWIG-2.0.5 summary: - Official Android support added including documentation and examples. - Improvements involving templates: -- cgit v1.2.1