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