summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ANNOUNCE2
-rw-r--r--CHANGES.current8
-rw-r--r--Doc/Manual/Sections.html2
-rw-r--r--README2
-rw-r--r--RELEASENOTES6
5 files changed, 13 insertions, 7 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index f6a24967a..8ac224247 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,4 +1,4 @@
-*** ANNOUNCE: SWIG 2.0.9 (in progress) ***
+*** ANNOUNCE: SWIG 2.0.9 (16 December 2012) ***
http://www.swig.org
diff --git a/CHANGES.current b/CHANGES.current
index 22c9a3301..c88bed34d 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -2,11 +2,11 @@ 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.9 (in progress)
-===========================
+Version 2.0.9 (16 December 2012)
+================================
2012-12-16: wsfulton
- Fix garbage line number / empty file name reporting for some missing
+ Fix garbage line number / empty file name reporting for some missing
'}' or ')' error messages.
2012-12-15: kkaempf
@@ -19,7 +19,7 @@ Version 2.0.9 (in progress)
2012-12-14: kkaempf
[Ruby] Applied patches #3530442 and 3530443 to adapt compile and runtime include
- pathes to match Ruby 1.9+
+ paths to match Ruby 1.9+
2012-12-14: wsfulton
[CFFI] Fix #3161614 - Some string constants are incorrect
diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html
index 483d64463..faff95298 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.9 (in progress)
+Last update : SWIG-2.0.9 (16 December 2012)
<H2>Sections</H2>
diff --git a/README b/README
index c9abef486..68a55e862 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
-Version: 2.0.9 (in progress)
+Version: 2.0.9 (16 December 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 e09e2cad0..af9f4fb6b 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -4,6 +4,12 @@ and CHANGES files.
Release Notes
=============
+SWIG-2.0.9 summary:
+- Improved typemap matching.
+- Ruby 1.9 support is much improved.
+- Various bug fixes and minor improvements in C#, CFFI, Go, Java,
+ Modula3, Octave, Perl, Python, R, Ruby, Tcl and in ccache-swig.
+
SWIG-2.0.8 summary:
- Fix a couple of regressions introduced in 2.0.5 and 2.0.7.
- Improved using declarations and using directives support.