From e883360f9b048fd85ac010bca1575fa621c42150 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Wed, 23 Apr 2003 17:59:09 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4700 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 4e67eee15..543e2c357 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,5 +1,9 @@ Version 1.3.20 (In progress) ============================ +04/23/2003: beazley + Fixed problem with namespace resolution and nested namespaces. + Reported by Alfred Lorber (and Marcelo Matus). + 04/16/2003: cheetah (William Fulton) Patch for Java examples and test-suite to run on Mac OS X.