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