]> git.imager.perl.org - imager.git/blob - FT2/Changes
release prep: update font handlers to depend on next release
[imager.git] / FT2 / Changes
1 Imager-Font-FT2 0.91
2 ====================
3
4  - depend on Imager 0.95.
5
6 Imager-Font-FT2 0.90
7 ====================
8
9 Released as part of Imager 0.94_02.
10
11  - fix some mismatched format strings/types
12
13  - enable the debug log for t/t90std.t
14
15 Imager-Font-FT2 0.89
16 ====================
17
18  - update README
19
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
24 Imager-Font-FT2 0.88
25 ====================
26
27  - report the library version during testing
28
29 Imager-Font-FT2 0.87
30 ====================
31
32 Distributed with Imager 0.93_01
33
34  - improve thread safety
35
36 Imager-Font-FT2 0.86
37 ====================
38
39  - previously the probe step for freetype-config would fail on cygwin
40
41  - clean up .dSYM directories generated performing probes on OS X
42    Mountain Lion.
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
47
48 Imager-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
54 Imager-Font-FT2 0.84
55 ====================
56
57  - update dependency to Imager 0.86
58    https://rt.cpan.org/Ticket/Display.html?id=72643
59
60 Imager-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
67  - the default text color is no longer transparent.
68    https://rt.cpan.org/Ticket/Display.html?id=71469
69
70 Imager-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
79 Imager-Font-FT2 0.81
80 ====================
81
82  - the big types cleanup
83
84 Imager-Font-FT2 0.78
85 ====================
86
87 Split off from Imager.