]> git.imager.perl.org - imager.git/commitdiff
update Changes
authorTony Cook <tony@develop-help.com>
Fri, 12 Oct 2012 07:55:30 +0000 (18:55 +1100)
committerTony Cook <tony@develop-help.com>
Fri, 12 Oct 2012 07:55:30 +0000 (18:55 +1100)
Changes
GIF/Changes

diff --git a/Changes b/Changes
index b7884a90caddd0fd338bb2f9b0275a9ff51d63f4..da056237668dedbe9855c959b6dec37e002a66bf 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,13 @@
 Imager release history.  Older releases can be found in Changes.old
 
- - support for giflib 5.0.
+ - support for giflib 5.0. (5.0.1 and later)
    https://rt.cpan.org/Ticket/Display.html?id=79029
+   The giflib API Imager uses doesn't have a mechanism to set the
+   header version in 5.0.0.
+
+ - previously a transparency enabled GIF write (the default) would
+   always use a GIF89a header even if none of the images were
+   transparent.
 
  - previously the probe step for freetype-config would fail on cygwin
 
index a6eda6c85a3f94ba4a14422b9e756755322c8d5c..20ccb48f0edf415dd3fa1e546f112e7d62ccc2d6 100644 (file)
@@ -3,6 +3,8 @@ Imager-File-GIF 0.85
 
  - add giflib 5.0 support.
    https://rt.cpan.org/Ticket/Display.html?id=79029
+   The giflib API Imager uses doesn't have a mechanism to set the
+   header version in 5.0.0.
 
  - previously a transparency enabled write (the default) would always
    use a GIF89a header even if none of the images were transparent.