changes file updates

This commit is contained in:
William S Fulton 2017-01-27 19:08:10 +00:00
commit 05da06857f
3 changed files with 10 additions and 2 deletions

View file

@ -45,7 +45,7 @@ Version 3.0.11 (29 Dec 2016)
[Python] Fix #446
Python %array_class of carrays.i failed with -builtin option.
2016-12-16: bcaine
2016-12-16: briancaine
[Guile] Patch #744 Added support for Guile's native pointer functionality
2016-12-01: wsfulton

View file

@ -7,6 +7,14 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 3.0.12 (27 Jan 2017)
============================
2017-01-27: wsfulton
[C#] #882 Fix missing filename in error messages when there is a problem
writing out C# files.
2017-01-27: briancaine
[Guile] #744 Fix compilation errors in Guile wrappers - regression
introduced in swig-3.0.11.
2017-01-24: andrey-starodubtsev
[Java] Apply #704 - director typemap improvements.
Memory leak fixes, add support for "directorargout" typemap and

View file

@ -10,7 +10,7 @@ published on the SWIG web site at http://swig.org/release.html.
SWIG-3.0.12 summary:
- Add support for Octave-4.2.
- Enhance %extend to support template functions.
- Language specific enhancements and fixes for C#, D, Java, PHP7.
- Language specific enhancements and fixes for C#, D, Guile, Java, PHP7.
SWIG-3.0.11 summary:
- PHP 7 support added.