From b9c7037e41c6e82b52d2cec58f1ab4024c393756 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Thu, 5 Aug 2010 04:03:55 +0000 Subject: [PATCH] 0.09 release --- Changes | 10 ++++++++++ Graph.pm | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 4d59400..0fac088 100644 --- 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 ================= diff --git a/Graph.pm b/Graph.pm index c14540f..4fd73c8 100644 --- 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; -- 2.30.2