From: Tony Cook Date: Fri, 13 Jun 2014 10:59:56 +0000 (+1000) Subject: Changes notes for 4593278bee25 X-Git-Tag: v0.99~6 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/75d54149d47263cf96eaa39f202f466eda8824ec Changes notes for 4593278bee25 --- diff --git a/Changes b/Changes index 5632d0c6..c8240586 100644 --- 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 =========== diff --git a/PNG/Changes b/PNG/Changes index 7ed1a2a5..835b198c 100644 --- a/PNG/Changes +++ b/PNG/Changes @@ -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 ====================