]> git.imager.perl.org - imager.git/blob - T1/Changes
mark mm_log() for the API with the right gcc -Wformat magic
[imager.git] / T1 / Changes
1 Imager::Font::T1 1.020
2 ======================
3
4  - add the 1.019 changes list
5
6  - update README
7
8 Imager::Font::T1 1.019
9 ======================
10
11  - slightly improve control over anti-aliasing, this is now recorded
12    per thread
13
14  - use a mutex to avoid re-entering t1lib, which isn't thread safe.
15
16  - avoid a paralled testing race condition.
17
18 Imager::Font::T1 1.018
19 ======================
20
21  - match Imager::Font;:T1's error message translations to those from
22    later versions of T1Lib.
23
24  - clean up .dSYM directories generated performing probes on OS X
25    Mountain Lion.
26
27  - pass the --verbose command-line option through to Imager::Probe in
28    Makefile.PL
29    https://rt.cpan.org/Ticket/Display.html?id=75878
30
31 Imager::Font::T1 1.017
32 ======================
33
34  - no longer fallback to using DynaLoader to load the XS code
35    https://rt.cpan.org/Ticket/Display.html?id=75560
36
37 Imager::Font::T1 1.016
38 ======================
39
40  - update dependency to Imager 0.86
41    https://rt.cpan.org/Ticket/Display.html?id=72643
42
43 Imager::Font::T1 1.015
44 ======================
45
46  - use T1_StrError() for error messages on modern libt1
47    https://rt.cpan.org/Ticket/Display.html?id=69879
48
49  - actually load the font rather than just adding it to the catalog on
50    creation.
51
52  - Imager::Font->new now produces better error messages for the T1
53    engine.
54
55  - has_chars() now returns perl's true and false values in list
56    context rather than integers, which should be more efficient.
57    https://rt.cpan.org/Ticket/Display.html?id=69158
58
59  - the default text color is no longer transparent.
60    https://rt.cpan.org/Ticket/Display.html?id=71469
61
62 Imager::Font::T1 1.014
63 ======================
64
65  - if reinitialization failed, the t1_initialized flag was left set.
66    https://rt.cpan.org/Ticket/Display.html?id=69877
67
68  - update the bundled (and still modified) Devel::CheckLib
69    https://rt.cpan.org/Ticket/Display.html?id=69170
70
71 Imager::Font::T1 1.013
72 ======================
73
74  - the big types cleanup, should be no change in behaviour
75
76 Imager::Font::T1 1.012
77 ======================
78
79 Initial release.