aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2019-08-20 22:34:03 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2019-08-20 22:34:03 +0100
commit1e36f51346d95f8b9848e682c2eb986e9cb9b4f4 (patch)
tree856299dc5e5402e056db2ff91dee214d8b74ad83
parent2c1ff4e8ce76b3fb01d59aa614b0ce15fe4c53a5 (diff)
downloadswig-1e36f51346d95f8b9848e682c2eb986e9cb9b4f4.tar.gz
Add swig-4.0.1 summary to release notes
-rw-r--r--ANNOUNCE2
-rw-r--r--CHANGES.current2
-rw-r--r--README2
-rw-r--r--RELEASENOTES10
4 files changed, 13 insertions, 3 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index b83921cc4..495f101c7 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,4 +1,4 @@
-*** ANNOUNCE: SWIG 4.0.1 (in progress) ***
+*** ANNOUNCE: SWIG 4.0.1 (21 Aug 2019) ***
http://www.swig.org
diff --git a/CHANGES.current b/CHANGES.current
index 08de31868..ab69e0916 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 4.0.1 (in progress)
+Version 4.0.1 (21 Aug 2019)
===========================
2019-08-20: TekuConcept
diff --git a/README b/README
index 165098cb5..6d118335f 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
-Version: 4.0.1 (in progress)
+Version: 4.0.1 (21 Aug 2019)
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 3fe78f2e2..8633dadef 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -7,6 +7,16 @@ 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-4.0.1 summary:
+- SWIG now cleans up on error by removing all generated files.
+- Add Python 3.8 support.
+- Python Sphinx compatibility added for Doxygen comments.
+- Some minor regressions introduced in 4.0.0 were fixed.
+- Fix some C++17 compatibility problems in Python and Ruby generated
+ code.
+- Minor improvements/fixes for C#, Java, Javascript, Lua, MzScheme,
+ Ocaml, Octave and Python.
+
SWIG-4.0.0 summary:
- Support for Doxygen documentation comments which are parsed and
converted into JavaDoc or PyDoc comments.