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