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