From 46512edf4393f570e69f321d5e2d629b263ca431 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 20 Nov 2006 21:58:19 +0000 Subject: [PATCH] version 1.3.31 git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9573 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- ANNOUNCE | 10 +++++----- CHANGES.current | 4 ++++ Doc/Manual/Sections.html | 2 +- README | 5 ++++- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 90ac2a4ae..a050cc72a 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -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 --------------- diff --git a/CHANGES.current b/CHANGES.current index 779980ad1..8b9491f5b 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -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. diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html index 5a540a381..88f54beab 100644 --- a/Doc/Manual/Sections.html +++ b/Doc/Manual/Sections.html @@ -6,7 +6,7 @@

SWIG-1.3 Development Documentation

-Last update : SWIG-1.3.30 (November 13, 2006) +Last update : SWIG-1.3.31 (November 20, 2006)

Sections

diff --git a/README b/README index d9d703a59..7b4833bd5 100644 --- a/README +++ b/README @@ -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