diff --git a/CHANGES.current b/CHANGES.current index e002336be..2cdc4fc3b 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -5,6 +5,15 @@ Version 1.3.30 (in progress) addition of the owndata member in swig_type_info. Reported by: Prabhu Ramachandran +07/05/2006: wsfulton + Search path fixes: + - Fix search path for library files to behave as documented in Library.html. + - Fix mingw/msys builds which did not find the SWIG library when installed. + - Windows builds also output the mingw/msys install location when running + swig -swiglib. + - The non-existent and undocumented config directory in the search path has + been removed. + 07/05/2006: wsfulton Fix $symname special variable expansion.