]> git.imager.perl.org - imager.git/blob - T1/Changes
update changes for T1
[imager.git] / T1 / Changes
1 Imager::Font::T1 1.018
2 ======================
3
4  - use mutexes to avoid re-entrancy into the thread-unsafe T1Lib
5
6  - improve error handling and reporting
7
8  - provide better control of the level of anti-aliasing
9
10 Imager::Font::T1 1.017
11 ======================
12
13  - no longer fallback to using DynaLoader to load the XS code
14    https://rt.cpan.org/Ticket/Display.html?id=75560
15
16 Imager::Font::T1 1.016
17 ======================
18
19  - update dependency to Imager 0.86
20    https://rt.cpan.org/Ticket/Display.html?id=72643
21
22 Imager::Font::T1 1.015
23 ======================
24
25  - use T1_StrError() for error messages on modern libt1
26    https://rt.cpan.org/Ticket/Display.html?id=69879
27
28  - actually load the font rather than just adding it to the catalog on
29    creation.
30
31  - Imager::Font->new now produces better error messages for the T1
32    engine.
33
34  - has_chars() now returns perl's true and false values in list
35    context rather than integers, which should be more efficient.
36    https://rt.cpan.org/Ticket/Display.html?id=69158
37
38  - the default text color is no longer transparent.
39    https://rt.cpan.org/Ticket/Display.html?id=71469
40
41 Imager::Font::T1 1.014
42 ======================
43
44  - if reinitialization failed, the t1_initialized flag was left set.
45    https://rt.cpan.org/Ticket/Display.html?id=69877
46
47  - update the bundled (and still modified) Devel::CheckLib
48    https://rt.cpan.org/Ticket/Display.html?id=69170
49
50 Imager::Font::T1 1.013
51 ======================
52
53  - the big types cleanup, should be no change in behaviour
54
55 Imager::Font::T1 1.012
56 ======================
57
58 Initial release.