Getting ready for 1.3.29

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8989 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-03-07 23:01:29 +00:00
commit cb327f2a58
3 changed files with 13 additions and 8 deletions

View file

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

View file

@ -1,5 +1,5 @@
Version 1.3.29 (In progress)
============================
Version 1.3.29 (March 8, 2006)
==============================
03/07/2006: mkoeppe
[Guile]

7
README
View file

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