diff --git a/ANNOUNCE b/ANNOUNCE index 9643af8b2..b486e812b 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,11 +1,10 @@ -*** ANNOUNCE: SWIG 1.3.24 *** +*** ANNOUNCE: SWIG 1.3.25 (June 11, 2005) *** http://www.swig.org -December 14, 2004 -We're pleased to announce SWIG-1.3.24, the latest installment in the -SWIG development effort. SWIG-1.3.24 includes a number of bug fixes +We're pleased to announce SWIG-1.3.25, the latest installment in the +SWIG development effort. SWIG-1.3.25 includes a number of bug fixes and large number of enhancements throughout. What is SWIG? @@ -22,11 +21,11 @@ Availability: ------------- The release is available for download on Sourceforge at - http://prdownloads.sourceforge.net/swig/swig-1.3.24.tar.gz + http://prdownloads.sourceforge.net/swig/swig-1.3.25.tar.gz Within the next day, a Windows version will also be made available at - http://prdownloads.sourceforge.net/swig/swigwin-1.3.24.zip + http://prdownloads.sourceforge.net/swig/swigwin-1.3.25.zip Release numbers --------------- diff --git a/CHANGES.current b/CHANGES.current index e83e2bf22..a50c651b7 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,5 +1,5 @@ -Version 1.3.25 (In progress) -============================ +Version 1.3.25 (June 11, 2005) +============================== 06/02/2005: wsfulton Fix #1066363 - Follow convention of release tarball name matching directory name. diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html index 4e968d984..8d780b7d2 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.25 (?????? ??, 2004) +Last update : SWIG-1.3.25 (June 11, 2005)

Sections

diff --git a/README b/README index c407c2121..49fe02371 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ SWIG (Simplified Wrapper and Interface Generator) -Version: 1.3.24 (December 14, 2004) +Version: 1.3.25 (June 11, 2005) Tagline: SWIG is a compiler that integrates C and C++ with languages including Perl, Python, Tcl, Guile, Mzscheme, @@ -72,10 +72,20 @@ What's New? SWIG-1.3.25 summary: - Improved runtime type system. Speed of module loading improved in - modules with lots of types. SWIG_RUNTIME_VERSION has been increaced + modules with lots of types. SWIG_RUNTIME_VERSION has been increased from 1 to 2, but the API is exactly the same; only internal changes were made. -- All languages now support external access to the runtime type system. +- The languages that use the runtime type system now support external + access to the runtime type system. +- Various improvements with typemaps and template handling. +- Fewer warnings in generated code. +- Improved colour documentation. +- Many C# module improvements (exception handling, prevention of early + garbage collection, C# attributes support added, more flexible type + marshalling/asymmetric types.) +- Minor improvements and bug fixes specific to the C#, Java, TCL, Guile, + Chicken, MzScheme, Perl, Php, Python, Ruby and Ocaml modules). +- Various other bug fixes and memory leak fixes. SWIG-1.3.24 summary: - Improved enum handling diff --git a/TODO b/TODO index 2ac0d4d2e..02defda8d 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ SWIG TO-DO -Release: SWIG-1.3.24 +Release: SWIG-1.3.25 $Header$ -----------------------------------------------------------------------------