diff --git a/ANNOUNCE b/ANNOUNCE index c4754427b..90ac2a4ae 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,4 +1,4 @@ -*** ANNOUNCE: SWIG 1.3.30 (November 1, 2006) *** +*** ANNOUNCE: SWIG 1.3.30 (November 13, 2006) *** http://www.swig.org diff --git a/CHANGES.current b/CHANGES.current index 124f8c91d..9561babc6 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,5 +1,9 @@ -Version 1.3.30 (in progress) -=========================== +Version 1.3.30 (November 13, 2006) +================================= + +11/12/2006: wsfulton + [java] Remove DetachCurrentThread patch from 08/11/2006 - it causes segfaults + on some systems. 11/12/2006: wsfulton [python] Fix #1578346 - Python exceptions with -modern diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html index 7a1a564c4..5a540a381 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.30 (November 1, 2006) +Last update : SWIG-1.3.30 (November 13, 2006)

Sections

diff --git a/README b/README index 8530e9d7d..d9d703a59 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ SWIG (Simplified Wrapper and Interface Generator) -Version: 1.3.30rc1 (November 1, 2006) +Version: 1.3.30 (November 13, 2006) Tagline: SWIG is a compiler that integrates C and C++ with languages including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua, @@ -97,6 +97,7 @@ SWIG-1.3.30 summary: - Improved mingw/msys support - Better constants support in Guile and chicken modules - Support for generating PHP5 class wrappers +- Important Java premature garbage collection fix - Minor improvements/fixes in cffi, php, allegrocl, perl, chicken, lua, ruby, ocaml, python, java, c# and guile language modules - Many many other bug fixes