From b2f967ef7121e848c13a564ad8222cab825a775d Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 8 Oct 2012 19:47:54 +1100 Subject: [PATCH] various changes updates --- Changes | 17 +++++++++++++++++ FT2/Changes | 3 +++ GIF/Changes | 3 +++ JPEG/Changes | 2 ++ T1/Changes | 3 +++ 5 files changed, 28 insertions(+) diff --git a/Changes b/Changes index e08d5684..4e140933 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,23 @@ Imager release history. Older releases can be found in Changes.old - support for giflib 5.0. https://rt.cpan.org/Ticket/Display.html?id=79029 + - previously the probe step for freetype-config would fail on cygwin + + - avoid static variables when capturing IPTC data from JPEG files + + - match Imager::Font;:T1's error message translations to those from + later versions of T1Lib. + + - for libtiff versions that support extended warning handlers (3.8.0 + or later), use them to avoid some global variables. + + - catch an invalid matrix parameter to convert() instead of crashing + https://rt.cpan.org/Ticket/Display.html?id=79922 + + - remove the 16-bit/sample limitation from the documentation for + setsamples(), it hasn't applied for many releases. + https://rt.cpan.org/Ticket/Display.html?id=79989 + Imager 0.92 - 14 Aug 2012 =========== diff --git a/FT2/Changes b/FT2/Changes index 561bc69e..144094c9 100644 --- a/FT2/Changes +++ b/FT2/Changes @@ -1,3 +1,6 @@ + + - previously the probe step for freetype-config would fail on cygwin + Imager-Font-FT2 0.85 ==================== diff --git a/GIF/Changes b/GIF/Changes index dfc8de7e..a6eda6c8 100644 --- a/GIF/Changes +++ b/GIF/Changes @@ -4,6 +4,9 @@ Imager-File-GIF 0.85 - add giflib 5.0 support. https://rt.cpan.org/Ticket/Display.html?id=79029 + - previously a transparency enabled write (the default) would always + use a GIF89a header even if none of the images were transparent. + Imager-File-GIF 0.84 - released with Imager 0.92_01 ==================== diff --git a/JPEG/Changes b/JPEG/Changes index 7961e5c7..ffcf6119 100644 --- a/JPEG/Changes +++ b/JPEG/Changes @@ -1,3 +1,5 @@ + - avoid static variables when capturing IPTC data + Imager-File-JPEG 0.84 ===================== diff --git a/T1/Changes b/T1/Changes index 23c7f6d3..802485f5 100644 --- a/T1/Changes +++ b/T1/Changes @@ -1,3 +1,6 @@ + - match Imager::Font;:T1's error message translations to those from + later versions of T1Lib. + Imager::Font::T1 1.017 ====================== -- 2.39.5