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