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