summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2010-06-01 22:43:34 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2010-06-01 22:43:34 +0000
commitb802e37ad215542c291b8c06b2f18a23cad46f0b (patch)
treedcf8c2294e8a7b5cd95e71b94775c37817b21f02
parentcccd7d605c84608708d21ca4654c1f5b2516b6f0 (diff)
downloadswig-b802e37ad215542c291b8c06b2f18a23cad46f0b.tar.gz
Add license changes to release notes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12080 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--CHANGES.current4
-rw-r--r--RELEASENOTES1
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 19f477d5b..d0ff785eb 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -399,6 +399,10 @@ See RELEASENOTES for a summary of changes in each release.
and line number related to the type. This is effectively a condensed form of the
-debug-tmsearch option. Documented in Typemaps.html.
+2009-12-27: wsfulton
+ License code changes: SWIG Source is GPL-v3 and library code license is now clearer
+ and is provided under a very permissive license. See http://www.swig.org/legal.html.
+
2009-12-23: wsfulton
Fix for %javaexception and directors so that all the appropriate throws clauses
are generated. Problem reported by Peter Greenwood.
diff --git a/RELEASENOTES b/RELEASENOTES
index 86daf285f..74e043ae7 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -6,6 +6,7 @@ and CHANGES files. The summaries below contain just a brief overview of
the changes made in each release.
SWIG-2.0.0 summary:
+- License changes, see LICENSE file and http://www.swig.org/legal.html.
- Much better nested class/struct support.
- Much improved template partial specialization and explicit
specialization handling.