*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7251 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-06-02 21:58:13 +00:00
commit dc633df912

View file

@ -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.