]> git.imager.perl.org - imager.git/commitdiff
Changes notes for 4593278bee25
authorTony Cook <tony@develop-help.com>
Fri, 13 Jun 2014 10:59:56 +0000 (20:59 +1000)
committerTony Cook <tony@develop-help.com>
Fri, 13 Jun 2014 10:59:56 +0000 (20:59 +1000)
Changes
PNG/Changes

diff --git a/Changes b/Changes
index 5632d0c640402ba41210dc5673f5592a86b5e519..c8240586b66e9f12b0ccc22a30453cc618f9b484 100644 (file)
--- a/Changes
+++ b/Changes
@@ -26,6 +26,13 @@ Imager release history.  Older releases can be found in Changes.old
    still available as "autolevels_skew".
    https://rt.cpan.org/Ticket/Display.html?id=94413
 
+ - Imager::File::PNG now supports libpng 1.6.10.
+   1.6.10 changed CRC errors from benign errors to normal errors,
+   which broke the test which used CRC errors to check for benign
+   error support.  Switched to using a 1-bit grey-scale image with a
+   palette to test for benign errors.
+   https://rt.cpan.org/Ticket/Display.html?id=94717
+
 Imager 0.98 - 3 Jan 2014
 ===========
 
index 7ed1a2a5fd1ce35a635b775edec22eec51bd52f0..835b198ccf12dbfa59ac38045b3c2686f7d97ea5 100644 (file)
@@ -1,3 +1,13 @@
+Imager-File-PNG 0.90
+====================
+
+ - support libpng 1.6.10.
+   1.6.10 changed CRC errors from benign errors to normal errors,
+   which broke the test which used CRC errors to check for benign
+   error support.  Switched to using a 1-bit grey-scale image with a
+   palette to test for benign errors.
+   https://rt.cpan.org/Ticket/Display.html?id=94717
+
 Imager-File-PNG 0.89
 ====================