4 - giflib 4.2 eliminates the GIF_LIB_VERSION macro, handle that
5 correctly for both probing and runtime.
6 https://rt.cpan.org/Ticket/Display.html?id=77672
8 - allow building with C89 compilers
13 - no longer fallback to using DynaLoader to load the XS code
14 https://rt.cpan.org/Ticket/Display.html?id=75560
19 - modify to use the new buffered I/O functions instead of calling
20 I/O layer callbacks directly.
22 - handle I/O close errors properly
27 - update the bundled (and still modified) Devel::CheckLib
28 https://rt.cpan.org/Ticket/Display.html?id=69170
30 - use snprintf() when imconfig.h indicates it's available
31 https://rt.cpan.org/Ticket/Display.html?id=69147
36 - the big types cleanup
38 - refuse to write images (or screens) that are too large to represent.
43 - writing a paletted image to GIF wouldn't always use the colors
44 supplied (or generated, eg. via make_colors => "mono"), which was
45 confusing at best. Requires changes from Imager 0.84.
46 https://rt.cpan.org/Ticket/Display.html?id=67912
48 - replace (imager|tony)@imager.perl.org in the doc, since I don't
49 plan to continue receiving mail at that address.
50 https://rt.cpan.org/Ticket/Display.html?id=68591
55 Split out from Imager.