4 - update the bundled/modified Devel::CheckLib to handle the gcc-4
10 - drawing non-AA text is now done in alpha-combining mode
11 https://rt.cpan.org/Ticket/Display.html?id=73359
13 - use gsamp/psamp() to transfer pixels from the work image to the
14 output image instead of gpix/ppix.
15 https://rt.cpan.org/Ticket/Display.html?id=83478
17 - eliminate some initialized but otherwise unused variables detected
23 - depend on Imager 0.95.
28 Released as part of Imager 0.94_02.
30 - fix some mismatched format strings/types
32 - enable the debug log for t/t90std.t
39 - drawing text to a channel drew with random coverage, since the
40 alpha channel used for the internal call to draw text wasn't
46 - report the library version during testing
51 Distributed with Imager 0.93_01
53 - improve thread safety
58 - previously the probe step for freetype-config would fail on cygwin
60 - clean up .dSYM directories generated performing probes on OS X
63 - pass the --verbose command-line option through to Imager::Probe in
65 https://rt.cpan.org/Ticket/Display.html?id=75878
70 - no longer fallback to using DynaLoader to load the XS code
71 https://rt.cpan.org/Ticket/Display.html?id=75560
76 - update dependency to Imager 0.86
77 https://rt.cpan.org/Ticket/Display.html?id=72643
82 - has_chars() now returns perl's true and false values in list
83 context rather than integers, which should be more efficient.
84 https://rt.cpan.org/Ticket/Display.html?id=69158
86 - the default text color is no longer transparent.
87 https://rt.cpan.org/Ticket/Display.html?id=71469
92 - update the bundled (and still modified) Devel::CheckLib
93 https://rt.cpan.org/Ticket/Display.html?id=69170
95 - use snprintf() when imconfig.h indicates it's available
96 https://rt.cpan.org/Ticket/Display.html?id=69147
101 - the big types cleanup
106 Split off from Imager.