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