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