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