Add swig-2.0.10 release date and release notes

This commit is contained in:
William S Fulton 2013-05-27 19:15:42 +01:00
commit 1524d02e13
5 changed files with 15 additions and 4 deletions

View file

@ -1,4 +1,4 @@
*** ANNOUNCE: SWIG 2.0.10 (in progress) ***
*** ANNOUNCE: SWIG 2.0.10 (27 May 2013) ***
http://www.swig.org

View file

@ -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 2.0.10 (in progress)
Version 2.0.10 (27 May 2013)
============================
2013-05-25: wsfulton

View file

@ -6,7 +6,7 @@
<body bgcolor="#ffffff">
<H1><a name="Sections"></a>SWIG-2.0 Documentation</H1>
Last update : SWIG-2.0.10 (in progress)
Last update : SWIG-2.0.10 (27 May 2013)
<H2>Sections</H2>

2
README
View file

@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
Version: 2.0.10 (in progress)
Version: 2.0.10 (27 May 2013)
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,17 @@ and CHANGES files.
Release Notes
=============
SWIG-2.0.10 summary:
- Ruby 1.9 support is now complete.
- Add support for Guile 2.0 and Guile 1.6 support (GH interface) has
been dropped.
- Various small language neutral improvements and fixes.
- Various bug fixes and minor improvements specific to C#, CFFI, D,
Java, Octave, PHP, Python,
- Minor bug fix in ccache-swig.
- Development has moved to Github with Travis continuous integration
testing - patches using https://github.com/swig/swig are welcome.
SWIG-2.0.9 summary:
- Improved typemap matching.
- Ruby 1.9 support is much improved.