From 194b9336d4aafdec83853153b758febc292ed95c Mon Sep 17 00:00:00 2001 From: Mark Gossage Date: Mon, 18 Sep 2006 05:45:46 +0000 Subject: [PATCH] updated to changes file git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9295 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 74ce7775b..c624f9fb8 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,6 +1,10 @@ Version 1.3.30 (in progress) ============================ +09/18/2006: mgossage + [ALL] fix on swiginit.swg, has been reported to crash on several test cases + found and fixed problem in imports under python (mingw) + 09/16/2006: wsfulton [Python] Patch from Michal Marek for Python 2.5 to fix 64 bit array indexes on 64 bit machines.