swig-3.0.8 release update
This commit is contained in:
parent
0aad186ea2
commit
ec91de75b7
5 changed files with 11 additions and 4 deletions
2
ANNOUNCE
2
ANNOUNCE
|
|
@ -1,4 +1,4 @@
|
|||
*** ANNOUNCE: SWIG 3.0.8 (in progress) ***
|
||||
*** ANNOUNCE: SWIG 3.0.8 (31 Dec 2015) ***
|
||||
|
||||
http://www.swig.org
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ 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.8 (in progress)
|
||||
Version 3.0.8 (31 Dec 2015)
|
||||
===========================
|
||||
|
||||
2015-12-30: wsfulton
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<H1><a name="Sections">SWIG-3.0 Documentation</a></H1>
|
||||
|
||||
<p>
|
||||
Last update : SWIG-3.0.8 (in progress)
|
||||
Last update : SWIG-3.0.8 (31 Dec 2015)
|
||||
</p>
|
||||
|
||||
<H2><a name="Sections_Sections">Sections</a></H2>
|
||||
|
|
|
|||
2
README
2
README
|
|
@ -1,6 +1,6 @@
|
|||
SWIG (Simplified Wrapper and Interface Generator)
|
||||
|
||||
Version: 3.0.8 (in progress)
|
||||
Version: 3.0.8 (31 Dec 2015)
|
||||
|
||||
Tagline: SWIG is a compiler that integrates C and C++ with languages
|
||||
including Perl, Python, Tcl, Ruby, PHP, Java, C#, D, Go, Lua,
|
||||
|
|
|
|||
|
|
@ -7,6 +7,13 @@ 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.8 summary:
|
||||
- pdf documentation enhancements.
|
||||
- Various Python 3.5 issues fixed.
|
||||
- std::array support added for Ruby and Python.
|
||||
- shared_ptr support added for Ruby.
|
||||
- Minor improvements for CFFI, Go, Java, Perl, Python, Ruby.
|
||||
|
||||
SWIG-3.0.7 summary:
|
||||
- Add support for Octave-4.0.0.
|
||||
- Remove potential Android security exploit in generated Java classes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue