From 0c647c9aec02575c61c28bd3cb583fe530bbfa0e Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 29 Aug 2011 19:13:54 +1000 Subject: [PATCH] 0.85 release --- Changes | 10 +++++++++- Imager.pm | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 333ae72c..54c264b1 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,16 @@ Imager release history. Older releases can be found in Changes.old -Imager 0.85 - unreleased +Imager 0.85 - 29 Aug 2011 =========== +The main changes in the release versus 0.84 are: + + - on 64-bit systems, 64-bit types are consistently used for image + dimensions and co-ordinated, and for memory block sizes. + + - handle IFD loops in TIFF files correctly. Previously this would + lead to an infinite loop. + Bug fixes: - fix the link in the getheight() entry in the method index diff --git a/Imager.pm b/Imager.pm index 6a5c7359..aecf0c4c 100644 --- a/Imager.pm +++ b/Imager.pm @@ -148,7 +148,7 @@ BEGIN { if ($ex_version < 5.57) { @ISA = qw(Exporter); } - $VERSION = '0.84_02'; + $VERSION = '0.85'; eval { require XSLoader; XSLoader::load(Imager => $VERSION); -- 2.39.5