X-Git-Url: http://git.imager.perl.org/imager.git/blobdiff_plain/d0ffc81aea670f5d198cd66c837e04f974d614e1..d153c79b0beaa3dce3de341ee892c7ebf302360e:/GIF/Changes diff --git a/GIF/Changes b/GIF/Changes index 6d0a2dc4..e5020977 100644 --- a/GIF/Changes +++ b/GIF/Changes @@ -1,3 +1,65 @@ +Imager-File-GIF 0.95 +==================== + + - trying to read from a GIF file with no images now sets an error + string (it always failed) + https://rt.cpan.org/Ticket/Display.html?id=128481 + +Imager-File-GIF 0.94 +==================== + + - forgot to update Changes before Imager 1.009 relase. + +Imager-File-GIF 0.93 +==================== + + - log the map object only after we check it was successfully created. + +Imager-File-GIF 0.92 +==================== + + - improve Makefile.PL metadata + +Imager-File-GIF 0.91 +==================== + + - a write failure when writing to a GIF file could leak memory. + +Imager-File-GIF 0.90 +==================== + + - don't leave a test file behind when probing for the 4.2.0 file + version bug fails. + + - update the bundled/modified Devel::CheckLib to handle the gcc-4 + symlink on Cygwin + +Imager-File-GIF 0.89 +==================== + + - add support for giflib 5.1.0, which added error code pointer + parameters to EGifCloseFile() and DGifCloseFile(). + https://rt.cpan.org/Ticket/Display.html?id=96756 + + - avoid a double-free when do_write() fails. + +Imager-File-GIF 0.88 +==================== + + - eliminate various set but otherwise unused variables caught by GCC. + +Imager-File-GIF 0.87 +==================== + + - add the missing 0.86 changes list + + - update README + +Imager-File-GIF 0.86 +==================== + + - avoid re-entrancy to giflib using the mutex API + Imager-File-GIF 0.85 ==================== @@ -15,6 +77,13 @@ Imager-File-GIF 0.85 https://rt.cpan.org/Ticket/Display.html?id=79679 http://sourceforge.net/tracker/?func=detail&aid=3574283&group_id=102202&atid=631304 + - clean up .dSYM directories generated performing probes on OS X + Mountain Lion. + + - pass the --verbose command-line option through to Imager::Probe in + Makefile.PL + https://rt.cpan.org/Ticket/Display.html?id=75878 + Imager-File-GIF 0.84 - released with Imager 0.92_01 ====================