From 57cc9afef89a76fc5e2d497476791960250c7c2e Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Fri, 11 Jan 2019 20:07:28 +1100 Subject: [PATCH] 1.009 release --- Changes | 5 ++++- Imager.pm | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 8389ae60..469c5db7 100644 --- 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. diff --git a/Imager.pm b/Imager.pm index 82948f2b..52957805 100644 --- 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); } -- 2.39.5