From eb28ba6d681023c19c4ff94c452f96540decb75c Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 7 Oct 2004 20:09:01 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6365 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 82edfb212..fa3fc33b9 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,14 @@ Version 1.3.23 (in progress) ============================ +10/07/2004: wsfulton + {Ruby, Java] Fix director + destructor with 'empty' throw + + struct A { + virtual ~A() throw(); + }; + + 10/06/2004: wuzzeb (John Lenz) [TCL] - Fix bug reported by William A. Hoffman propagating clientdata