bump version to 1.3.39

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11107 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2009-02-01 00:31:19 +00:00
commit 648fa408b4
6 changed files with 34 additions and 31 deletions

View file

@ -1,10 +1,10 @@
*** ANNOUNCE: SWIG 1.3.38 (31 January 2009) ***
*** ANNOUNCE: SWIG 1.3.39 (in progress) ***
http://www.swig.org
We're pleased to announce SWIG-1.3.38, the latest installment in the
SWIG development effort. SWIG-1.3.38 includes a number of bug fixes
We're pleased to announce SWIG-1.3.39, the latest installment in the
SWIG development effort. SWIG-1.3.39 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.38.tar.gz
http://prdownloads.sourceforge.net/swig/swig-1.3.39.tar.gz
A Windows version is also available at
http://prdownloads.sourceforge.net/swig/swigwin-1.3.38.zip
http://prdownloads.sourceforge.net/swig/swigwin-1.3.39.zip
Release numbers
---------------

24
CHANGES
View file

@ -2,6 +2,30 @@ SWIG (Simplified Wrapper and Interface Generator)
See CHANGES.current for current version.
Version 1.3.38 (31 January 2009)
================================
2008-01-31: bhy
[Python] Fix SF#2552488 reported by Gaetan Lehmann. Now %pythonprepend
and %pythonappend have correct indentation.
2008-01-31: bhy
[Python] Fix SF#2552048 reported by Gaetan Lehmann. The parameter list
of static member function in generated proxy code should not have the
'self' parameter.
2008-01-29: wsfulton
Fix regression introduced in 1.3.37 where the default output directory
for target language specific files (in the absence of -outdir) was no
longer the same directory as the generated c/c++ file.
2008-01-28: wsfulton
[Java, C#] Fix proxy class not being used when the global scope operator
was used for parameters passed by value. Reported by David Piepgrass.
2008-01-15: wsfulton
[Perl] Fix seg fault when running with -v option, reported by John Ky.
Version 1.3.37 (13 January 2009)
================================

View file

@ -1,24 +1,3 @@
Version 1.3.38 (31 January 2009)
================================
2008-01-31: bhy
[Python] Fix SF#2552488 reported by Gaetan Lehmann. Now %pythonprepend
and %pythonappend have correct indentation.
2008-01-31: bhy
[Python] Fix SF#2552048 reported by Gaetan Lehmann. The parameter list
of static member function in generated proxy code should not have the
'self' parameter.
2008-01-29: wsfulton
Fix regression introduced in 1.3.37 where the default output directory
for target language specific files (in the absence of -outdir) was no
longer the same directory as the generated c/c++ file.
2008-01-28: wsfulton
[Java, C#] Fix proxy class not being used when the global scope operator
was used for parameters passed by value. Reported by David Piepgrass.
2008-01-15: wsfulton
[Perl] Fix seg fault when running with -v option, reported by John Ky.
Version 1.3.39 (in progress)
============================

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.38 (31 January 2009)
Last update : SWIG-1.3.39 (in progress)
<H2>Sections</H2>

2
TODO
View file

@ -1,6 +1,6 @@
SWIG TO-DO
Release: SWIG-1.3.38
Release: SWIG-1.3.39
-----------------------------------------------------------------------------

View file

@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl The macros which aren't shipped with the autotools are stored in the
dnl Tools/config directory in .m4 files.
AC_INIT([swig],[1.3.38],[http://www.swig.org])
AC_INIT([swig],[1.3.39],[http://www.swig.org])
AC_PREREQ(2.58)
AC_CONFIG_SRCDIR([Source/Swig/swig.h])
AC_CONFIG_AUX_DIR([Tools/config])