From 05da06857f30766cd92a921eb697bf8b4505bdbd Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 27 Jan 2017 19:08:10 +0000 Subject: [PATCH] changes file updates --- CHANGES | 2 +- CHANGES.current | 8 ++++++++ RELEASENOTES | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 4347c126a3..5884efbf52 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/CHANGES.current b/CHANGES.current index ef71f9cb9a..197ec7731f 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -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 diff --git a/RELEASENOTES b/RELEASENOTES index d88a36a758..5f6560c3c7 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -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.