From: Tony Cook Date: Tue, 12 May 2015 08:39:02 +0000 (+1000) Subject: 0.12 release X-Git-Tag: v0.12^0 X-Git-Url: http://git.imager.perl.org/imager-graph.git/commitdiff_plain/26e10a949be2a0872ec7d0157d9e05cb7cdb19c5 0.12 release --- diff --git a/Changes b/Changes index 3987f28..88bb6dd 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Imager::Graph. +Imager-Graph 0.12 - 12 May 2015 +================= + - increase tolerances on images with filled circles drawn on them to account for the circle drawing change in Imager 1.002. https://rt.cpan.org/Ticket/Display.html?id=103328 diff --git a/Graph.pm b/Graph.pm index c22e1a6..fdd6a30 100644 --- a/Graph.pm +++ b/Graph.pm @@ -29,7 +29,7 @@ use vars qw($VERSION); use Imager qw(:handy); use Imager::Fountain; -$VERSION = '0.11'; +$VERSION = '0.12'; # the maximum recursion depth in determining a color, fill or number use constant MAX_DEPTH => 10;