swig-4.0.2 release notes

This commit is contained in:
William S Fulton 2020-06-07 23:03:06 +01:00
commit 3c007e81d6
5 changed files with 14 additions and 6 deletions

View file

@ -1,4 +1,4 @@
*** ANNOUNCE: SWIG 4.0.2 (in progress) ***
*** ANNOUNCE: SWIG 4.0.2 (8 Jun 2020) ***
http://www.swig.org

View file

@ -4,8 +4,8 @@ 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.2 (in progress)
===========================
Version 4.0.2 (8 Jun 2020)
==========================
2020-06-07 vigsterkr
[Ruby] #1717 Nil fix mangling strings
@ -36,7 +36,7 @@ Version 4.0.2 (in progress)
#1788 Fix handling of Doxygen \endlink command.
2020-05-24: vapier
[JS] #1796 Fix pkg-config invocation in configure.
[Javascript] #1796 Fix pkg-config invocation in configure.
2020-04-30: kwwette
[Octave] Fix exception raising for newer Octave versions

View file

@ -8,7 +8,7 @@
<H1><a name="Sections">SWIG-4.0 Documentation</a></H1>
<p>
Last update : SWIG-4.0.2 (in progress)
Last update : SWIG-4.0.2 (8 Jun 2020)
</p>
<H2><a name="Sections_Sections">Sections</a></H2>

2
README
View file

@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
Version: 4.0.2 (in progress)
Version: 4.0.2 (8 Jun 2020)
Tagline: SWIG is a compiler that integrates C and C++ with languages
including Perl, Python, Tcl, Ruby, PHP, Java, C#, D, Go, Lua,

View file

@ -7,6 +7,14 @@ 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.2 summary:
- A few fixes around doxygen comment handling.
- Ruby 2.7 support added.
- Various minor improvements to C#, D, Java, OCaml, Octave, Python,
R, Ruby.
- Considerable performance improvement running SWIG on large
interface files.
SWIG-4.0.1 summary:
- SWIG now cleans up on error by removing all generated files.
- Add Python 3.8 support.