]> git.imager.perl.org - imager.git/commitdiff
sub-module version bumps and Changes notes in prep for dev release
authorTony Cook <tony@develop-help.com>
Mon, 22 Aug 2011 01:06:49 +0000 (11:06 +1000)
committerTony Cook <tony@develop-help.com>
Mon, 22 Aug 2011 01:06:49 +0000 (11:06 +1000)
15 files changed:
Changes
FT2/Changes
FT2/FT2.pm
GIF/Changes
GIF/GIF.pm
JPEG/Changes
JPEG/JPEG.pm
PNG/Changes
PNG/PNG.pm
T1/Changes
T1/T1.pm
TIFF/Changes
TIFF/TIFF.pm
W32/Changes
W32/W32.pm

diff --git a/Changes b/Changes
index 5d7f4f546f400bbced8ba6c0912181e5d3116ba2..7ac4a6b0e57f559c5101bf8ec8e2e22413d65015 100644 (file)
--- a/Changes
+++ b/Changes
@@ -37,6 +37,9 @@ Bug fixes:
    initialized.
    https://rt.cpan.org/Ticket/Display.html?id=69877
 
+ - update the bundled (and still modified) Devel::CheckLib
+   https://rt.cpan.org/Ticket/Display.html?id=69170
+
 Imager 0.84_01 - 8 Aug 2011
 ==============
 
index 3834fe8adf6ff3631456c9b7f7a63990e534a600..3fb1d737583802bf0f9f287726827139ccba0fd0 100644 (file)
@@ -1,3 +1,17 @@
+Imager-Font-FT2 0.82
+====================
+
+ - update the bundled (and still modified) Devel::CheckLib
+   https://rt.cpan.org/Ticket/Display.html?id=69170
+
+ - use snprintf() when imconfig.h indicates it's available
+   https://rt.cpan.org/Ticket/Display.html?id=69147
+
+Imager-Font-FT2 0.81
+====================
+
+ - the big types cleanup
+
 Imager-Font-FT2 0.78
 ====================
 
