diff --git a/ANNOUNCE b/ANNOUNCE index acdd8130f..6b646d8c3 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,10 +1,10 @@ -*** ANNOUNCE: SWIG 1.3.26 (October 9, 2005) *** +*** ANNOUNCE: SWIG 1.3.27 (October 15, 2005) *** http://www.swig.org -We're pleased to announce SWIG-1.3.26, the latest installment in the -SWIG development effort. SWIG-1.3.26 includes a number of bug fixes +We're pleased to announce SWIG-1.3.27, the latest installment in the +SWIG development effort. SWIG-1.3.27 includes a number of bug fixes and large number of enhancements throughout. What is SWIG? @@ -24,11 +24,11 @@ Availability: ------------- The release is available for download on Sourceforge at - http://prdownloads.sourceforge.net/swig/swig-1.3.26.tar.gz + http://prdownloads.sourceforge.net/swig/swig-1.3.27.tar.gz A Windows version should also be available at - http://prdownloads.sourceforge.net/swig/swigwin-1.3.26.zip + http://prdownloads.sourceforge.net/swig/swigwin-1.3.27.zip Release numbers --------------- diff --git a/CHANGES.current b/CHANGES.current index 4a132fba1..01c585485 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,6 +1,8 @@ -Version 1.3.27 (In progress) -============================ +Version 1.3.27 (October 15, 2005) +================================= +10/14/2005: mmatus + Fix bug in anonymous typedef structures leading to strange behaviour. 10/13/2005: mmatus Several minor changes: diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html index b9ce8444b..3e87854de 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.27 (In progress) +Last update : SWIG-1.3.27 (October 15, 2005)

Sections

diff --git a/README b/README index d0dce3709..7b10fcaaa 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ SWIG (Simplified Wrapper and Interface Generator) -Version: 1.3.26 (October 9, 2005) +Version: 1.3.27 (October 15, 2005) Tagline: SWIG is a compiler that integrates C and C++ with languages including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua, @@ -72,6 +72,9 @@ Information about SWIG is also available in Japanese translation at What's New? =========== +SWIG-1.3.27 summary: +- Fix bug in anonymous typedef structures leading to strange behaviour. + SWIG-1.3.26 summary: - New language modules: Lua, CLISP and Common Lisp with UFFI. - Big overhaul to the PHP module. diff --git a/TODO b/TODO index 5e9928dbb..4d4739662 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ SWIG TO-DO -Release: SWIG-1.3.26 +Release: SWIG-1.3.27 $Header$ -----------------------------------------------------------------------------