From: Tony Cook Date: Mon, 6 Sep 2010 14:39:23 +0000 (+0000) Subject: note on the PNG / Imager::Probe change X-Git-Tag: Imager-0.79~62 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/d3a96113bbdaf0ec819e6e25835baa46ba05da1e note on the PNG / Imager::Probe change --- diff --git a/Changes b/Changes index e1e12665..1305f8fd 100644 --- a/Changes +++ b/Changes @@ -31,6 +31,14 @@ Bug fixes: code that managed 3400 10x10 pixel boxes/second sped up to 25700 boxes/second. + - clarify that Imager doesn't write EXIF metadata to images. + https://rt.cpan.org/Ticket/Display.html?id=60637 + + - Imager::Probe can now search subdirectories under its include path. + Used by the PNG Makefile.PL to find headers and libraries when they + aren't in the base directory, as in cygwin. + https://rt.cpan.org/Ticket/Display.html?id=60635 + Imager 0.77 - 11 Aug 2010 ===========