updates for 1.3.30 release

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9506 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-11-02 00:00:05 +00:00
commit f41f64a1d5
5 changed files with 19 additions and 12 deletions

13
README
View file

@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
Version: 1.3.29 (March 21, 2006)
Version: 1.3.30rc1 (November 1, 2006)
Tagline: SWIG is a compiler that integrates C and C++ with languages
including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua,
@ -90,8 +90,15 @@ What's New?
===========
SWIG-1.3.30 summary:
- Add feature:constasvar to guile and chicken modules, to export constants
as variables instead of functions that return the constant value.
- Python-2.5 support
- New language module: R
- Director support added for C#
- Numerous director fixes and improvements
- Improved mingw/msys support
- Better constants support in Guile and chicken modules
- Minor improvements/fixes in cffi, php, allegrocl, perl, chicken, lua, ruby,
ocaml, python, java, c# language modules, guile
- Many many other bug fixes
SWIG-1.3.29 summary:
- Numerous important bug fixes