From: <ai...@us...> - 2014-02-12 22:49:50
|
Revision: 13011 http://sourceforge.net/p/plplot/code/13011 Author: airwin Date: 2014-02-12 22:49:43 +0000 (Wed, 12 Feb 2014) Log Message: ----------- Merging r13009 through r13010 Revision Links: -------------- http://sourceforge.net/p/plplot/code/13009 http://sourceforge.net/p/plplot/code/13010 Modified Paths: -------------- tags/v5_10_0/ChangeLog.release tags/v5_10_0/www/examples.php Property Changed: ---------------- tags/v5_10_0/ tags/v5_10_0/debian/ Index: tags/v5_10_0 =================================================================== --- tags/v5_10_0 2014-02-12 22:46:30 UTC (rev 13010) +++ tags/v5_10_0 2014-02-12 22:49:43 UTC (rev 13011) Property changes on: tags/v5_10_0 ___________________________________________________________________ Modified: svn:mergeinfo ## -1 +1 ## -/trunk:13004-13007 +/trunk:13004-13007,13009-13010 \ No newline at end of property Modified: tags/v5_10_0/ChangeLog.release =================================================================== --- tags/v5_10_0/ChangeLog.release 2014-02-12 22:46:30 UTC (rev 13010) +++ tags/v5_10_0/ChangeLog.release 2014-02-12 22:49:43 UTC (rev 13011) @@ -1,4 +1,18 @@ ------------------------------------------------------------------------ +r13009 | airwin | 2014-02-12 14:43:39 -0800 (Wed, 12 Feb 2014) | 2 lines +Changed paths: + M /trunk/www/examples.php + +One additional website tweak + +------------------------------------------------------------------------ +r13007 | airwin | 2014-02-12 14:06:04 -0800 (Wed, 12 Feb 2014) | 2 lines +Changed paths: + M /trunk/ChangeLog.release + +Second try at committing the ChangeLog for the 5.9.10 release. + +------------------------------------------------------------------------ r13006 | airwin | 2014-02-12 14:02:43 -0800 (Wed, 12 Feb 2014) | 2 lines Changed paths: M /trunk/README.Release_Manager_Cookbook Index: tags/v5_10_0/debian =================================================================== --- tags/v5_10_0/debian 2014-02-12 22:46:30 UTC (rev 13010) +++ tags/v5_10_0/debian 2014-02-12 22:49:43 UTC (rev 13011) Property changes on: tags/v5_10_0/debian ___________________________________________________________________ Modified: svn:mergeinfo ## -2,4 +2,4 ## /branches/v5_9_6_debian/debian:11125-11630 /branches/v5_9_7_debian/debian:11631-11840 /branches/v5_9_8_debian/debian:11840-12002 -/trunk/debian:13004-13007 +/trunk/debian:13004-13007,13009-13010 \ No newline at end of property Modified: tags/v5_10_0/www/examples.php =================================================================== --- tags/v5_10_0/www/examples.php 2014-02-12 22:46:30 UTC (rev 13010) +++ tags/v5_10_0/www/examples.php 2014-02-12 22:49:43 UTC (rev 13011) @@ -180,7 +180,7 @@ END; switch($lbind) { - case ("Ada(thick)"): $fname = "xthick" . $demo_str . "a.adb.txt-"; break; + case ("Ada(thick)"): $fname = "xthick" . $demo_str . "a.adb.txt"; break; case ("Ada(thin)"): $fname = "x" . $demo_str . "a.adb.txt"; break; case ("C"): $fname = "x" . $demo_str . "c.c.txt"; break; case ("C++"):$fname = "x" . $demo_str . ".cc.txt"; break; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |