From dc633df9120aabdebd6cc4f37ad0d61fee441b5e Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 2 Jun 2005 21:58:13 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7251 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 0a48c0161..5da308f1b 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,6 +1,13 @@ Version 1.3.25 (In progress) ============================ +06/02/2005: wsfulton + Fix #1066363 - Follow convention of release tarball name matching directory name. + +06/02/2005: wsfulton + [C#, Java] Fix #1211353 - typesafe enums (and Java proper enums) wrappers when enum value + is negative. + 05/27/2005: wsfulton Modernised and tidied up Windows macros --> SWIGEXPORT, SWIGSTDCALL. They can be overridden by users via -D compiler directives if need be.