getting ready for 1.3.37 release candidate
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11019 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5ec2d8c166
commit
7aa0e29bd9
5 changed files with 26 additions and 12 deletions
14
README
14
README
|
|
@ -1,6 +1,6 @@
|
|||
SWIG (Simplified Wrapper and Interface Generator)
|
||||
|
||||
Version: 1.3.36 (24 June 2008)
|
||||
Version: 1.3.37 (30 December 2008)
|
||||
|
||||
Tagline: SWIG is a compiler that integrates C and C++ with languages
|
||||
including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua,
|
||||
|
|
@ -91,6 +91,18 @@ A SWIG FAQ and other hints can be found on the SWIG Wiki:
|
|||
What's New?
|
||||
===========
|
||||
|
||||
SWIG-1.3.37 summary:
|
||||
- Python 3 support added
|
||||
- SWIG now ships with a version of ccache that can be used with SWIG.
|
||||
This enables the files generated by SWIG to be cached so that repeated
|
||||
use of SWIG on unchanged input files speeds up builds quite considerably.
|
||||
- PHP 4 support removed and PHP support improved in general
|
||||
- Improved C# array support
|
||||
- Numerous Allegro CL improvements
|
||||
- Bug fixes/enhancements for Python, PHP, Java, C#, Chicken, Allegro CL,
|
||||
CFFI, Ruby, Tcl, Perl.
|
||||
- Other minor generic bug fixes and enhancements
|
||||
|
||||
SWIG-1.3.36 summary:
|
||||
- Enhancement to directors to wrap all protected members
|
||||
- Optimisation feature for objects returned by value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue