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