Revision: 12687
http://swig.svn.sourceforge.net/swig/?rev=12687&view=rev
Author: wsfulton
Date: 2011-05-19 06:38:59 +0000 (Thu, 19 May 2011)
Log Message:
-----------
Label Python entries in CHANGES.current
Modified Paths:
--------------
trunk/CHANGES.current
Modified: trunk/CHANGES.current
===================================================================
--- trunk/CHANGES.current 2011-05-19 06:37:41 UTC (rev 12686)
+++ trunk/CHANGES.current 2011-05-19 06:38:59 UTC (rev 12687)
@@ -2,7 +2,7 @@
See the CHANGES file for changes in older releases.
See the RELEASENOTES file for a summary of changes in each release.
-Version 2.0.4 (in progress)
+Version 2.0.4 (17 May 2011)
===========================
2011-05-17: wsfulton
[Java] Apply #3289851 from Alan Harder to fix memory leak in directors when checking
@@ -43,18 +43,18 @@
Bug 2635919: Convenience method to convert std::map to a python dict.
2011-04-29: szager
- Fixed bug 2811549: return non-const iterators from STL
+ [Python] Fixed bug 2811549: return non-const iterators from STL
methods begin(), end(), rbegin(), rend().
2011-04-25: szager
- Fixed bug 1498929: Access to member fields in map elements
+ [Python] Fixed bug 1498929: Access to member fields in map elements
2011-04-23: klickverbot
[D] nspace: Correctly generate identifiers for base classes when
not in split proxy mode.
2011-04-13: szager
- Fixed bug 3286333: infite recursion with mutual 'using namespace' clauses.
+ Fixed bug 3286333: infinite recursion with mutual 'using namespace' clauses.
2011-04-12: szager
Fixed bug 1163440: vararg typemaps.
@@ -64,14 +64,14 @@
test case to demonstrate.
2011-04-11: szager
- Fixed PyVarObject_HEAD_INIT to eliminate VC++ compiler errors about
+ [Python] Fixed PyVarObject_HEAD_INIT to eliminate VC++ compiler errors about
static initialization of struct members with pointers.
2011-04-11: wsfulton
[Tcl] Apply patch #3284326 from Colin McDonald to fix some compiler warnings.
2011-04-11: szager
- Fixed PyVarObject_HEAD_INIT to eliminate VC++ compiler errors about
+ [Python] Fixed PyVarObject_HEAD_INIT to eliminate VC++ compiler errors about
static initialization of struct members with pointers.
2011-04-10: klickverbot
@@ -83,10 +83,10 @@
not in split proxy mode.
2011-04-09: szager
- Applied patch #1932484: migrate PyCObject to PyCapsule.
+ [Python] Applied patch #1932484: migrate PyCObject to PyCapsule.
2011-04-09: szager
- Added preprocessor guards for python functions PyUnicode_AsWideChar and
+ [Python] Added preprocessor guards for python functions PyUnicode_AsWideChar and
PySlice_GetIndices, which changed signatures in python3.2.
2011-04-07: wsfulton
@@ -94,10 +94,10 @@
reported by Karl Wette.
2011-04-03: szager
- Fixed the behavior of %pythonnondynamic to conform to the spec in Lib/pyuserdir.swg.
+ [Python] Fixed the behavior of %pythonnondynamic to conform to the spec in Lib/pyuserdir.swg.
2011-04-03: szager
- Merged in the szager-python-builtin branch, adding the -builtin feature
+ [Python] Merged in the szager-python-builtin branch, adding the -builtin feature
for python. The -builtin option may provide a significant performance gain
in python wrappers. For full details and limitations, refer to Doc/Manual/Python.html.
A small test suite designed to demonstrate the performance gain is in
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|