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