From cedcf43dae96019f0162c8405404ba94e2531eb7 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 29 Nov 2003 00:22:54 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5441 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index c47baabef..ded10b3ae 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,5 +1,16 @@ Version 1.3.20 (In progress) ============================ +11/28/2003: cheetah (William Fulton) + Fixed [ 848335 ] Directors: #include wrapper .h file - was incorrectly + adding a directory to the generated #include "foo_wrap.h" statement + in some situations. + +11/28/2003: cheetah (William Fulton) + [Java] Fixed [ 849064 ] JAVA : Access modifier for derived class wrong. + The delete() method is always public now. It used to be protected whenever a + destructor was non public. An UnsupportedOperationException runtime + exception is thrown instead of making delete() protected now. + 11/28/2003: beazley [Perl5] Added support for C++ pointers to members.