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