0.09 release v0.09
authorTony Cook <tony@develop-help.com>
Thu, 5 Aug 2010 04:03:55 +0000 (04:03 +0000)
committerTony Cook <tony@develop-help.com>
Thu, 5 Aug 2010 04:03:55 +0000 (04:03 +0000)
Changes
Graph.pm

diff --git a/Changes b/Changes
index 4d594007b81a47676d1c09bacda4129a93709f4e..0fac0885b9ae9ce51cd9e3c03c91cfee078c229e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,15 @@
 Revision history for Perl extension Imager::Graph.
 
+Imager-Graph 0.09 - 05 Aug 2010
+=================
+
+Bug fixes:
+
+ - refresh the t10_lin_fount test image
+
+ - avoid use_automatic_axis() for the second area test, since systems
+   without Chart::Math::Axis will produce a different image.
+
 Imager-Graph 0.08 - 03 Aug 2010
 =================
 
index c14540fac72e41f291db8da3ef96020d0d18cc7c..4fd73c85e958b4f75402b5b3a315c8414a438490 100644 (file)
--- a/Graph.pm
+++ b/Graph.pm
@@ -29,7 +29,7 @@ use vars qw($VERSION);
 use Imager qw(:handy);
 use Imager::Fountain;
 
-$VERSION = '0.08';
+$VERSION = '0.09';
 
 # the maximum recursion depth in determining a color, fill or number
 use constant MAX_DEPTH => 10;