swig-4.0.2 release notes
This commit is contained in:
parent
8041bfdf09
commit
3c007e81d6
5 changed files with 14 additions and 6 deletions
2
ANNOUNCE
2
ANNOUNCE
|
|
@ -1,4 +1,4 @@
|
||||||
*** ANNOUNCE: SWIG 4.0.2 (in progress) ***
|
*** ANNOUNCE: SWIG 4.0.2 (8 Jun 2020) ***
|
||||||
|
|
||||||
http://www.swig.org
|
http://www.swig.org
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
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/
|
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
|
2020-06-07 vigsterkr
|
||||||
[Ruby] #1717 Nil fix mangling strings
|
[Ruby] #1717 Nil fix mangling strings
|
||||||
|
|
@ -36,7 +36,7 @@ Version 4.0.2 (in progress)
|
||||||
#1788 Fix handling of Doxygen \endlink command.
|
#1788 Fix handling of Doxygen \endlink command.
|
||||||
|
|
||||||
2020-05-24: vapier
|
2020-05-24: vapier
|
||||||
[JS] #1796 Fix pkg-config invocation in configure.
|
[Javascript] #1796 Fix pkg-config invocation in configure.
|
||||||
|
|
||||||
2020-04-30: kwwette
|
2020-04-30: kwwette
|
||||||
[Octave] Fix exception raising for newer Octave versions
|
[Octave] Fix exception raising for newer Octave versions
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
<H1><a name="Sections">SWIG-4.0 Documentation</a></H1>
|
<H1><a name="Sections">SWIG-4.0 Documentation</a></H1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Last update : SWIG-4.0.2 (in progress)
|
Last update : SWIG-4.0.2 (8 Jun 2020)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<H2><a name="Sections_Sections">Sections</a></H2>
|
<H2><a name="Sections_Sections">Sections</a></H2>
|
||||||
|
|
|
||||||
2
README
2
README
|
|
@ -1,6 +1,6 @@
|
||||||
SWIG (Simplified Wrapper and Interface Generator)
|
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
|
Tagline: SWIG is a compiler that integrates C and C++ with languages
|
||||||
including Perl, Python, Tcl, Ruby, PHP, Java, C#, D, Go, Lua,
|
including Perl, Python, Tcl, Ruby, PHP, Java, C#, D, Go, Lua,
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,14 @@ Release Notes
|
||||||
Detailed release notes are available with the release and are also
|
Detailed release notes are available with the release and are also
|
||||||
published on the SWIG web site at http://swig.org/release.html.
|
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-4.0.1 summary:
|
||||||
- SWIG now cleans up on error by removing all generated files.
|
- SWIG now cleans up on error by removing all generated files.
|
||||||
- Add Python 3.8 support.
|
- Add Python 3.8 support.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue