From 5f1bf2e5410a1b0c2133acd6ebf4183ec4d54550 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 17 Jul 2006 21:57:30 +0000 Subject: [PATCH] no message git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9218 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 9 +++++++++ 1 file changed, 9 insertions(+) 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.