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