From d6d7188c0e093382500edf1f9283ed0644cf489b Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Fri, 11 Feb 2000 19:47:45 +0000 Subject: *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@225 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 586b25784..9f63b54c7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,39 @@ SWIG (Simplified Wrapper and Interface Generator) +Version 1.3 Alpha 1 (February 11, 2000) +======================================= + +2/11/00 : Added 'void' to prototype of Python module initializer. + Reported by Mark Howson (1/20/00). + +2/11/00 : beazley + Modified the Python shadow class code to discard ownership of an + object whenever it is assigned to a member of another object. + This problem has been around for awhile, but was most recently + reported by Burkhard Kloss (12/30/99). + +2/11/00 : beazley + Added braces around macros in the exception.i library. Reported + by Buck Hodges (12/19/99) + +2/11/00 : beazley + Fixed bug in the constraints.i library. Reported by Buck + Hodges (12/14/99) + +2/11/00 : beazley + The %native directive now generates Tcl8 object-style command calls. + A full solution for Tcl7 and Tcl8 is still needed. Patch suggested + by Mike Weiblen (11/29/99) + +2/11/00 : beazley + Modified the typemap code to include the $ndim variable for arrays. + Patch provided by Michel Sanner (11/12/99). + +2/11/00 : beazley + Modified the Python module to raise a Runtime error if an attempt + is made to set a read-only member of a shadow class. Reported by + Michel Sanner (11/5/99). + 2/10/00 : The documentation system has been removed. However, it is likely to return at some point in the future. @@ -460,6 +494,9 @@ SWIG (Simplified Wrapper and Interface Generator) 2/27/99 : Fixed the include order of files specified with the -I option. +2/5/98- : Dave finishes his dissertation, goes job hunting, moves to +2/5/99 Chicago and generally thrashes about. + Version 1.1 Patch 5 (February 5, 1998) ====================================== 2/4/98 : Fixed a bug in the configure script when different package -- cgit v1.2.3