Update for 1.3.24

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6852 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-12-10 22:07:37 +00:00
commit 8787422b1a
5 changed files with 22 additions and 40 deletions

8
README
View file

@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
Version: 1.3.23 (November 11, 2004)
Version: 1.3.24 (December 14, 2004)
Tagline: SWIG is a compiler that integrates C and C++ with
languages including Perl, Python, Tcl, Guile, Mzscheme,
@ -70,6 +70,12 @@ Information about SWIG is also available in Japanese translation at
What's New?
===========
SWIG-1.3.24 summary:
- Improved enum handling
- More runtime library options
- More bugs fixes for templates and template default arguments, directors
and other areas.
SWIG-1.3.23 summary:
- Improved support for callbacks
- Python docstring support and better error handling