summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-07-05 16:56:31 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-07-05 17:16:38 +0100
commitd9bfccfc4eeee8d5984901d01868c8fb7e0eb980 (patch)
treebfd14cac82a3fddbecc6c565cb2199acd33f0c63
parent3b859ab5390ac80a23928fa3310b50b7259c7b9b (diff)
downloadswig-d9bfccfc4eeee8d5984901d01868c8fb7e0eb980.tar.gz
Add 3.0.6 release notes and release date
-rw-r--r--ANNOUNCE2
-rw-r--r--CHANGES.current4
-rw-r--r--Doc/Manual/Sections.html2
-rw-r--r--README2
-rw-r--r--RELEASENOTES5
5 files changed, 10 insertions, 5 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 96b1904ac..cd82f89ff 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,4 +1,4 @@
-*** ANNOUNCE: SWIG 3.0.6 (in progress) ***
+*** ANNOUNCE: SWIG 3.0.6 (5 Jul 2015) ***
http://www.swig.org
diff --git a/CHANGES.current b/CHANGES.current
index c7b415248..36e8bf758 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -2,8 +2,8 @@ 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.6 (in progress)
-===========================
+Version 3.0.6 (5 Jul 2015)
+==========================
2015-07-02: wsfulton
Fix syntax error when the template keyword is used in types, eg:
diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html
index 057d355ec..bfea68ac0 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.6 (in progress)
+Last update : SWIG-3.0.6 (5 Jul 2015)
<H2>Sections</H2>
diff --git a/README b/README
index 5c85e6c3a..706aee7fa 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
-Version: 3.0.6 (in progress)
+Version: 3.0.6 (5 Jul 2015)
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/RELEASENOTES b/RELEASENOTES
index 6af303bc8..bb1d82bb9 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -4,6 +4,11 @@ and CHANGES files.
Release Notes
=============
+SWIG-3.0.6 summary:
+- Stability and regression fixes.
+- Fixed parsing of C++ corner cases.
+- Language improvements and bug fixes for C#, Go, Java, Lua, Python, R.
+
SWIG-3.0.5 summary:
- Added support for Scilab.
- Important Python regression fix when wrapping C++ default arguments.