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