diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 58b7c7c01..f3cf3ca5e 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,13 @@ Version 1.3.23 (in progress) ================================== +09/27/2004: wsfulton + Patch from Bill Clarke - + 1) Warning emitted when -importall and -includeall is used together, + with -includeall taking precedence. + 2) Fixes to ensure SWIGIMPORT is always defined when a file is being + imported with %import. This macro definition is is now documented. + 09/26/2004: mmatus - add %feature("exceptionclass") to identify a class used @@ -83,6 +90,7 @@ Version 1.3.23 (in progress) shows on Solaris and gcc, eg: Warning(202): Could not evaluate '!defined(SWIGJAVA) && !(defined(SWIGCSHARP)' + Also fixes a bug where '#if "a" == "b" == 1' wouldn't have worked 09/10/2004: wsfulton Restored multiple build directories for the test-suite. Patch from