index dc5f94b954323a29c9d7e3e761a41d03af3ec572..b2d1f4dd69366b510ff5a9819dc2dcabf6765771 100644 (file)
@@ -5,7 +5,7 @@ use vars qw($VERSION @ISA);
 @ISA = qw(Imager::Font);
 
 BEGIN {
-  $VERSION = "0.81";
+  $VERSION = "0.82";
 
   eval {
     require XSLoader;
index 3b5b315683de51082ba49e10227cdc6d1198a054..e9b794983d645637a365e2aa316793c97d4f86be 100644 (file)
@@ -1,3 +1,19 @@
+Imager-File-GIF 0.81
+====================
+
+ - update the bundled (and still modified) Devel::CheckLib
+   https://rt.cpan.org/Ticket/Display.html?id=69170
+
+ - use snprintf() when imconfig.h indicates it's available
+   https://rt.cpan.org/Ticket/Display.html?id=69147
+
+Imager-File-GIF 0.80
+====================
+
+ - the big types cleanup
+
+ - refuse to write images (or screens) that are too large to represent.
+
 Imager-File-GIF 0.79
 ====================
 
index c2d2ddbaa6b1cbf88d2a61a432d538bd8a488bfc..13c7d499feef617403a2a7e9b8c10f8ee476bdc9 100644 (file)
@@ -4,7 +4,7 @@ use Imager;
 use vars qw($VERSION @ISA);
 
 BEGIN {
-  $VERSION = "0.80";
+  $VERSION = "0.81";
 
   eval {
     require XSLoader;
index 1890875bcdd78a8063d7d5556b4f014938d9105d..c739a2383777728aaaa823da1f8bde0075a3fcd4 100644 (file)
@@ -1,3 +1,19 @@
+Imager-File-JPEG 0.81
+=====================
+
+ - update the bundled (and still modified) Devel::CheckLib
+   https://rt.cpan.org/Ticket/Display.html?id=69170
+
+ - use snprintf() when imconfig.h indicates it's available
+   https://rt.cpan.org/Ticket/Display.html?id=69147
+
+Imager-File-JPEG 0.80
+=====================
+
+ - the big types cleanup
+
+ - fail writing an image that is too large for JPEG to support.
+
 Imager-File-JPEG 0.79
 =====================
 
index 0351947f017d6cffae12a49e484e78e301648651..597ea9332a4bd3b3ab3ee36d801c8ca465cf7188 100644 (file)
@@ -4,7 +4,7 @@ use Imager;
 use vars qw($VERSION @ISA);
 
 BEGIN {
-  $VERSION = "0.80";
+  $VERSION = "0.81";
 
   eval {
     require XSLoader;
index 8e4a32ba4fca6752fbe6264ba3c9df1a96e5477b..9beb3e96b0ac7c7e08a3da4b715fce747783e8ae 100644 (file)
@@ -1,3 +1,14 @@
+Imager-File.PNG 0.81
+====================
+
+ - update the bundled (and still modified) Devel::CheckLib
+   https://rt.cpan.org/Ticket/Display.html?id=69170
+
+Imager-File.PNG 0.80
+====================
+
+ - the big types cleanup
+
 Imager-File-PNG 0.79
 ====================
 
index 3da7f2737fd9d0942c2c8b718a87c1055c8389f4..838dfe6f4e78c153880d12a59ec4ec4385b29fed 100644 (file)
@@ -4,7 +4,7 @@ use Imager;
 use vars qw($VERSION @ISA);
 
 BEGIN {
-  $VERSION = "0.80";
+  $VERSION = "0.81";
 
   eval {
     require XSLoader;
index 409f9b3206faa752eb70a535fadafe0c2ca8063e..4fd2a438a99b81278a64f22ad85e748a14f8d58a 100644 (file)
@@ -1,3 +1,17 @@
+Imager::Font::T1 1.014
+======================
+
+ - if reinitialization failed, the t1_initialized flag was left set.
+   https://rt.cpan.org/Ticket/Display.html?id=69877
+
+ - update the bundled (and still modified) Devel::CheckLib
+   https://rt.cpan.org/Ticket/Display.html?id=69170
+
+Imager::Font::T1 1.013
+======================
+
+ - the big types cleanup, should be no change in behaviour
+
 Imager::Font::T1 1.012
 ======================
 
index 25f9ae363d3d640b7ea81d74b9452e6ff946ead9..8febba5691592fd954bb91cc81b0e714b0064ada 100644 (file)
--- a/T1/T1.pm
+++ b/T1/T1.pm
@@ -5,7 +5,7 @@ use vars qw(@ISA $VERSION);
 @ISA = qw(Imager::Font);
 
 BEGIN {
-  $VERSION = "1.013";
+  $VERSION = "1.014";
 
   eval {
     require XSLoader;
index 8e71a437ba2129decfc248fc6fb7eacdabb9d1f5..1a3eec90ad5a3bc1d83f077e4ebd9b86f9bd1439 100644 (file)
@@ -1,8 +1,19 @@
-Imager-File-TIFF 0.80
+Imager-File-TIFF 0.81
 =====================
 
  - check image file limits set by set_file_limits()
 
+ - use TIFFReadDirectory() instead of TIFFSetDirectory() to step
+   through IFDs, since that handles IFD loops.
+
+ - update the bundled (and still modified) Devel::CheckLib
+   https://rt.cpan.org/Ticket/Display.html?id=69170
+
+Imager-File-TIFF 0.80
+=====================
+
+ - the big types cleanup
+
 Imager-File-TIFF 0.79
 =====================
 
index e0e19b7dec69c5f4d9006a3229776d3e73ecf1fd..f392657d6c9b4aec57e4f3b4d4c8cdfc78681f84 100644 (file)
@@ -4,7 +4,7 @@ use Imager;
 use vars qw($VERSION @ISA);
 
 BEGIN {
-  $VERSION = "0.80";
+  $VERSION = "0.81";
 
   eval {
     require XSLoader;
index 9d9ce41c534aac30079e13f9845dd321b4c6fa8e..6bf0cfe91c512c7f2cda031531ed1cb5cbcc8ce8 100644 (file)
@@ -1,3 +1,14 @@
+Imager-Font-W32 0.81
+====================
+
+ - update the bundled (and still modified) Devel::CheckLib
+   https://rt.cpan.org/Ticket/Display.html?id=69170
+
+Imager-Font-W32 0.80
+====================
+
+ - the big types cleanup
+
 Imager-Font-W32 0.78
 ====================
 
index ca5ece5a71ac9cdee44b6ede5dfe346fe5dc0140..2360736184e8e252dfd15aa740350458ff8bc05d 100644 (file)
@@ -5,7 +5,7 @@ use vars qw($VERSION @ISA);
 @ISA = qw(Imager::Font);
 
 BEGIN {
-  $VERSION = "0.80";
+  $VERSION = "0.81";
 
   eval {
     require XSLoader;