From 9d509ba92b039dc225a9df8feb5fc6d58e46b1ad Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 2 Aug 2015 22:51:59 +0100 Subject: [PATCH] Add 3.0.7 release summary and release date --- ANNOUNCE | 12 +++++++++++- CHANGES.current | 4 ++-- Doc/Manual/Sections.html | 2 +- README | 2 +- RELEASENOTES | 8 ++++++++ 5 files changed, 23 insertions(+), 5 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index f7d7eb8a9..6f1411668 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,4 +1,4 @@ -*** ANNOUNCE: SWIG 3.0.7 (in progress) *** +*** ANNOUNCE: SWIG 3.0.7 (3 Aug 2015) *** http://www.swig.org @@ -18,6 +18,16 @@ include generation of scripting language extension modules, rapid prototyping, testing, and user interface development for large C/C++ systems. +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-3.0.7 summary: +- Add support for Octave-4.0.0. +- Remove potential Android security exploit in generated Java classes. +- Minor new features and bug fixes. + Availability ============ The release is available for download on Sourceforge at diff --git a/CHANGES.current b/CHANGES.current index 48ccc2036..f6922c5f2 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -2,8 +2,8 @@ Below are the changes for the current release. See the CHANGES file for changes in older releases. See the RELEASENOTES file for a summary of changes in each release. -Version 3.0.7 (in progress) -=========================== +Version 3.0.7 (3 Aug 2015) +========================== 2015-08-02: wsfulton [Java] Fix potential security exploit in generated Java classes. diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html index 4bf40c969..f0027d136 100644 --- a/Doc/Manual/Sections.html +++ b/Doc/Manual/Sections.html @@ -6,7 +6,7 @@

SWIG-3.0 Documentation

-Last update : SWIG-3.0.7 (in progress) +Last update : SWIG-3.0.7 (3 Aug 2015)

Sections

diff --git a/README b/README index a02c56ea9..27d33df32 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ SWIG (Simplified Wrapper and Interface Generator) -Version: 3.0.7 (in progress) +Version: 3.0.7 (3 Aug 2015) 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 bb1d82bb9..895caa2dd 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -4,6 +4,14 @@ and CHANGES files. 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-3.0.7 summary: +- Add support for Octave-4.0.0. +- Remove potential Android security exploit in generated Java classes. +- Minor new features and bug fixes. + SWIG-3.0.6 summary: - Stability and regression fixes. - Fixed parsing of C++ corner cases.