4 - fixed an uninitialized value usage caused when i_ft2_text() logged
5 the partially initialized color supplied by i_ft2_cp().
10 - update the bundled/modified Devel::CheckLib to handle the gcc-4
16 - drawing non-AA text is now done in alpha-combining mode
17 https://rt.cpan.org/Ticket/Display.html?id=73359
19 - use gsamp/psamp() to transfer pixels from the work image to the
20 output image instead of gpix/ppix.
21 https://rt.cpan.org/Ticket/Display.html?id=83478
23 - eliminate some initialized but otherwise unused variables detected
29 - depend on Imager 0.95.
34 Released as part of Imager 0.94_02.
36 - fix some mismatched format strings/types
38 - enable the debug log for t/t90std.t
45 - drawing text to a channel drew with random coverage, since the
46 alpha channel used for the internal call to draw text wasn't
52 - report the library version during testing
57 Distributed with Imager 0.93_01
59 - improve thread safety
64 - previously the probe step for freetype-config would fail on cygwin
66 - clean up .dSYM directories generated performing probes on OS X
69 - pass the --verbose command-line option through to Imager::Probe in
71 https://rt.cpan.org/Ticket/Display.html?id=75878
76 - no longer fallback to using DynaLoader to load the XS code
77 https://rt.cpan.org/Ticket/Display.html?id=75560
82 - update dependency to Imager 0.86
83 https://rt.cpan.org/Ticket/Display.html?id=72643
88 - has_chars() now returns perl's true and false values in list
89 context rather than integers, which should be more efficient.
90 https://rt.cpan.org/Ticket/Display.html?id=69158
92 - the default text color is no longer transparent.
93 https://rt.cpan.org/Ticket/Display.html?id=71469
98 - update the bundled (and still modified) Devel::CheckLib
99 https://rt.cpan.org/Ticket/Display.html?id=69170
101 - use snprintf() when imconfig.h indicates it's available
102 https://rt.cpan.org/Ticket/Display.html?id=69147
107 - the big types cleanup
112 Split off from Imager.