From 0e5e19a12b5f4c087b0036d656bba8c8fd07ae2e Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 30 Nov 2003 21:16:04 +0000 Subject: [PATCH] no message git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5449 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 6dee99c7f..0fa96d019 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,5 +1,10 @@ Version 1.3.20 (In progress) ============================ +11/30/2003: cheetah (William Fulton) + [Java] Fixed [ 766409 ] missing symbol SWIG_JavaThrowException during module load + SWIGs internal functions are all static as there is no need for different SWIG + generated modules to share any code at runtime. + 11/30/2003: beazley [Tcl] Added support for C++ pointers to members.