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