]> git.imager.perl.org - imager-graph.git/blame - Changes
create the test font driver, use it, and update the test comparison
[imager-graph.git] / Changes
CommitLineData
54ada35d 1Revision history for Perl extension Imager::Graph.
35574351 2
4f3ce9fd 3Imager-Graph 0.04 - 11 December 2007
bfcf9414
TC
4=================
5
4f3ce9fd
TC
6This is a clean up release, removing code required for ancient
7releases of Imager, and otherwise modernizing the code.
8
bfcf9414
TC
9 - skip all tests if we can't load the font
10
11 - Save test results to ppm, so we can generate images even if we don't
12 have PNG support in Imager.
13
14 - instead of the old draw-no-aa-then-blur-the-result hack, we now use
15 arc()'s aa option
16
17 - tests now use Test::More
18
19 - remove the old circle fudge hack, since Imager fixed arc fills a
20 while ago
21
22 - strictify Makefile.PL, include the LICENSE, use the correct version
23 check for including the extra WriteMakefile keys
24
54ada35d
TC
25 - various changes for Kwalitee
26
bb0de914
TC
27 - remove fancy_fills check, we now depend on an Imager release that
28 supports fountain fills.
29
bfcf9414
TC
30Imager-Graph 0.02 Sat Oct 6 20:36:31 2001
31=================
32
35574351
TC
33 - replace ImUgly.ttf with a new version where % renders on my older PC
34 - remove some old test code that printed the Imager version
35 - moved into local CVS to simplify cross-platform tests
36
bfcf9414
TC
37Imager-Graph 0.01 Tue Sep 12 23:03:25 2001
38=================
39
35574351
TC
40 - original version; created by h2xs 1.19
41 - can draw some nice pie graphs