changes file updates

This commit is contained in:
William S Fulton 2014-06-02 07:36:00 +01:00
commit acd0ebc660
2 changed files with 11 additions and 1 deletions

View file

@ -5,9 +5,19 @@ See the RELEASENOTES file for a summary of changes in each release.
Version 3.0.2 (in progress)
===========================
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

2
README
View file

@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
Version: 3.0.2 (27 May 2014)
Version: 3.0.2 (in progress)
Tagline: SWIG is a compiler that integrates C and C++ with languages
including Perl, Python, Tcl, Ruby, PHP, Java, C#, D, Go, Lua,