update Changes
[imager.git] / T1 / Changes
1 Imager::Font::T1 1.021
2 ======================
3
4  - enable the debug log for t/t90std.t
5
6  - add typemap to the manifest, this caused build failures in 1.020.
7
8 Imager::Font::T1 1.020
9 ======================
10
11  - add the 1.019 changes list
12
13  - update README
14
15 Imager::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
25 Imager::Font::T1 1.018
26 ======================
27
28  - match Imager::Font;:T1's error message translations to those from
29    later versions of T1Lib.
30
31  - clean up .dSYM directories generated performing probes on OS X
32    Mountain Lion.
33
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
38 Imager::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
44 Imager::Font::T1 1.016
45 ======================
46
47  - update dependency to Imager 0.86
48    https://rt.cpan.org/Ticket/Display.html?id=72643
49
50 Imager::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
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
66  - the default text color is no longer transparent.
67    https://rt.cpan.org/Ticket/Display.html?id=71469
68
69 Imager::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
78 Imager::Font::T1 1.013
79 ======================
80
81  - the big types cleanup, should be no change in behaviour
82
83 Imager::Font::T1 1.012
84 ======================
85
86 Initial release.