From acd0ebc6605d42cfb931fe46a0aaab06e29fb847 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 2 Jun 2014 07:36:00 +0100 Subject: [PATCH] changes file updates --- CHANGES.current | 10 ++++++++++ README | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.current b/CHANGES.current index 73c028efd..74730a89f 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -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 diff --git a/README b/README index e4010bd80..6cc847553 100644 --- a/README +++ b/README @@ -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,