44 lines
1.5 KiB
Text
44 lines
1.5 KiB
Text
Below are the changes for the current release.
|
|
See the CHANGES file for changes in older releases.
|
|
See the RELEASENOTES file for a summary of changes in each release.
|
|
|
|
Version 3.0.6 (in progress)
|
|
===========================
|
|
|
|
2015-04-11: wsfulton
|
|
[Java] Fix #353 - Linker multiple definition of 'ExceptionMatches' when
|
|
using directors and multiple modules.
|
|
|
|
2015-04-11: wsfulton
|
|
Merge #320 - Make __dict__ accessible for Python builtin classes.
|
|
|
|
2015-04-07: wsfulton
|
|
Fix #375 - parsing of extern "C" and typedef for example:
|
|
extern "C" typedef void (*Hook2_t)(int, const char *);
|
|
extern "C" typedef int Integer;
|
|
|
|
2015-03-12: olly
|
|
-DSWIG_DIRECTOR_STATIC is now supported for all languages with
|
|
director support, not only Python and PHP.
|
|
|
|
2015-03-02: ianlancetaylor
|
|
[Go] Add -cgo option, required for Go versions 1.5 and
|
|
later.
|
|
|
|
2015-02-26: olly
|
|
Fix segmentation fault when top==NULL, introduced by nested class
|
|
handling (reported in issue#346 by Paweł Tomulik).
|
|
|
|
2015-02-09: wsfulton
|
|
[Guile] Fix generated code for static const char member variables when
|
|
defined and declared inline.
|
|
|
|
2015-02-09: mishas
|
|
[Go] Fix %import of files in sub directories.
|
|
|
|
2015-02-05: ianlancetaylor
|
|
[Go] Ignore Go specific type maps (goin, goout, etc.) if they are empty.
|
|
|
|
2015-02-05: ianlancetaylor
|
|
[Go] Generated Go code no longer calls _swig_goallocate or
|
|
_swig_makegostring, as they will no longer work as of Go 1.5.
|