]> git.imager.perl.org - imager.git/commitdiff
various changes updates
authorTony Cook <tony@develop-help.com>
Mon, 8 Oct 2012 08:47:54 +0000 (19:47 +1100)
committerTony Cook <tony@develop-help.com>
Mon, 8 Oct 2012 08:47:54 +0000 (19:47 +1100)
Changes
FT2/Changes
GIF/Changes
JPEG/Changes
T1/Changes

diff --git a/Changes b/Changes
index e08d5684ce3bceb5f0ee6493d05d3dbdabe3c7e5..4e140933212dfaa4acec4be235419eb8b9fe5ea6 100644 (file)
--- 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
 ===========
 
index 561bc69e9b359353411aa761ac079b32f1b004eb..144094c98a533fa99d3815fe54de256693cb56b2 100644 (file)
@@ -1,3 +1,6 @@
+
+ - previously the probe step for freetype-config would fail on cygwin
+
 Imager-Font-FT2 0.85
 ====================
 
index dfc8de7ef66b76b69c3c72c3fe826c5f07434981..a6eda6c85a3f94ba4a14422b9e756755322c8d5c 100644 (file)
@@ -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
 ====================
 
index 7961e5c7ed6c3179f75d4cf26a307ee458b5a11a..ffcf6119b5a56e7425605c4c0bcae2b63df39b24 100644 (file)
@@ -1,3 +1,5 @@
+ - avoid static variables when capturing IPTC data
+
 Imager-File-JPEG 0.84
 =====================
 
index 23c7f6d343d8cf1421bc5cdb77d209fdf61c24c3..802485f56c887b8d804b10942e53384e691ac77b 100644 (file)
@@ -1,3 +1,6 @@
+ - match Imager::Font;:T1's error message translations to those from
+   later versions of T1Lib.
+
 Imager::Font::T1 1.017
 ======================