From: <jd...@us...> - 2008-12-19 12:40:16
|
Revision: 6682 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6682&view=rev Author: jdh2358 Date: 2008-12-19 12:40:09 +0000 (Fri, 19 Dec 2008) Log Message: ----------- Merged revisions 6679-6680 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v0_98_5_maint ........ r6679 | jdh2358 | 2008-12-19 06:29:49 -0600 (Fri, 19 Dec 2008) | 1 line added macosx.m to manifest ........ r6680 | jdh2358 | 2008-12-19 06:30:33 -0600 (Fri, 19 Dec 2008) | 1 line added macosx.m to manifest; released 98.5.2 tarball ........ Modified Paths: -------------- trunk/matplotlib/CHANGELOG trunk/matplotlib/MANIFEST.in Property Changed: ---------------- trunk/matplotlib/ Property changes on: trunk/matplotlib ___________________________________________________________________ Modified: svnmerge-integrated - /branches/v0_91_maint:1-6428 /branches/v0_98_5_maint:1-6676 + /branches/v0_91_maint:1-6428 /branches/v0_98_5_maint:1-6681 Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2008-12-19 12:38:33 UTC (rev 6681) +++ trunk/matplotlib/CHANGELOG 2008-12-19 12:40:09 UTC (rev 6682) @@ -1,7 +1,7 @@ 2008-12-18 add new arrow style, a line + filled triangles. -JJL ================================================================== -2008-12-18 Re-Released 0.98.5.2 from v0_98_5_maint at r6675 +2008-12-18 Re-Released 0.98.5.2 from v0_98_5_maint at r6679 Released 0.98.5.2 from v0_98_5_maint at r6667 2008-12-18 Removed configobj, experimental traits and doc/mpl_data link - JDH Modified: trunk/matplotlib/MANIFEST.in =================================================================== --- trunk/matplotlib/MANIFEST.in 2008-12-19 12:38:33 UTC (rev 6681) +++ trunk/matplotlib/MANIFEST.in 2008-12-19 12:40:09 UTC (rev 6682) @@ -16,7 +16,7 @@ recursive-include license LICENSE* recursive-include examples * recursive-include doc * -recursive-include src *.cpp *.c *.h +recursive-include src *.cpp *.c *.h *.m recursive-include CXX *.cxx *.hxx *.c *.h recursive-include agg24 * recursive-include lib * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |