From ac75e4ae53b1813f5791798ac5b679b52889a81a Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 16 Dec 2012 14:39:37 +0000 Subject: [PATCH] 2.0.9 release notes and date git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13977 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- ANNOUNCE | 2 +- CHANGES.current | 8 ++++---- Doc/Manual/Sections.html | 2 +- README | 2 +- RELEASENOTES | 6 ++++++ 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index f6a24967af3..8ac22424768 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 22c9a330199..c88bed34d23 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 483d644630c..faff9529821 100644 --- a/Doc/Manual/Sections.html +++ b/Doc/Manual/Sections.html @@ -6,7 +6,7 @@

SWIG-2.0 Documentation

-Last update : SWIG-2.0.9 (in progress) +Last update : SWIG-2.0.9 (16 December 2012)

Sections

diff --git a/README b/README index c9abef48632..68a55e8629b 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 e09e2cad092..af9f4fb6be6 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.