4 Coverity detected issue:
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.)
9 - avoid dead code in i_t1_glyph_names(), which is the implementation
10 of glyph_names() for T1. CID 185322.
12 Imager::Font::T1 1.024
13 ======================
15 - update the bundled/modified Devel::CheckLib to handle the gcc-4
18 Imager::Font::T1 1.023
19 ======================
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
25 Imager::Font::T1 1.022
26 ======================
28 - depend on Imager 0.95.
30 Imager::Font::T1 1.021
31 ======================
33 Released as part of Imager 0.94_02.
35 - enable the debug log for t/t90std.t
37 - add typemap to the manifest, this caused build failures in 1.020.
39 Imager::Font::T1 1.020
40 ======================
42 - add the 1.019 changes list
46 Imager::Font::T1 1.019
47 ======================
49 - slightly improve control over anti-aliasing, this is now recorded
52 - use a mutex to avoid re-entering t1lib, which isn't thread safe.
54 - avoid a paralled testing race condition.
56 Imager::Font::T1 1.018
57 ======================
59 - match Imager::Font;:T1's error message translations to those from
60 later versions of T1Lib.
62 - clean up .dSYM directories generated performing probes on OS X
65 - pass the --verbose command-line option through to Imager::Probe in
67 https://rt.cpan.org/Ticket/Display.html?id=75878
69 Imager::Font::T1 1.017
70 ======================
72 - no longer fallback to using DynaLoader to load the XS code
73 https://rt.cpan.org/Ticket/Display.html?id=75560
75 Imager::Font::T1 1.016
76 ======================
78 - update dependency to Imager 0.86
79 https://rt.cpan.org/Ticket/Display.html?id=72643
81 Imager::Font::T1 1.015
82 ======================
84 - use T1_StrError() for error messages on modern libt1
85 https://rt.cpan.org/Ticket/Display.html?id=69879
87 - actually load the font rather than just adding it to the catalog on
90 - Imager::Font->new now produces better error messages for the T1
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
97 - the default text color is no longer transparent.
98 https://rt.cpan.org/Ticket/Display.html?id=71469
100 Imager::Font::T1 1.014
101 ======================
103 - if reinitialization failed, the t1_initialized flag was left set.
104 https://rt.cpan.org/Ticket/Display.html?id=69877
106 - update the bundled (and still modified) Devel::CheckLib
107 https://rt.cpan.org/Ticket/Display.html?id=69170
109 Imager::Font::T1 1.013
110 ======================
112 - the big types cleanup, should be no change in behaviour
114 Imager::Font::T1 1.012
115 ======================