summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2012-04-29 21:52:27 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2012-04-29 21:52:27 +0000
commit8aeb72ef3b287c534f7c8e48ddb4301f4b3c99fb (patch)
tree14035f0a04bde26c05f3d07f1a6520e558376b5d
parent8bf13473544fc3aee0b42ebf8038d0ceea712d25 (diff)
downloadswig-8aeb72ef3b287c534f7c8e48ddb4301f4b3c99fb.tar.gz
swig-2.0.6 release date and summaryv2.0.6rel-2.0.6
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13025 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--ANNOUNCE2
-rw-r--r--CHANGES.current6
-rw-r--r--Doc/Manual/Sections.html2
-rw-r--r--README2
-rw-r--r--RELEASENOTES3
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 @@
<body bgcolor="#ffffff">
<H1><a name="Sections"></a>SWIG-2.0 Documentation</H1>
-Last update : SWIG-2.0.6 (in progress)
+Last update : SWIG-2.0.6 (30 April 2012)
<H2>Sections</H2>
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: