4 - Imager has been moved to github.
9 Coverity detected issue:
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.)
14 - avoid dead code in i_t1_glyph_names(), which is the implementation
15 of glyph_names() for T1. CID 185322.
17 Imager::Font::T1 1.024
18 ======================
20 - update the bundled/modified Devel::CheckLib to handle the gcc-4
23 Imager::Font::T1 1.023
24 ======================
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
30 Imager::Font::T1 1.022
31 ======================
33 - depend on Imager 0.95.
35 Imager::Font::T1 1.021
36 ======================
38 Released as part of Imager 0.94_02.
40 - enable the debug log for t/t90std.t
42 - add typemap to the manifest, this caused build failures in 1.020.
44 Imager::Font::T1 1.020
45 ======================
47 - add the 1.019 changes list
51 Imager::Font::T1 1.019
52 ======================
54 - slightly improve control over anti-aliasing, this is now recorded
57 - use a mutex to avoid re-entering t1lib, which isn't thread safe.
59 - avoid a paralled testing race condition.
61 Imager::Font::T1 1.018
62 ======================
64 - match Imager::Font;:T1's error message translations to those from
65 later versions of T1Lib.
67 - clean up .dSYM directories generated performing probes on OS X
70 - pass the --verbose command-line option through to Imager::Probe in
72 https://rt.cpan.org/Ticket/Display.html?id=75878
74 Imager::Font::T1 1.017
75 ======================
77 - no longer fallback to using DynaLoader to load the XS code
78 https://rt.cpan.org/Ticket/Display.html?id=75560
80 Imager::Font::T1 1.016
81 ======================
83 - update dependency to Imager 0.86
84 https://rt.cpan.org/Ticket/Display.html?id=72643
86 Imager::Font::T1 1.015
87 ======================
89 - use T1_StrError() for error messages on modern libt1
90 https://rt.cpan.org/Ticket/Display.html?id=69879
92 - actually load the font rather than just adding it to the catalog on
95 - Imager::Font->new now produces better error messages for the T1
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
102 - the default text color is no longer transparent.
103 https://rt.cpan.org/Ticket/Display.html?id=71469
105 Imager::Font::T1 1.014
106 ======================
108 - if reinitialization failed, the t1_initialized flag was left set.
109 https://rt.cpan.org/Ticket/Display.html?id=69877
111 - update the bundled (and still modified) Devel::CheckLib
112 https://rt.cpan.org/Ticket/Display.html?id=69170
114 Imager::Font::T1 1.013
115 ======================
117 - the big types cleanup, should be no change in behaviour
119 Imager::Font::T1 1.012
120 ======================