]> git.imager.perl.org - imager.git/commitdiff
0.89 release v0.89
authorTony Cook <tony@develop-help.com>
Sun, 18 Mar 2012 01:31:12 +0000 (12:31 +1100)
committerTony Cook <tony@develop-help.com>
Sun, 18 Mar 2012 01:31:12 +0000 (12:31 +1100)
Changes
Imager.pm

diff --git a/Changes b/Changes
index 48b486ccaaa37683a54aead205d63afb4f33c24f..0882abdbbbbed3fa4052d7d07ad0131a2577723f 100644 (file)
--- 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
index 1142943756e013d26b62118c7a5901b0773ef2c4..974640a433bc72c52bafba258efb7a688ae04571 100644 (file)
--- 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);
 }