From: <md...@us...> - 2008-08-01 15:04:48
|
Revision: 5946 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5946&view=rev Author: mdboom Date: 2008-08-01 15:04:46 +0000 (Fri, 01 Aug 2008) Log Message: ----------- Merged revisions 5846-5945 via svnmerge from https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v0_91_maint ........ r5852 | sameerd | 2008-07-24 17:56:57 -0400 (Thu, 24 Jul 2008) | 3 lines Fixing edge cases in rec_join in branch ........ r5945 | mdboom | 2008-08-01 11:00:35 -0400 (Fri, 01 Aug 2008) | 2 lines Backport memory leak fixes in _ttconv.cpp ........ Modified Paths: -------------- trunk/matplotlib/CHANGELOG Property Changed: ---------------- trunk/matplotlib/ Property changes on: trunk/matplotlib ___________________________________________________________________ Modified: svnmerge-integrated - /branches/v0_91_maint:1-5845 + /branches/v0_91_maint:1-5945 Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2008-08-01 15:00:35 UTC (rev 5945) +++ trunk/matplotlib/CHANGELOG 2008-08-01 15:04:46 UTC (rev 5946) @@ -1,3 +1,5 @@ +2008-08-01 Backported memory leak fixes in _ttconv.cpp - MGD + 2008-07-31 Added masked array support to griddata. - JSW 2008-07-26 Added optional C and reduce_C_function arguments to @@ -48,6 +50,9 @@ 2008-07-17 Fix bug with NaNs at end of path (thanks, Andrew Straw for the report) - MGD +2008-07-16 Improve error handling in texmanager, thanks to Ian Henry + for reporting - DSD + 2008-07-12 Added support for external backends with the "module://my_backend" syntax - JDH This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |