From 2c1ffb777684b72aab9b5e9ac8c4e7da19b4150a Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Sun, 18 Mar 2012 12:31:12 +1100 Subject: [PATCH] 0.89 release --- Changes | 7 +++++++ Imager.pm | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 48b486cc..0882abdb 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,16 @@ Imager release history. Older releases can be found in Changes.old +Imager 0.89 - 18 Mar 2012 +=========== + +Bug fixes: + - getpixel(..., type => "float") and the API i_gpixf() have been broken on paletted images since they were implemented. https://rt.cpan.org/Ticket/Display.html?id=75258 +Other changes: + - links in the METHOD INDEX now point at the method documentation rather than the heading you can find them under. https://rt.cpan.org/Ticket/Display.html?id=71495 diff --git a/Imager.pm b/Imager.pm index 11429437..974640a4 100644 --- a/Imager.pm +++ b/Imager.pm @@ -148,7 +148,7 @@ BEGIN { if ($ex_version < 5.57) { @ISA = qw(Exporter); } - $VERSION = '0.88'; + $VERSION = '0.89'; require XSLoader; XSLoader::load(Imager => $VERSION); } -- 2.39.5