update Changes
[imager.git] / T1 / Changes
CommitLineData
9dc9a90e 1Imager::Font::T1 1.021
0dff1af0
TC
2======================
3
4 - enable the debug log for t/t90std.t
5
9dc9a90e
TC
6 - add typemap to the manifest, this caused build failures in 1.020.
7
0dff1af0 8Imager::Font::T1 1.020
0953e1cf
TC
9======================
10
11 - add the 1.019 changes list
12
13 - update README
14
15Imager::Font::T1 1.019
16======================
17
18 - slightly improve control over anti-aliasing, this is now recorded
19 per thread
20
21 - use a mutex to avoid re-entering t1lib, which isn't thread safe.
22
23 - avoid a paralled testing race condition.
24
8c323994
TC
25Imager::Font::T1 1.018
26======================
27
b2f967ef
TC
28 - match Imager::Font;:T1's error message translations to those from
29 later versions of T1Lib.
30
70b577d3
TC
31 - clean up .dSYM directories generated performing probes on OS X
32 Mountain Lion.
33
8c323994
TC
34 - pass the --verbose command-line option through to Imager::Probe in
35 Makefile.PL
36 https://rt.cpan.org/Ticket/Display.html?id=75878
37
a5919365
TC
38Imager::Font::T1 1.017
39======================
40
41 - no longer fallback to using DynaLoader to load the XS code
42 https://rt.cpan.org/Ticket/Display.html?id=75560
43
32d74dbe
TC
44Imager::Font::T1 1.016
45======================
46
47 - update dependency to Imager 0.86
48 https://rt.cpan.org/Ticket/Display.html?id=72643
49
73e3ff55
TC
50Imager::Font::T1 1.015
51======================
52
53 - use T1_StrError() for error messages on modern libt1
54 https://rt.cpan.org/Ticket/Display.html?id=69879
55
56 - actually load the font rather than just adding it to the catalog on
57 creation.
58
59 - Imager::Font->new now produces better error messages for the T1
60 engine.
61
6e938c74
TC
62 - has_chars() now returns perl's true and false values in list
63 context rather than integers, which should be more efficient.
64 https://rt.cpan.org/Ticket/Display.html?id=69158
65
839f97fb
TC
66 - the default text color is no longer transparent.
67 https://rt.cpan.org/Ticket/Display.html?id=71469
68
5fd542c7
TC
69Imager::Font::T1 1.014
70======================
71
72 - if reinitialization failed, the t1_initialized flag was left set.
73 https://rt.cpan.org/Ticket/Display.html?id=69877
74
75 - update the bundled (and still modified) Devel::CheckLib
76 https://rt.cpan.org/Ticket/Display.html?id=69170
77
78Imager::Font::T1 1.013
79======================
80
81 - the big types cleanup, should be no change in behaviour
82
af217451
TC
83Imager::Font::T1 1.012
84======================
85
86Initial release.