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