From d76a783efd181d05dc3392f8865d2d05e9e7aed3 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 31 May 2004 07:27:14 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5960 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 b5042ec02..01ae25162 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,17 @@ Version 1.3.22 (in progress) ================================== +05/31/2004: wsfulton + Fix for exception specifications that are references. Problem reported by + Oren Miller. Also improves the generated exception declarations in the + catch handler for pointers - a pointer is used instead of a reference to + a pointer. Added default throws typemaps for SWIGTYPE &, SWIGTYPE * and + SWIGTYPE[ANY] (Java and C#). + +05/31/2004: wsfulton + [Java, C#] Some minor typesafe enum improvements, including storing the name of + the enum item. The toSring() / ToString() methods are overridden to return this name. + 05/30/2004: wuzzeb (John Lenz) [Chicken] - Update how examples and the test suite are built.