4 - Imager has moved to github.
9 - trying to read from a GIF file with no images now sets an error
10 string (it always failed)
11 https://rt.cpan.org/Ticket/Display.html?id=128481
16 - forgot to update Changes before Imager 1.009 relase.
21 - log the map object only after we check it was successfully created.
26 - improve Makefile.PL metadata
31 - a write failure when writing to a GIF file could leak memory.
36 - don't leave a test file behind when probing for the 4.2.0 file
39 - update the bundled/modified Devel::CheckLib to handle the gcc-4
45 - add support for giflib 5.1.0, which added error code pointer
46 parameters to EGifCloseFile() and DGifCloseFile().
47 https://rt.cpan.org/Ticket/Display.html?id=96756
49 - avoid a double-free when do_write() fails.
54 - eliminate various set but otherwise unused variables caught by GCC.
59 - add the missing 0.86 changes list
66 - avoid re-entrancy to giflib using the mutex API
71 - add giflib 5.0 support.
72 https://rt.cpan.org/Ticket/Display.html?id=79029
73 The giflib API Imager uses doesn't have a mechanism to set the
74 header version in 5.0.0.
76 - previously a transparency enabled write (the default) would always
77 use a GIF89a header even if none of the images were transparent.
79 - update the GIF library probe code to check for the new giflib 5.0.1
80 EGifSetGifVersion() function, and to check for the giflib 4.2.0
81 uninitialized gif89 bug.
82 https://rt.cpan.org/Ticket/Display.html?id=79679
83 http://sourceforge.net/tracker/?func=detail&aid=3574283&group_id=102202&atid=631304
85 - clean up .dSYM directories generated performing probes on OS X
88 - pass the --verbose command-line option through to Imager::Probe in
90 https://rt.cpan.org/Ticket/Display.html?id=75878
92 Imager-File-GIF 0.84 - released with Imager 0.92_01
95 - giflib 4.2 eliminates the GIF_LIB_VERSION macro, handle that
96 correctly for both probing and runtime.
97 https://rt.cpan.org/Ticket/Display.html?id=77672
99 - allow building with C89 compilers
104 - no longer fallback to using DynaLoader to load the XS code
105 https://rt.cpan.org/Ticket/Display.html?id=75560
110 - modify to use the new buffered I/O functions instead of calling
111 I/O layer callbacks directly.
113 - handle I/O close errors properly
118 - update the bundled (and still modified) Devel::CheckLib
119 https://rt.cpan.org/Ticket/Display.html?id=69170
121 - use snprintf() when imconfig.h indicates it's available
122 https://rt.cpan.org/Ticket/Display.html?id=69147
127 - the big types cleanup
129 - refuse to write images (or screens) that are too large to represent.
134 - writing a paletted image to GIF wouldn't always use the colors
135 supplied (or generated, eg. via make_colors => "mono"), which was
136 confusing at best. Requires changes from Imager 0.84.
137 https://rt.cpan.org/Ticket/Display.html?id=67912
139 - replace (imager|tony)@imager.perl.org in the doc, since I don't
140 plan to continue receiving mail at that address.
141 https://rt.cpan.org/Ticket/Display.html?id=68591
146 Split out from Imager.