add a drop shadow entry to the cookbook and a sample too
[imager.git] / FT2 / Changes
CommitLineData
5eac8456
TC
1Imager-Font-FT2 0.91
2====================
3
4 - depend on Imager 0.95.
5
ee2f2581
TC
6Imager-Font-FT2 0.90
7====================
8
5eac8456
TC
9Released as part of Imager 0.94_02.
10
ee2f2581
TC
11 - fix some mismatched format strings/types
12
0dff1af0
TC
13 - enable the debug log for t/t90std.t
14
0953e1cf
TC
15Imager-Font-FT2 0.89
16====================
17
18 - update README
19
c732ffa5
TC
20 - drawing text to a channel drew with random coverage, since the
21 alpha channel used for the internal call to draw text wasn't
22 initialized.
23
605b62af
TC
24Imager-Font-FT2 0.88
25====================
26
5e8f194e
TC
27 - report the library version during testing
28
605b62af
TC
29Imager-Font-FT2 0.87
30====================
31
32Distributed with Imager 0.93_01
33
244725cf
TC
34 - improve thread safety
35
8c323994
TC
36Imager-Font-FT2 0.86
37====================
b2f967ef
TC
38
39 - previously the probe step for freetype-config would fail on cygwin
70b577d3
TC
40
41 - clean up .dSYM directories generated performing probes on OS X
42 Mountain Lion.
8c323994
TC
43
44 - pass the --verbose command-line option through to Imager::Probe in
45 Makefile.PL
46 https://rt.cpan.org/Ticket/Display.html?id=75878
b2f967ef 47
a5919365
TC
48Imager-Font-FT2 0.85
49====================
50
51 - no longer fallback to using DynaLoader to load the XS code
52 https://rt.cpan.org/Ticket/Display.html?id=75560
53
32d74dbe
TC
54Imager-Font-FT2 0.84
55====================
56
57 - update dependency to Imager 0.86
58 https://rt.cpan.org/Ticket/Display.html?id=72643
59
6e938c74
TC
60Imager-Font-FT2 0.83
61====================
62
63 - has_chars() now returns perl's true and false values in list
64 context rather than integers, which should be more efficient.
65 https://rt.cpan.org/Ticket/Display.html?id=69158
66
839f97fb
TC
67 - the default text color is no longer transparent.
68 https://rt.cpan.org/Ticket/Display.html?id=71469
69
5fd542c7
TC
70Imager-Font-FT2 0.82
71====================
72
73 - update the bundled (and still modified) Devel::CheckLib
74 https://rt.cpan.org/Ticket/Display.html?id=69170
75
76 - use snprintf() when imconfig.h indicates it's available
77 https://rt.cpan.org/Ticket/Display.html?id=69147
78
79Imager-Font-FT2 0.81
80====================
81
82 - the big types cleanup
83
893474f1
TC
84Imager-Font-FT2 0.78
85====================
86
87Split off from Imager.