From 3c007e81d6b6cb6e580cd18afaa870ef144c8fc8 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 7 Jun 2020 23:03:06 +0100 Subject: [PATCH] swig-4.0.2 release notes --- ANNOUNCE | 2 +- CHANGES.current | 6 +++--- Doc/Manual/Sections.html | 2 +- README | 2 +- RELEASENOTES | 8 ++++++++ 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 6709f1182..b99c0c386 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,4 +1,4 @@ -*** ANNOUNCE: SWIG 4.0.2 (in progress) *** +*** ANNOUNCE: SWIG 4.0.2 (8 Jun 2020) *** http://www.swig.org diff --git a/CHANGES.current b/CHANGES.current index f64b6e48b..ba71d5556 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -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 diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html index 30b74297c..a23ad7164 100644 --- a/Doc/Manual/Sections.html +++ b/Doc/Manual/Sections.html @@ -8,7 +8,7 @@

SWIG-4.0 Documentation

-Last update : SWIG-4.0.2 (in progress) +Last update : SWIG-4.0.2 (8 Jun 2020)

Sections

diff --git a/README b/README index 1a1cda664..24a0de3e8 100644 --- a/README +++ b/README @@ -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, diff --git a/RELEASENOTES b/RELEASENOTES index 8633dadef..cc3ba0712 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -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.