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