From: <and...@us...> - 2009-05-06 10:48:38
|
Revision: 9931 http://plplot.svn.sourceforge.net/plplot/?rev=9931&view=rev Author: andrewross Date: 2009-05-06 10:48:26 +0000 (Wed, 06 May 2009) Log Message: ----------- Update release notes for post 5.9.3 bug fixes and cairo improvements. Modified Paths: -------------- trunk/README.release Modified: trunk/README.release =================================================================== --- trunk/README.release 2009-05-06 04:55:07 UTC (rev 9930) +++ trunk/README.release 2009-05-06 10:48:26 UTC (rev 9931) @@ -87,7 +87,10 @@ 1. Changes relative to PLplot 5.9.3 (the previous development release) +1.1 Various bug fixes +1.2 Cairo driver improvements + 2. Changes relative to PLplot 5.8.0 (the previous stable release) 2.1 All autotools-related files have now been removed @@ -121,10 +124,25 @@ 2.28 A powerful qt device driver has been implemented 2.29 The PLplot API is now accessible from Qt GUI applications 2.30 NaN / Inf support for some PLplot functions +2.31 Various bug fixes +2.32 Cairo driver improvements - 1. Changes relative to PLplot 5.9.3 (the previous development release) +1.1 Various bug fixes + +Various bugs in the 5.9.3 release have been fixed including: + +- Include missing file needed for the aqt driver on Mac OS X +- Missing library version number for nistcd +- Fixes for the qt examples with dynamic drivers disabled +- Fixes to several tcl examples so they work with plserver + +1.2 Cairo driver improvements + +Improvements to the cairo driver to give better results for bitmap +formats when used with anti-aliasing file viewers. + 2. Changes relative to PLplot 5.8.0 (the previous stable release) 2.1 All autotools-related files have now been removed @@ -525,3 +543,16 @@ routines do not handle NaN / Inf values. This functionality will depend on whether the language binding used supports NaN / Inf values. +2.31 Various bug fixes + +Various bugs in the 5.9.3 release have been fixed including: + +- Include missing file needed for the aqt driver on Mac OS X +- Missing library version number for nistcd +- Fixes for the qt examples with dynamic drivers disabled +- Fixes to several tcl examples so they work with plserver + +2.32 Cairo driver improvements + +Improvements to the cairo driver to give better results for bitmap +formats when used with anti-aliasing file viewers. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |