Skip to content

Commit 3c007e8

Browse files
committed
swig-4.0.2 release notes
1 parent 8041bfd commit 3c007e8

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
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.2 (in progress) ***
1+
*** ANNOUNCE: SWIG 4.0.2 (8 Jun 2020) ***
22

33
http://www.swig.org
44

CHANGES.current

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ 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.2 (in progress)
8-
===========================
7+
Version 4.0.2 (8 Jun 2020)
8+
==========================
99

1010
2020-06-07 vigsterkr
1111
[Ruby] #1717 Nil fix mangling strings
@@ -36,7 +36,7 @@ Version 4.0.2 (in progress)
3636
#1788 Fix handling of Doxygen \endlink command.
3737

3838
2020-05-24: vapier
39-
[JS] #1796 Fix pkg-config invocation in configure.
39+
[Javascript] #1796 Fix pkg-config invocation in configure.
4040

4141
2020-04-30: kwwette
4242
[Octave] Fix exception raising for newer Octave versions

Doc/Manual/Sections.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<H1><a name="Sections">SWIG-4.0 Documentation</a></H1>
99

1010
<p>
11-
Last update : SWIG-4.0.2 (in progress)
11+
Last update : SWIG-4.0.2 (8 Jun 2020)
1212
</p>
1313

1414
<H2><a name="Sections_Sections">Sections</a></H2>

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.2 (in progress)
3+
Version: 4.0.2 (8 Jun 2020)
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ 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.2 summary:
11+
- A few fixes around doxygen comment handling.
12+
- Ruby 2.7 support added.
13+
- Various minor improvements to C#, D, Java, OCaml, Octave, Python,
14+
R, Ruby.
15+
- Considerable performance improvement running SWIG on large
16+
interface files.
17+
1018
SWIG-4.0.1 summary:
1119
- SWIG now cleans up on error by removing all generated files.
1220
- Add Python 3.8 support.

0 commit comments

Comments
 (0)