]> git.imager.perl.org - imager-graph.git/commitdiff
0.04 release v0.04
authorTony Cook <tony@develop-help.com>
Tue, 11 Dec 2007 10:31:38 +0000 (10:31 +0000)
committerTony Cook <tony@develop-help.com>
Tue, 11 Dec 2007 10:31:38 +0000 (10:31 +0000)
Changes
Graph.pm

diff --git a/Changes b/Changes
index cd5e3706db9ab83b497cbce06470a3ecfdc9fef3..0573dad1155154fed12fa02c4266ed608159c0a4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,11 @@
 Revision history for Perl extension Imager::Graph.
 
-Imager-Graph 0.04
+Imager-Graph 0.04 - 11 December 2007
 =================
 
+This is a clean up release, removing code required for ancient
+releases of Imager, and otherwise modernizing the code.
+
  - skip all tests if we can't load the font
 
  - Save test results to ppm, so we can generate images even if we don't
index d004f85a078a2fbe90460808ceb7d424567149f9..ab3196de669c04b50337f714d84ca4526bc14f00 100644 (file)
--- a/Graph.pm
+++ b/Graph.pm
@@ -37,7 +37,7 @@ use vars qw($VERSION);
 use Imager qw(:handy);
 use Imager::Fountain;
 
-$VERSION = '0.03_01';
+$VERSION = '0.04';
 
 # the maximum recursion depth in determining a color, fill or number
 use constant MAX_DEPTH => 10;