1 Revision history for Perl extension Imager::Graph.
3 Imager-Graph 0.06 - unreleased
6 - Removed ancient Imager cruft from the documentation
8 - round the dimensions used within the legend to integers to prevent
9 later truncation from causing uneven output.
11 - add horizontal legend boxes
13 Imager-Graph 0.05 - 17 December 2007
16 This release is an attempt to work around the inconsistent text output
19 - created Imager::Font::Test which simply outputs boxes instead of
20 text to produce consistent graph images for comparison.
23 Imager-Graph 0.04 - 11 December 2007
26 This is a clean up release, removing code required for ancient
27 releases of Imager, and otherwise modernizing the code.
29 - skip all tests if we can't load the font
31 - Save test results to ppm, so we can generate images even if we don't
32 have PNG support in Imager.
34 - instead of the old draw-no-aa-then-blur-the-result hack, we now use
37 - tests now use Test::More
39 - remove the old circle fudge hack, since Imager fixed arc fills a
42 - strictify Makefile.PL, include the LICENSE, use the correct version
43 check for including the extra WriteMakefile keys
45 - various changes for Kwalitee
47 - remove fancy_fills check, we now depend on an Imager release that
48 supports fountain fills.
50 Imager-Graph 0.02 Sat Oct 6 20:36:31 2001
53 - replace ImUgly.ttf with a new version where % renders on my older PC
54 - remove some old test code that printed the Imager version
55 - moved into local CVS to simplify cross-platform tests
57 Imager-Graph 0.01 Tue Sep 12 23:03:25 2001
60 - original version; created by h2xs 1.19
61 - can draw some nice pie graphs