Commit | Line | Data |
---|---|---|
54ada35d | 1 | Revision history for Perl extension Imager::Graph. |
35574351 | 2 | |
bfcf9414 TC |
3 | Imager-Graph 0.04 |
4 | ================= | |
5 | ||
6 | - skip all tests if we can't load the font | |
7 | ||
8 | - Save test results to ppm, so we can generate images even if we don't | |
9 | have PNG support in Imager. | |
10 | ||
11 | - instead of the old draw-no-aa-then-blur-the-result hack, we now use | |
12 | arc()'s aa option | |
13 | ||
14 | - tests now use Test::More | |
15 | ||
16 | - remove the old circle fudge hack, since Imager fixed arc fills a | |
17 | while ago | |
18 | ||
19 | - strictify Makefile.PL, include the LICENSE, use the correct version | |
20 | check for including the extra WriteMakefile keys | |
21 | ||
54ada35d TC |
22 | - various changes for Kwalitee |
23 | ||
bfcf9414 TC |
24 | Imager-Graph 0.02 Sat Oct 6 20:36:31 2001 |
25 | ================= | |
26 | ||
35574351 TC |
27 | - replace ImUgly.ttf with a new version where % renders on my older PC |
28 | - remove some old test code that printed the Imager version | |
29 | - moved into local CVS to simplify cross-platform tests | |
30 | ||
bfcf9414 TC |
31 | Imager-Graph 0.01 Tue Sep 12 23:03:25 2001 |
32 | ================= | |
33 | ||
35574351 TC |
34 | - original version; created by h2xs 1.19 |
35 | - can draw some nice pie graphs |