]> git.imager.perl.org - imager.git/commitdiff
0.85 release v0.85
authorTony Cook <tony@develop-help.com>
Mon, 29 Aug 2011 09:13:54 +0000 (19:13 +1000)
committerTony Cook <tony@develop-help.com>
Mon, 29 Aug 2011 09:13:54 +0000 (19:13 +1000)
Changes
Imager.pm

diff --git a/Changes b/Changes
index 333ae72c6e2419ddf6ad88c0da64709ce388ffe1..54c264b1ba2fca85941b61a477ef94d7142240f8 100644 (file)
--- 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
index 6a5c7359e6f10432bb5142896f7ff6c447e3f742..aecf0c4c7b5e336790bc0269dfd922290025b3f7 100644 (file)
--- 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);