]> git.imager.perl.org - imager.git/blob - FT2/Changes
update Changes for FT2 thread safety
[imager.git] / FT2 / Changes
1  - report the library version during testing
2
3  - improve thread safety
4
5 Imager-Font-FT2 0.86
6 ====================
7
8  - previously the probe step for freetype-config would fail on cygwin
9
10  - clean up .dSYM directories generated performing probes on OS X
11    Mountain Lion.
12
13  - pass the --verbose command-line option through to Imager::Probe in
14    Makefile.PL
15    https://rt.cpan.org/Ticket/Display.html?id=75878
16
17 Imager-Font-FT2 0.85
18 ====================
19
20  - no longer fallback to using DynaLoader to load the XS code
21    https://rt.cpan.org/Ticket/Display.html?id=75560
22
23 Imager-Font-FT2 0.84
24 ====================
25
26  - update dependency to Imager 0.86
27    https://rt.cpan.org/Ticket/Display.html?id=72643
28
29 Imager-Font-FT2 0.83
30 ====================
31
32  - has_chars() now returns perl's true and false values in list
33    context rather than integers, which should be more efficient.
34    https://rt.cpan.org/Ticket/Display.html?id=69158
35
36  - the default text color is no longer transparent.
37    https://rt.cpan.org/Ticket/Display.html?id=71469
38
39 Imager-Font-FT2 0.82
40 ====================
41
42  - update the bundled (and still modified) Devel::CheckLib
43    https://rt.cpan.org/Ticket/Display.html?id=69170
44
45  - use snprintf() when imconfig.h indicates it's available
46    https://rt.cpan.org/Ticket/Display.html?id=69147
47
48 Imager-Font-FT2 0.81
49 ====================
50
51  - the big types cleanup
52
53 Imager-Font-FT2 0.78
54 ====================
55
56 Split off from Imager.