]> git.imager.perl.org - imager.git/blob - T1/Changes
add new comparison method rgb_difference that resembles arithmetical difference per...
[imager.git] / T1 / Changes
1 Imager::Font::T1 1.027
2 ======================
3
4  - Imager has been moved to github.
5
6 Imager::Font::T1 1.026
7 ======================
8
9 Coverity 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
14  - avoid dead code in i_t1_glyph_names(), which is the implementation
15    of glyph_names() for T1.  CID 185322.
16
17 Imager::Font::T1 1.024
18 ======================
19
20  - update the bundled/modified Devel::CheckLib to handle the gcc-4
21    symlink on Cygwin
22
23 Imager::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
30 Imager::Font::T1 1.022
31 ======================
32
33  - depend on Imager 0.95.
34
35 Imager::Font::T1 1.021
36 ======================
37
38 Released as part of Imager 0.94_02.
39
40  - enable the debug log for t/t90std.t
41
42  - add typemap to the manifest, this caused build failures in 1.020.
43
44 Imager::Font::T1 1.020
45 ======================
46
47  - add the 1.019 changes list
48
49  - update README
50
51 Imager::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
61 Imager::Font::T1 1.018
62 ======================
63
64  - match Imager::Font;:T1's error message translations to those from
65    later versions of T1Lib.
66
67  - clean up .dSYM directories generated performing probes on OS X
68    Mountain Lion.
69
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
74 Imager::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
80 Imager::Font::T1 1.016
81 ======================
82
83  - update dependency to Imager 0.86
84    https://rt.cpan.org/Ticket/Display.html?id=72643
85
86 Imager::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
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
102  - the default text color is no longer transparent.
103    https://rt.cpan.org/Ticket/Display.html?id=71469
104
105 Imager::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
114 Imager::Font::T1 1.013
115 ======================
116
117  - the big types cleanup, should be no change in behaviour
118
119 Imager::Font::T1 1.012
120 ======================
121
122 Initial release.