2 - giflib 4.2 eliminates the GIF_LIB_VERSION macro, handle that
3 correctly for both probing and runtime.
4 https://rt.cpan.org/Ticket/Display.html?id=77672
9 - no longer fallback to using DynaLoader to load the XS code
10 https://rt.cpan.org/Ticket/Display.html?id=75560
15 - modify to use the new buffered I/O functions instead of calling
16 I/O layer callbacks directly.
18 - handle I/O close errors properly
23 - update the bundled (and still modified) Devel::CheckLib
24 https://rt.cpan.org/Ticket/Display.html?id=69170
26 - use snprintf() when imconfig.h indicates it's available
27 https://rt.cpan.org/Ticket/Display.html?id=69147
32 - the big types cleanup
34 - refuse to write images (or screens) that are too large to represent.
39 - writing a paletted image to GIF wouldn't always use the colors
40 supplied (or generated, eg. via make_colors => "mono"), which was
41 confusing at best. Requires changes from Imager 0.84.
42 https://rt.cpan.org/Ticket/Display.html?id=67912
44 - replace (imager|tony)@imager.perl.org in the doc, since I don't
45 plan to continue receiving mail at that address.
46 https://rt.cpan.org/Ticket/Display.html?id=68591
51 Split out from Imager.