From 1f242396e6cc4f6416d00ad892865541d5a56460 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 30 Nov 2004 20:38:46 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6800 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 8316d5729..fb49b7b23 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,12 @@ Version 1.3.23 (working version) ================================= +11/25/2004: wsfulton + [Java] Numerous director bug fixes so that the correct java types + and canonicalized types in the JNI code are emitted. Use of the + $javaclassname special variables in the director typemaps now + consistent with the non-director typemaps. + 11/25/2004: wsfulton const enum SWIGTYPE & typemaps added. These wrap const enum references as if they were passed by value. Const enum references thus work the