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