Add 3.0.7 release summary and release date
This commit is contained in:
parent
c0de963191
commit
9d509ba92b
5 changed files with 23 additions and 5 deletions
12
ANNOUNCE
12
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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
2
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,
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue