From f658636ffe16ae028ed2b5a89450cffb0c414d9c Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 11 Mar 2004 21:25:46 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5745 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 72ea8972b..0fc9300a5 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,11 @@ Version 1.3.22 (in progress) ================================== +03/11/2004: cheetah (William Fulton) + [Java] Director bug which meant that some virtual functions overridden in + Java were not being called on some operating systems. Bug reported and fixed + by Robert de Vries and Scott Michel. + 03/02/2004: mkoeppe (Matthias Koeppe) [Guile] In -scm mode, don't forget to check the type of string arguments.