From: <and...@us...> - 2008-07-22 09:32:01
|
Revision: 8550 http://plplot.svn.sourceforge.net/plplot/?rev=8550&view=rev Author: andrewross Date: 2008-07-22 09:32:10 +0000 (Tue, 22 Jul 2008) Log Message: ----------- Add in brief note about the new ocaml support in plplot. Modified Paths: -------------- trunk/README.release Modified: trunk/README.release =================================================================== --- trunk/README.release 2008-07-22 06:45:16 UTC (rev 8549) +++ trunk/README.release 2008-07-22 09:32:10 UTC (rev 8550) @@ -26,6 +26,7 @@ 1.4 pdf driver improvements 1.5 Ada language support 1.6 Ada examples +1.7 Ocaml language support 2. Changes relative to PLplot 5.8.0 (the previous stable release) @@ -43,6 +44,7 @@ 2.11 Rename test subdirectory to plplot_test 2.12 Ada language support 2.13 Ada examples +2.14 Ocaml language support 1. Changes relative to PLplot 5.9.0 (the previous development release) @@ -104,6 +106,12 @@ Until these issues are addressed, the Ada interface must still be considered experimental. +1.7 Ocaml language support + +Experimental support for the ocaml language is now included in plplot. +As this is experimental it is disabled by default. Currently only some +of the examples are available in ocaml. + 2. Changes relative to PLplot 5.8.0 (the previous stable release) 2.1 Improvements to the cairo driver family. @@ -219,3 +227,10 @@ give the same results as the corresponding C examples for unknown reasons. Until these issues are addressed, the Ada interface must still be considered experimental. + +2.14 Ocaml language support + +Experimental support for the ocaml language is now included in plplot. +As this is experimental it is disabled by default. Currently only some +of the examples are available in ocaml. + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |