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:
William S Fulton 2008-12-30 01:14:14 +00:00
commit 7aa0e29bd9
5 changed files with 26 additions and 12 deletions

View file

@ -1,11 +1,11 @@
*** ANNOUNCE: SWIG 1.3.36 (24 June 2008) ***
*** ANNOUNCE: SWIG 1.3.37 (30 December 2008) ***
http://www.swig.org
We're pleased to announce SWIG-1.3.36, the latest installment in the
SWIG development effort. SWIG-1.3.36 includes a number of bug fixes
and large number of enhancements throughout.
We're pleased to announce SWIG-1.3.37, the latest installment in the
SWIG development effort. SWIG-1.3.37 includes a number of bug fixes
and enhancements.
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.36.tar.gz
http://prdownloads.sourceforge.net/swig/swig-1.3.37.tar.gz
A Windows version is also available at
http://prdownloads.sourceforge.net/swig/swigwin-1.3.36.zip
http://prdownloads.sourceforge.net/swig/swigwin-1.3.37.zip
Release numbers
---------------

View file

@ -1,5 +1,5 @@
Version 1.3.37 (in progress)
============================
Version 1.3.37 (30 December 2008)
=================================
2008-12-30: wsfulton
Bug #2430756. All the languages now define a macro in the generated C/C++
@ -78,6 +78,8 @@ Version 1.3.37 (in progress)
you can download it here:
https://swig.svn.sourceforge.net/svnroot/swig/trunk/Tools/pyname_patch.py
*** POTENTIAL INCOMPATIBILITY ***
2008-12-02: wsfulton
[Python] Apply patch #2143727 from Serge Monkewitz to fix importing base classes
when the package option is specified in %module and that module is %import'ed.
@ -280,7 +282,7 @@ Version 1.3.37 (in progress)
Fix SF #2019156 Configuring with --without-octave or --without-alllang
did not disable octave.
2008-07-14: wsfultonn
2008-07-14: wsfulton
[Java, C#] Fix director typemaps for pointers so that NULL pointers are correctly
marshalled to C#/Java null in director methods.

View file

@ -6,7 +6,7 @@
<body bgcolor="#ffffff">
<H1><a name="Sections"></a>SWIG-1.3 Development Documentation</H1>
Last update : SWIG-1.3.37 (in progress)
Last update : SWIG-1.3.37 (30 December 2008)
<H2>Sections</H2>

14
README
View file

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

2
TODO
View file

@ -1,6 +1,6 @@
SWIG TO-DO
Release: SWIG-1.3.36
Release: SWIG-1.3.37
-----------------------------------------------------------------------------