summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2017-01-26 19:06:14 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2017-01-26 19:24:40 +0000
commitac916b006a7c020a5c35d4c63854a5a8fda4500f (patch)
tree258910766f2005067a513f3ec8707fde0dc2f8d8
parent8a4ab380a16b2bbf520ad62d00d519d58a94ff5e (diff)
downloadswig-ac916b006a7c020a5c35d4c63854a5a8fda4500f.tar.gz
Add 3.0.12 release notes and date
[skip ci]
-rw-r--r--ANNOUNCE2
-rw-r--r--CHANGES.current2
-rw-r--r--Doc/Manual/Sections.html2
-rw-r--r--README2
-rw-r--r--RELEASENOTES5
5 files changed, 9 insertions, 4 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index aa5424a1a..2c7c5a7ce 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,4 +1,4 @@
-*** ANNOUNCE: SWIG 3.0.12 (in progress) ***
+*** ANNOUNCE: SWIG 3.0.12 (27 Jan 2017) ***
http://www.swig.org
diff --git a/CHANGES.current b/CHANGES.current
index e6a01f3e2..5a2d3a802 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -4,7 +4,7 @@ See the RELEASENOTES file for a summary of changes in each release.
Issue # numbers mentioned below can be found on Github. For more details, add
the issue number to the end of the URL: https://github.com/swig/swig/issues/
-Version 3.0.12 (in progress)
+Version 3.0.12 (27 Jan 2017)
============================
2017-01-24: andrey-starodubtsev
diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html
index d75a979ef..368f306b5 100644
--- a/Doc/Manual/Sections.html
+++ b/Doc/Manual/Sections.html
@@ -8,7 +8,7 @@
<H1><a name="Sections">SWIG-3.0 Documentation</a></H1>
<p>
-Last update : SWIG-3.0.12 (in progress)
+Last update : SWIG-3.0.12 (27 Jan 2017)
</p>
<H2><a name="Sections_Sections">Sections</a></H2>
diff --git a/README b/README
index 3a798e0b3..c4c6b9c52 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
-Version: 3.0.12 (in progress)
+Version: 3.0.12 (27 Jan 2017)
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 2c79ab9a1..d88a36a75 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -7,6 +7,11 @@ Release Notes
Detailed release notes are available with the release and are also
published on the SWIG web site at http://swig.org/release.html.
+SWIG-3.0.12 summary:
+- Add support for Octave-4.2.
+- Enhance %extend to support template functions.
+- Language specific enhancements and fixes for C#, D, Java, PHP7.
+
SWIG-3.0.11 summary:
- PHP 7 support added.
- C++11 alias templates and type aliasing support added.