From cb327f2a587f183ea4e7373bc4ca84a737c248a2 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 7 Mar 2006 23:01:29 +0000 Subject: [PATCH] Getting ready for 1.3.29 git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8989 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- ANNOUNCE | 10 +++++----- CHANGES.current | 4 ++-- README | 7 ++++++- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index c341e4071..f0215a64f 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,10 +1,10 @@ -*** ANNOUNCE: SWIG 1.3.28 (February 12, 2006) *** +*** ANNOUNCE: SWIG 1.3.29 (March 8, 2006) *** http://www.swig.org -We're pleased to announce SWIG-1.3.28, the latest installment in the -SWIG development effort. SWIG-1.3.28 includes a number of bug fixes +We're pleased to announce SWIG-1.3.29, the latest installment in the +SWIG development effort. SWIG-1.3.29 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.28.tar.gz + http://prdownloads.sourceforge.net/swig/swig-1.3.29.tar.gz A Windows version should also be available at - http://prdownloads.sourceforge.net/swig/swigwin-1.3.28.zip + http://prdownloads.sourceforge.net/swig/swigwin-1.3.29.zip Release numbers --------------- diff --git a/CHANGES.current b/CHANGES.current index 34960d6e9..082b9b21d 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,5 +1,5 @@ -Version 1.3.29 (In progress) -============================ +Version 1.3.29 (March 8, 2006) +============================== 03/07/2006: mkoeppe [Guile] diff --git a/README b/README index 27ef9b4d2..af6316ce2 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ SWIG (Simplified Wrapper and Interface Generator) -Version: 1.3.28 (February 12, 2006) +Version: 1.3.29 (March 8, 2006) Tagline: SWIG is a compiler that integrates C and C++ with languages including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua, @@ -88,6 +88,11 @@ Information about SWIG is also available in Japanese translation at What's New? =========== +SWIG-1.3.29 summary: +- Numerous important bug fixes +- Few minor new features +- Some performance improvements in generated code for Python + SWIG-1.3.28 summary: - More powerful renaming (%rename) capability. - More user friendly warning handling.