Add 3.0.6 release notes and release date
This commit is contained in:
parent
3b859ab539
commit
d9bfccfc4e
5 changed files with 10 additions and 5 deletions
2
ANNOUNCE
2
ANNOUNCE
|
|
@ -1,4 +1,4 @@
|
||||||
*** ANNOUNCE: SWIG 3.0.6 (in progress) ***
|
*** ANNOUNCE: SWIG 3.0.6 (5 Jul 2015) ***
|
||||||
|
|
||||||
http://www.swig.org
|
http://www.swig.org
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@ Below are the changes for the current release.
|
||||||
See the CHANGES file for changes in older releases.
|
See the CHANGES file for changes in older releases.
|
||||||
See the RELEASENOTES file for a summary of changes in each release.
|
See the RELEASENOTES file for a summary of changes in each release.
|
||||||
|
|
||||||
Version 3.0.6 (in progress)
|
Version 3.0.6 (5 Jul 2015)
|
||||||
===========================
|
==========================
|
||||||
|
|
||||||
2015-07-02: wsfulton
|
2015-07-02: wsfulton
|
||||||
Fix syntax error when the template keyword is used in types, eg:
|
Fix syntax error when the template keyword is used in types, eg:
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<body bgcolor="#ffffff">
|
<body bgcolor="#ffffff">
|
||||||
<H1><a name="Sections"></a>SWIG-3.0 Documentation</H1>
|
<H1><a name="Sections"></a>SWIG-3.0 Documentation</H1>
|
||||||
|
|
||||||
Last update : SWIG-3.0.6 (in progress)
|
Last update : SWIG-3.0.6 (5 Jul 2015)
|
||||||
|
|
||||||
<H2>Sections</H2>
|
<H2>Sections</H2>
|
||||||
|
|
||||||
|
|
|
||||||
2
README
2
README
|
|
@ -1,6 +1,6 @@
|
||||||
SWIG (Simplified Wrapper and Interface Generator)
|
SWIG (Simplified Wrapper and Interface Generator)
|
||||||
|
|
||||||
Version: 3.0.6 (in progress)
|
Version: 3.0.6 (5 Jul 2015)
|
||||||
|
|
||||||
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,
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,11 @@ and CHANGES files.
|
||||||
|
|
||||||
Release Notes
|
Release Notes
|
||||||
=============
|
=============
|
||||||
|
SWIG-3.0.6 summary:
|
||||||
|
- Stability and regression fixes.
|
||||||
|
- Fixed parsing of C++ corner cases.
|
||||||
|
- Language improvements and bug fixes for C#, Go, Java, Lua, Python, R.
|
||||||
|
|
||||||
SWIG-3.0.5 summary:
|
SWIG-3.0.5 summary:
|
||||||
- Added support for Scilab.
|
- Added support for Scilab.
|
||||||
- Important Python regression fix when wrapping C++ default arguments.
|
- Important Python regression fix when wrapping C++ default arguments.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue