summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2014-06-06 19:56:38 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2014-06-06 19:56:38 +0100
commit8728a97dc60417e4c5599349d06cd1c408f14a7d (patch)
treea1541501194d352e53c8f16341a4beac27e2e255 /CHANGES
parentfa36b6228e760e19928a9cccff71114ea46f932b (diff)
downloadswig-8728a97dc60417e4c5599349d06cd1c408f14a7d.tar.gz
Bump version to 3.0.3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1cfedc31e..edcdbba3e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,26 @@ SWIG (Simplified Wrapper and Interface Generator)
See the CHANGES.current file for changes in the current version.
See the RELEASENOTES file for a summary of changes in each release.
+Version 3.0.2 (4 Jun 2014)
+==========================
+
+2014-06-02: v-for-vandal
+ [Lua] Pull request #176:
+ If class has no __eq implemented, then default __eq is generated.
+ Default __eq compares actual pointers stored inside Lua userdata.
+
+2014-06-02: vkalinin
+ Fix #183 - %extend and unnamed nested structs
+
+2014-05-28: kwwette
+ Fix install failure when using an 'out of source' build using the shipped
+ tarball - regression introduced in swig-3.0.1.
+
+2014-05-24: kwwette
+ [Octave] Remove deprecated -global/-noglobal command-line arguments
+
+ *** POTENTIAL INCOMPATIBILITY ***
+
Version 3.0.1 (27 May 2014)
===========================