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