]>
Commit | Line | Data |
---|---|---|
54ada35d | 1 | Revision history for Perl extension Imager::Graph. |
35574351 | 2 | |
f041f3f9 | 3 | Imager-Graph 0.05 - 17 December 2007 |
c96fb3d1 TC |
4 | ================= |
5 | ||
6 | This release is an attempt to work around the inconsistent text output | |
7 | issues. | |
8 | ||
9 | - created Imager::Font::Test which simply outputs boxes instead of | |
10 | text to produce consistent graph images for comparison. | |
11 | ||
12 | ||
4f3ce9fd | 13 | Imager-Graph 0.04 - 11 December 2007 |
bfcf9414 TC |
14 | ================= |
15 | ||
4f3ce9fd TC |
16 | This is a clean up release, removing code required for ancient |
17 | releases of Imager, and otherwise modernizing the code. | |
18 | ||
bfcf9414 TC |
19 | - skip all tests if we can't load the font |
20 | ||
21 | - Save test results to ppm, so we can generate images even if we don't | |
22 | have PNG support in Imager. | |
23 | ||
24 | - instead of the old draw-no-aa-then-blur-the-result hack, we now use | |
25 | arc()'s aa option | |
26 | ||
27 | - tests now use Test::More | |
28 | ||
29 | - remove the old circle fudge hack, since Imager fixed arc fills a | |
30 | while ago | |
31 | ||
32 | - strictify Makefile.PL, include the LICENSE, use the correct version | |
33 | check for including the extra WriteMakefile keys | |
34 | ||
54ada35d TC |
35 | - various changes for Kwalitee |
36 | ||
bb0de914 TC |
37 | - remove fancy_fills check, we now depend on an Imager release that |
38 | supports fountain fills. | |
39 | ||
bfcf9414 TC |
40 | Imager-Graph 0.02 Sat Oct 6 20:36:31 2001 |
41 | ================= | |
42 | ||
35574351 TC |
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 | |
46 | ||
bfcf9414 TC |
47 | Imager-Graph 0.01 Tue Sep 12 23:03:25 2001 |
48 | ================= | |
49 | ||
35574351 TC |
50 | - original version; created by h2xs 1.19 |
51 | - can draw some nice pie graphs |