Add 3.0.7 release summary and release date

This commit is contained in:
William S Fulton 2015-08-02 22:51:59 +01:00
commit 9d509ba92b
5 changed files with 23 additions and 5 deletions

View file

@ -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

View file

@ -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.

View file

@ -6,7 +6,7 @@
<body bgcolor="#ffffff">
<H1><a name="Sections"></a>SWIG-3.0 Documentation</H1>
Last update : SWIG-3.0.7 (in progress)
Last update : SWIG-3.0.7 (3 Aug 2015)
<H2>Sections</H2>

2
README
View file

@ -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,

View file

@ -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.