Matthias Koeppe | 2 Jul 2001 09:52

[Swig-CVS] commit 'SWIG/Source/Modules1.1 python.cxx'

Mon Jul  2 02:52:31 CDT 2001
Files: %{sVv}
Update of /cvsroot/SWIG/Source/Modules1.1
In directory schlitz:/tmp/cvs-serv6593

Modified Files:
      Tag: mkoeppe-1-3-a5-patches
	python.cxx 
Log Message:
Prevent the problem of self.thisown not being defined if the C++ class
constructor raised an exception. Thanks to Luigi Ballabio
<ballabio <at> mac.com>.

Matthias Koeppe | 2 Jul 2001 09:52

[Swig-CVS] commit 'SWIG CHANGES'

Mon Jul  2 02:52:41 CDT 2001
Files: %{sVv}
Update of /cvsroot/SWIG
In directory schlitz:/tmp/cvs-serv6605

Modified Files:
      Tag: mkoeppe-1-3-a5-patches
	CHANGES 
Log Message:
*** empty log message ***

Matthias Koeppe | 2 Jul 2001 09:53
Picon

Re: Patch for Python shadow class destructor

Luigi Ballabio <ballabio <at> mac.com> writes:

> 	in case nobody did it already, and in case it's still in time
> to make it into 1.3.6, here's a small patch to prevent the problem of
> self.thisown not being defined if the C++ class constructor raised an
> exception.
> 
> P.S. the diff is against the mkoeppe branch

Thanks, applied!

--

-- 
Matthias Köppe -- http://www.math.uni-magdeburg.de/~mkoeppe

David M. Beazley | 3 Jul 2001 21:44

[Swig-CVS] commit 'SWIG/Source/Modules1.1 python.cxx'

Tue Jul  3 14:44:10 CDT 2001
Files: %{sVv}
Update of /cvsroot/SWIG/Source/Modules1.1
In directory schlitz:/tmp/cvs-serv16619

Modified Files:
      Tag: mkoeppe-1-3-a5-patches
	python.cxx 
Log Message:
Made slight simplification to shadow class destructor patch. Simply used
getattr(self,'thisown',0) as the test.

David M. Beazley | 3 Jul 2001 21:54

[Swig-CVS] commit 'SWIG VERSION'

Tue Jul  3 14:54:37 CDT 2001
Files: %{sVv}
Update of /cvsroot/SWIG
In directory schlitz:/tmp/cvs-serv17383

Modified Files:
      Tag: mkoeppe-1-3-a5-patches
	VERSION 
Log Message:
Bumped version to alpha 6.

David M. Beazley | 3 Jul 2001 21:55

[Swig-CVS] commit 'SWIG configure.in'

Tue Jul  3 14:55:39 CDT 2001
Files: %{sVv}
Update of /cvsroot/SWIG
In directory schlitz:/tmp/cvs-serv17395

Modified Files:
      Tag: mkoeppe-1-3-a5-patches
	configure.in 
Log Message:
Modified to find python 2.0/2.1

David M. Beazley | 3 Jul 2001 22:04

[Swig-CVS] commit 'SWIG/Source/Swig misc.c'

Tue Jul  3 15:04:58 CDT 2001
Files: %{sVv}
Update of /cvsroot/SWIG/Source/Swig
In directory schlitz:/tmp/cvs-serv17900

Modified Files:
      Tag: mkoeppe-1-3-a5-patches
	misc.c 
Log Message:
Minor patch to version number output.

David M. Beazley | 3 Jul 2001 22:06

[Swig-CVS] commit 'SWIG/Source/SWIG1.1 main.cxx'

Tue Jul  3 15:06:17 CDT 2001
Files: %{sVv}
Update of /cvsroot/SWIG/Source/SWIG1.1
In directory schlitz:/tmp/cvs-serv17912

Modified Files:
      Tag: mkoeppe-1-3-a5-patches
	main.cxx 
Log Message:
Minor change to version string.

David M. Beazley | 3 Jul 2001 22:06

[Swig-CVS] commit 'SWIG VERSION'

Tue Jul  3 15:06:42 CDT 2001
Files: %{sVv}
Update of /cvsroot/SWIG
In directory schlitz:/tmp/cvs-serv18794

Modified Files:
      Tag: mkoeppe-1-3-a5-patches
	VERSION 
Log Message:
Minor changes

David Beazley | 3 Jul 2001 22:08
Favicon

Minor version number changes

I have made some minor changes to the SWIG version numbering.
The release is simply known as 1.3.6 instead of 1.3 (Alpha 6).
In the future, I would propose dropping all of the alpha business and
just go with 1.3.7, 1.3.8, etc.   Let me know if this breaks anything.

Cheers,

Dave


Gmane