From: <hez...@us...> - 2011-04-09 17:22:09
|
Revision: 11691 http://plplot.svn.sourceforge.net/plplot/?rev=11691&view=rev Author: hezekiahcarty Date: 2011-04-09 17:22:02 +0000 (Sat, 09 Apr 2011) Log Message: ----------- Add notice of plarc API change to release notes Modified Paths: -------------- trunk/README.release Modified: trunk/README.release =================================================================== --- trunk/README.release 2011-04-09 08:12:56 UTC (rev 11690) +++ trunk/README.release 2011-04-09 17:22:02 UTC (rev 11691) @@ -260,6 +260,7 @@ 1.4 Documentation redone for our swig-generated Python and Octave bindings 1.5 Support large polygons 1.6 Complete set of PLplot parameters now available for Fortran +1.7 Change to plarc API for rotation support 2. Changes relative to PLplot 5.8.0 (the previous stable release) @@ -463,6 +464,13 @@ but, in general, changes will have to be made for existing apps. (See announcement XX above for the details). +1.7 Change to plarc API + +The plarc API now has a rotation parameter which will eventually allow +for rotated arcs. PLplot does not currently support rotated arcs, but +the plarc function signature has been modified to avoid changing the API +when this functionality is added. + 2. Changes relative to PLplot 5.8.0 (the previous stable release) 2.1 All autotools-related files have now been removed This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |