Skip to content

Commit 1e36f51

Browse files
committed
Add swig-4.0.1 summary to release notes
1 parent 2c1ff4e commit 1e36f51

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

ANNOUNCE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*** ANNOUNCE: SWIG 4.0.1 (in progress) ***
1+
*** ANNOUNCE: SWIG 4.0.1 (21 Aug 2019) ***
22

33
http://www.swig.org
44

CHANGES.current

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ See the RELEASENOTES file for a summary of changes in each release.
44
Issue # numbers mentioned below can be found on Github. For more details, add
55
the issue number to the end of the URL: https://github.com/swig/swig/issues/
66

7-
Version 4.0.1 (in progress)
7+
Version 4.0.1 (21 Aug 2019)
88
===========================
99

1010
2019-08-20: TekuConcept

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SWIG (Simplified Wrapper and Interface Generator)
22

3-
Version: 4.0.1 (in progress)
3+
Version: 4.0.1 (21 Aug 2019)
44

55
Tagline: SWIG is a compiler that integrates C and C++ with languages
66
including Perl, Python, Tcl, Ruby, PHP, Java, C#, D, Go, Lua,

RELEASENOTES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ Release Notes
77
Detailed release notes are available with the release and are also
88
published on the SWIG web site at http://swig.org/release.html.
99

10+
SWIG-4.0.1 summary:
11+
- SWIG now cleans up on error by removing all generated files.
12+
- Add Python 3.8 support.
13+
- Python Sphinx compatibility added for Doxygen comments.
14+
- Some minor regressions introduced in 4.0.0 were fixed.
15+
- Fix some C++17 compatibility problems in Python and Ruby generated
16+
code.
17+
- Minor improvements/fixes for C#, Java, Javascript, Lua, MzScheme,
18+
Ocaml, Octave and Python.
19+
1020
SWIG-4.0.0 summary:
1121
- Support for Doxygen documentation comments which are parsed and
1222
converted into JavaDoc or PyDoc comments.

0 commit comments

Comments
 (0)