]> git.imager.perl.org - imager.git/blob - T1/Changes
9e32cca1f99ba41c79b96ae2ce2779c7347efcc6
[imager.git] / T1 / Changes
1 Imager::Font::T1 1.026
2 ======================
3
4 Coverity 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
9  - avoid dead code in i_t1_glyph_names(), which is the implementation
10    of glyph_names() for T1.  CID 185322.
11
12 Imager::Font::T1 1.024
13 ======================
14
15  - update the bundled/modified Devel::CheckLib to handle the gcc-4
16    symlink on Cygwin
17
18 Imager::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
25 Imager::Font::T1 1.022
26 ======================
27
28  - depend on Imager 0.95.
29
30 Imager::Font::T1 1.021
31 ======================
32
33 Released as part of Imager 0.94_02.
34
35  - enable the debug log for t/t90std.t
36
37  - add typemap to the manifest, this caused build failures in 1.020.
38
39 Imager::Font::T1 1.020
40 ======================
41
42  - add the 1.019 changes list
43
44  - update README
45
46 Imager::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
56 Imager::Font::T1 1.018
57 ======================
58
59  - match Imager::Font;:T1's error message translations to those from
60    later versions of T1Lib.
61
62  - clean up .dSYM directories generated performing probes on OS X
63    Mountain Lion.
64
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
69 Imager::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
75 Imager::Font::T1 1.016
76 ======================
77
78  - update dependency to Imager 0.86
79    https://rt.cpan.org/Ticket/Display.html?id=72643
80
81 Imager::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
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
97  - the default text color is no longer transparent.
98    https://rt.cpan.org/Ticket/Display.html?id=71469
99
100 Imager::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
109 Imager::Font::T1 1.013
110 ======================
111
112  - the big types cleanup, should be no change in behaviour
113
114 Imager::Font::T1 1.012
115 ======================
116
117 Initial release.