version 1.3.31

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9573 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-11-20 21:58:19 +00:00
commit d587c83179
4 changed files with 14 additions and 7 deletions

View file

@ -1,10 +1,10 @@
*** ANNOUNCE: SWIG 1.3.30 (November 13, 2006) ***
*** ANNOUNCE: SWIG 1.3.31 (November 20, 2006) ***
http://www.swig.org
We're pleased to announce SWIG-1.3.30, the latest installment in the
SWIG development effort. SWIG-1.3.30 includes a number of bug fixes
We're pleased to announce SWIG-1.3.31, the latest installment in the
SWIG development effort. SWIG-1.3.31 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.30.tar.gz
http://prdownloads.sourceforge.net/swig/swig-1.3.31.tar.gz
A Windows version should also be available at
http://prdownloads.sourceforge.net/swig/swigwin-1.3.30.zip
http://prdownloads.sourceforge.net/swig/swigwin-1.3.31.zip
Release numbers
---------------

View file

@ -1,6 +1,10 @@
Version 1.3.31 (in progress)
============================
11/12/2006: Luigi Ballabio
[Python] Alternate fix for Python exceptions bug #1578346 (the previous one broke Python
properties in modern classes)
11/12/2006: wsfulton
-fakeversion commandline option now generates the fake version into the generated wrappers
as well as displaying it when the -version commandline option is used.

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.30 (November 13, 2006)
Last update : SWIG-1.3.31 (November 20, 2006)
<H2>Sections</H2>

View file

@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
Version: 1.3.30 (November 13, 2006)
Version: 1.3.31 (November 20, 2006)
Tagline: SWIG is a compiler that integrates C and C++ with languages
including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua,
@ -89,6 +89,9 @@ Information about SWIG is also available in Japanese translation at
What's New?
===========
SWIG-1.3.31 summary:
- Python modern classes regression fix
SWIG-1.3.30 summary:
- Python-2.5 support
- New language module: R