4 - use undeprecated encoding symbols. This may fix the build on the
5 badly patched CentOS 7 Freetype 2.
10 - avoid dead code in i_ft2_glyph_name(), which is the implementation
11 of glyph_names(). CID 185342.
13 - avoid an unneeded EXTEND() call when the FT2 has_chars()
14 implementation returns 0. CID 185292.
19 - improve Makefile.PL metadata
24 - fixed an uninitialized value usage caused when i_ft2_text() logged
25 the partially initialized color supplied by i_ft2_cp().
30 - update the bundled/modified Devel::CheckLib to handle the gcc-4
36 - drawing non-AA text is now done in alpha-combining mode
37 https://rt.cpan.org/Ticket/Display.html?id=73359
39 - use gsamp/psamp() to transfer pixels from the work image to the
40 output image instead of gpix/ppix.
41 https://rt.cpan.org/Ticket/Display.html?id=83478
43 - eliminate some initialized but otherwise unused variables detected
49 - depend on Imager 0.95.
54 Released as part of Imager 0.94_02.
56 - fix some mismatched format strings/types
58 - enable the debug log for t/t90std.t
65 - drawing text to a channel drew with random coverage, since the
66 alpha channel used for the internal call to draw text wasn't
72 - report the library version during testing
77 Distributed with Imager 0.93_01
79 - improve thread safety
84 - previously the probe step for freetype-config would fail on cygwin
86 - clean up .dSYM directories generated performing probes on OS X
89 - pass the --verbose command-line option through to Imager::Probe in
91 https://rt.cpan.org/Ticket/Display.html?id=75878
96 - no longer fallback to using DynaLoader to load the XS code
97 https://rt.cpan.org/Ticket/Display.html?id=75560
102 - update dependency to Imager 0.86
103 https://rt.cpan.org/Ticket/Display.html?id=72643
108 - has_chars() now returns perl's true and false values in list
109 context rather than integers, which should be more efficient.
110 https://rt.cpan.org/Ticket/Display.html?id=69158
112 - the default text color is no longer transparent.
113 https://rt.cpan.org/Ticket/Display.html?id=71469
118 - update the bundled (and still modified) Devel::CheckLib
119 https://rt.cpan.org/Ticket/Display.html?id=69170
121 - use snprintf() when imconfig.h indicates it's available
122 https://rt.cpan.org/Ticket/Display.html?id=69147
127 - the big types cleanup
132 Split off from Imager.