summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ANNOUNCE8
-rw-r--r--CHANGES35
-rw-r--r--CHANGES.current33
-rw-r--r--Doc/Manual/Sections.html2
-rw-r--r--README2
-rw-r--r--configure.ac2
6 files changed, 43 insertions, 39 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 894010dc4..e3792cc95 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,8 +1,8 @@
-*** ANNOUNCE: SWIG 3.0.4 (14 Jan 2015) ***
+*** ANNOUNCE: SWIG 3.0.5 (in progress) ***
http://www.swig.org
-We're pleased to announce SWIG-3.0.4, the latest SWIG release.
+We're pleased to announce SWIG-3.0.5, the latest SWIG release.
What is SWIG?
=============
@@ -21,11 +21,11 @@ Availability
============
The release is available for download on Sourceforge at
- http://prdownloads.sourceforge.net/swig/swig-3.0.4.tar.gz
+ http://prdownloads.sourceforge.net/swig/swig-3.0.5.tar.gz
A Windows version is also available at
- http://prdownloads.sourceforge.net/swig/swigwin-3.0.4.zip
+ http://prdownloads.sourceforge.net/swig/swigwin-3.0.5.zip
Please report problems with this release to the swig-devel mailing list,
details at http://www.swig.org/mail.html.
diff --git a/CHANGES b/CHANGES
index 5b8355f76..9c64f9c75 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,41 @@ SWIG (Simplified Wrapper and Interface Generator)
See the CHANGES.current file for changes in the current version.
See the RELEASENOTES file for a summary of changes in each release.
+Version 3.0.4 (14 Jan 2015)
+===========================
+
+2015-01-12: olly
+ [PHP] Fix segfault in director upcall check when using PHP built with
+ ZTS enabled. Fixes #155, reported by Pierre Labastie.
+
+2015-01-12: vadz
+ [Python] Fix #294 #296 - Regression introduced in SWIG-3.0.3 when
+ wrapping functions with default arguments. Invalid or missing default
+ arguments were sometimes being generated into the python layer.
+
+2015-01-08: olly
+ Allow C++11 "explicit constexpr". Fixes github issue #284 reported
+ by Pawel Tomulik. Also handle "constexpr explicit" and "constexpr
+ static".
+
+2015-01-08: olly
+ When reporting an error for a construct which hasn't been
+ terminated when the end of the file is reached, report it at the
+ start line rather than "EOF" as then tools like editors and IDEs
+ will take you to a generally more useful place for fixing the
+ problem.
+
+2015-01-08: olly
+ Improve error messages for a few cases which previously gave the
+ one of the cryptic catch-all errors "Syntax error in input".
+
+2015-01-08: olly
+ Provide -cppext as a general command line option for setting the
+ extension used for generated C++ files (previously it was specific
+ to the PHP backend). Deprecate the equivalent -suffix option
+ provided by the Ocaml backend, but continue to support that for
+ now.
+
Version 3.0.3 (30 Dec 2014)
===========================
diff --git a/CHANGES.current b/CHANGES.current
index 1787477e6..04b8a6a87 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -2,37 +2,6 @@ Below are the changes for the current release.
See the CHANGES file for changes in older releases.
See the RELEASENOTES file for a summary of changes in each release.
-Version 3.0.4 (14 Jan 2015)
+Version 3.0.5 (in progress)
===========================
-2015-01-12: olly
- [PHP] Fix segfault in director upcall check when using PHP built with
- ZTS enabled. Fixes #155, reported by Pierre Labastie.
-
-2015-01-12: vadz
- [Python] Fix #294 #296 - Regression introduced in SWIG-3.0.3 when
- wrapping functions with default arguments. Invalid or missing default
- arguments were sometimes being generated into the python layer.
-
-2015-01-08: olly
- Allow C++11 "explicit constexpr". Fixes github issue #284 reported
- by Paweł Tomulik. Also handle "constexpr explicit" and "constexpr
- static".
-
-2015-01-08: olly
- When reporting an error for a construct which hasn't been
- terminated when the end of the file is reached, report it at the
- start line rather than "EOF" as then tools like editors and IDEs
- will take you to a generally more useful place for fixing the
- problem.
-
-2015-01-08: olly
- Improve error messages for a few cases which previously gave the
- one of the cryptic catch-all errors "Syntax error in input".
-
-2015-01-08: olly
- Provide -cppext as a general command line option for setting the
- extension used for generated C++ files (previously it was specific
- to the PHP backend). Deprecate the equivalent -suffix option
- provided by the Ocaml backend, but continue to support that for
- now.
diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html
index 897d274ed..666069264 100644
--- a/Doc/Manual/Sections.html
+++ b/Doc/Manual/Sections.html
@@ -6,7 +6,7 @@
<body bgcolor="#ffffff">
<H1><a name="Sections"></a>SWIG-3.0 Documentation</H1>
-Last update : SWIG-3.0.4 (14 Jan 2015)
+Last update : SWIG-3.0.5 (in progress)
<H2>Sections</H2>
diff --git a/README b/README
index 969ee4e89..cbfc708ea 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
-Version: 3.0.4 (14 Jan 2015)
+Version: 3.0.5 (in progress)
Tagline: SWIG is a compiler that integrates C and C++ with languages
including Perl, Python, Tcl, Ruby, PHP, Java, C#, D, Go, Lua,
diff --git a/configure.ac b/configure.ac
index b0c7e869d..36d99c90a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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],[3.0.4],[http://www.swig.org])
+AC_INIT([swig],[3.0.5],[http://www.swig.org])
dnl NB: When this requirement is increased to 2.60 or later, AC_PROG_SED
dnl definition below can be removed