From 1524d02e1316e6dedfb0dbd9f26765172dde4f1c Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 27 May 2013 19:15:42 +0100 Subject: [PATCH] Add swig-2.0.10 release date and release notes --- ANNOUNCE | 2 +- CHANGES.current | 2 +- Doc/Manual/Sections.html | 2 +- README | 2 +- RELEASENOTES | 11 +++++++++++ 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 1c3297a5c67..b8c852dfaa4 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,4 +1,4 @@ -*** ANNOUNCE: SWIG 2.0.10 (in progress) *** +*** ANNOUNCE: SWIG 2.0.10 (27 May 2013) *** http://www.swig.org diff --git a/CHANGES.current b/CHANGES.current index fe11a2952c7..215fdb20312 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -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 diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html index 9e4a3dd17b3..5212c930112 100644 --- a/Doc/Manual/Sections.html +++ b/Doc/Manual/Sections.html @@ -6,7 +6,7 @@

SWIG-2.0 Documentation

-Last update : SWIG-2.0.10 (in progress) +Last update : SWIG-2.0.10 (27 May 2013)

Sections

diff --git a/README b/README index 444643a0dd5..a79b6b84f02 100644 --- a/README +++ b/README @@ -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, diff --git a/RELEASENOTES b/RELEASENOTES index af9f4fb6be6..49eacf28a30 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -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.