4 - add giflib 5.0 support.
5 https://rt.cpan.org/Ticket/Display.html?id=79029
7 - previously a transparency enabled write (the default) would always
8 use a GIF89a header even if none of the images were transparent.
10 Imager-File-GIF 0.84 - released with Imager 0.92_01
13 - giflib 4.2 eliminates the GIF_LIB_VERSION macro, handle that
14 correctly for both probing and runtime.
15 https://rt.cpan.org/Ticket/Display.html?id=77672
17 - allow building with C89 compilers
22 - no longer fallback to using DynaLoader to load the XS code
23 https://rt.cpan.org/Ticket/Display.html?id=75560
28 - modify to use the new buffered I/O functions instead of calling
29 I/O layer callbacks directly.
31 - handle I/O close errors properly
36 - update the bundled (and still modified) Devel::CheckLib
37 https://rt.cpan.org/Ticket/Display.html?id=69170
39 - use snprintf() when imconfig.h indicates it's available
40 https://rt.cpan.org/Ticket/Display.html?id=69147
45 - the big types cleanup
47 - refuse to write images (or screens) that are too large to represent.
52 - writing a paletted image to GIF wouldn't always use the colors
53 supplied (or generated, eg. via make_colors => "mono"), which was
54 confusing at best. Requires changes from Imager 0.84.
55 https://rt.cpan.org/Ticket/Display.html?id=67912
57 - replace (imager|tony)@imager.perl.org in the doc, since I don't
58 plan to continue receiving mail at that address.
59 https://rt.cpan.org/Ticket/Display.html?id=68591
64 Split out from Imager.