Skip to content

Commit

Permalink
various changes updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Oct 8, 2012
1 parent 78660b6 commit b2f967e
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -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
===========

Expand Down
3 changes: 3 additions & 0 deletions FT2/Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

- previously the probe step for freetype-config would fail on cygwin

Imager-Font-FT2 0.85
====================

Expand Down
3 changes: 3 additions & 0 deletions GIF/Changes
Original file line number Diff line number Diff line change
Expand Up @@ -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
====================

Expand Down
2 changes: 2 additions & 0 deletions JPEG/Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- avoid static variables when capturing IPTC data

Imager-File-JPEG 0.84
=====================

Expand Down
3 changes: 3 additions & 0 deletions T1/Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- match Imager::Font;:T1's error message translations to those from
later versions of T1Lib.

Imager::Font::T1 1.017
======================

Expand Down

0 comments on commit b2f967e

Please sign in to comment.