From: Tony Cook Date: Wed, 13 Feb 2019 08:04:17 +0000 (+1100) Subject: note GIF changes X-Git-Tag: v1.010~2 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/10b4f0bbd5f34d438e53103d91c108bf035b95fd note GIF changes --- diff --git a/GIF/Changes b/GIF/Changes index d4948e4b..e5020977 100644 --- a/GIF/Changes +++ b/GIF/Changes @@ -1,3 +1,10 @@ +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 ==================== diff --git a/GIF/GIF.pm b/GIF/GIF.pm index da55afcf..9ddeaa1f 100644 --- a/GIF/GIF.pm +++ b/GIF/GIF.pm @@ -4,7 +4,7 @@ use Imager; use vars qw($VERSION @ISA); BEGIN { - $VERSION = "0.94"; + $VERSION = "0.95"; require XSLoader; XSLoader::load('Imager::File::GIF', $VERSION);