summaryrefslogtreecommitdiff
path: root/RELEASENOTES
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2010-10-04 05:34:54 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2010-10-04 05:34:54 +0000
commit22a12bf08fab301446fe9bfeea6ada9a6a47570e (patch)
treef24a48a209102002eebba9dc244b17a208bb6546 /RELEASENOTES
parent61e9073e0777c7b2d35c9a1d4591058755ee9590 (diff)
downloadswig-22a12bf08fab301446fe9bfeea6ada9a6a47570e.tar.gz
Add 2.0.1 release notes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12247 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'RELEASENOTES')
-rw-r--r--RELEASENOTES9
1 files changed, 9 insertions, 0 deletions
diff --git a/RELEASENOTES b/RELEASENOTES
index 5f41df04f..e8ff30285 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -5,6 +5,15 @@ and CHANGES files.
Release Notes
=============
+SWIG-2.0.1 summary:
+- New language module: Go
+- New regular expression (regex) encoder for renaming symbols based on
+ the Perl Compatible Regular Expressions (PCRE) library.
+- Numerous fixes in reporting file and line numbers in error and warning
+ messages.
+- Various bug fixes and improvements in the C#, Lua, Perl, PHP, Ruby
+ and Python language modules.
+
SWIG-2.0.0 summary:
- License changes, see LICENSE file and http://www.swig.org/legal.html.
- Much better nested class/struct support.