1Revision history for Perl extension GDTextUtil.
2
3Thu Jun 19 2003
4
5- Fixed check for TTF font support. The libgd error message changed
6  between 1.8 and 2.0
7- Release patched version
8
9Thu Feb 20 2003
10
11- Removed cetus.ttf from distribution because of copyright uncertainties
12- Fixed font search, slightly
13
14Thu Jun 15 2002
15
16- Fixed GD::Text, use Cwd. For some reason, this was only a problem
17  under Perls before 5.6.0.
18
19Sat Jan 19 2002
20
21- Added demo/GDWrap.ref.png
22- Changed demo/GDWrap.pl
23- Fixes so that set_font always uses absolute path for TTF. This to
24  circumvent some bug/misfeature in the freetype 2.0.x library.
25- Fixed up tests, to include approximate checking of bounds, instead of
26  requiring absolute match.
27
28Sun Oct 22 2000
29
30- Fixed draw(0,0) problem in GD::Text::Wrap
31
32Mon Sep 18 2000
33
34- Added paragraph and newline preservation
35
36Sun Apr 30 2000
37
38- Corrected GD::Wrap::AUTOLOAD not to call DESTROY in the wrong package
39  (5.6.0 introduced this problem)
40- Changed Makefile.PL for 5.6.0
41
42Tue Feb 29 2000
43
44- Modified for/foreach constructs to workin 5.004_04
45- Quoted many hash keys to make 5.004_04 happy
46
47Sun Jan  9 2000
48
49- Added append of '.ttf' when searching for TTF font files.
50
51Sun Jan  9 2000
52
53- Added font path tests.
54- Allow first argument to set_font to be an array reference to various
55  font names that may or may not be present.
56- GD::Text::Wrap now uses autoloader to delegate methods to
57  GD::Text::Align
58
59Release of 0.65
60
61Sat Jan  8 2000
62
63- Added font path.
64- Changed test string to include all printable characters between 0x00
65  and 0xff. Was only using 0x21 to 0x7e before, but some capitals with
66  umlauts are outside of the ASCII range.
67
68Before Jan 01 2000
69- Original module
70- Release of 0.61
71
720.01  Sat Dec  4 15:21:17 1999
73- original version; created by h2xs 1.19
74
75