]> git.imager.perl.org - imager.git/blob - FT2/Changes
Change note for strerror() fix
[imager.git] / FT2 / Changes
1 Imager-Font-FT2 0.92
2 ====================
3
4  - drawing non-AA text is now done in alpha-combining mode
5    https://rt.cpan.org/Ticket/Display.html?id=73359
6
7  - use gsamp/psamp() to transfer pixels from the work image to the
8    output image instead of gpix/ppix.
9    https://rt.cpan.org/Ticket/Display.html?id=83478
10
11  - eliminate some initialized but otherwise unused variables detected
12    by GCC.
13
14 Imager-Font-FT2 0.91
15 ====================
16
17  - depend on Imager 0.95.
18
19 Imager-Font-FT2 0.90
20 ====================
21
22 Released as part of Imager 0.94_02.
23
24  - fix some mismatched format strings/types
25
26  - enable the debug log for t/t90std.t
27
28 Imager-Font-FT2 0.89
29 ====================
30
31  - update README
32
33  - drawing text to a channel drew with random coverage, since the
34    alpha channel used for the internal call to draw text wasn't
35    initialized.
36
37 Imager-Font-FT2 0.88
38 ====================
39
40  - report the library version during testing
41
42 Imager-Font-FT2 0.87
43 ====================
44
45 Distributed with Imager 0.93_01
46
47  - improve thread safety
48
49 Imager-Font-FT2 0.86
50 ====================
51
52  - previously the probe step for freetype-config would fail on cygwin
53
54  - clean up .dSYM directories generated performing probes on OS X
55    Mountain Lion.
56
57  - pass the --verbose command-line option through to Imager::Probe in
58    Makefile.PL
59    https://rt.cpan.org/Ticket/Display.html?id=75878
60
61 Imager-Font-FT2 0.85
62 ====================
63
64  - no longer fallback to using DynaLoader to load the XS code
65    https://rt.cpan.org/Ticket/Display.html?id=75560
66
67 Imager-Font-FT2 0.84
68 ====================
69
70  - update dependency to Imager 0.86
71    https://rt.cpan.org/Ticket/Display.html?id=72643
72
73 Imager-Font-FT2 0.83
74 ====================
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-FT2 0.82
84 ====================
85
86  - update the bundled (and still modified) Devel::CheckLib
87    https://rt.cpan.org/Ticket/Display.html?id=69170
88
89  - use snprintf() when imconfig.h indicates it's available
90    https://rt.cpan.org/Ticket/Display.html?id=69147
91
92 Imager-Font-FT2 0.81
93 ====================
94
95  - the big types cleanup
96
97 Imager-Font-FT2 0.78
98 ====================
99
100 Split off from Imager.