]> git.imager.perl.org - imager.git/commitdiff
1.009 release v1.009
authorTony Cook <tony@develop-help.com>
Fri, 11 Jan 2019 09:07:28 +0000 (20:07 +1100)
committerTony Cook <tony@develop-help.com>
Fri, 11 Jan 2019 09:07:28 +0000 (20:07 +1100)
Changes
Imager.pm

diff --git a/Changes b/Changes
index 8389ae608b22b138441814a97273bb51345dae58..469c5db76523400f2c9b6bfcd51b0bf06f855861 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Imager release history.  Older releases can be found in Changes.old
 
+Imager 1.009 - 11 Jan 2009
+============
+
 Critical issue:
 
  - drawing a filled, anti-aliased circle to the left or right of the
@@ -143,7 +146,7 @@ Lower severity (according to Coverity):
  - don't check if the unsigned size supplied to
    im_set_image_file_limits() is negative.  CID 185307.
 
-[1] The first two build submissions ended up at the end of a ~400
+[1] The first two build submissions ended up at the end of a ~400 item
 build queue, and seemed to have been cancelled by Coverity.  A build
 submitted on NYE went through in minutes.
 
index 82948f2bc14ac015319cba435e15e5042eea0110..52957805ddea92ad073729c236598786421f032f 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -144,7 +144,7 @@ BEGIN {
   if ($ex_version < 5.57) {
     @ISA = qw(Exporter);
   }
-  $VERSION = '1.008';
+  $VERSION = '1.009';
   require XSLoader;
   XSLoader::load(Imager => $VERSION);
 }