1.3.30 release update

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9550 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-11-13 22:13:00 +00:00
commit a48e53ec20
4 changed files with 10 additions and 5 deletions

View file

@ -1,4 +1,4 @@
*** ANNOUNCE: SWIG 1.3.30 (November 1, 2006) ***
*** ANNOUNCE: SWIG 1.3.30 (November 13, 2006) ***
http://www.swig.org

View file

@ -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

View file

@ -6,7 +6,7 @@
<body bgcolor="#ffffff">
<H1><a name="Sections"></a>SWIG-1.3 Development Documentation</H1>
Last update : SWIG-1.3.30 (November 1, 2006)
Last update : SWIG-1.3.30 (November 13, 2006)
<H2>Sections</H2>

3
README
View file

@ -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