]> git.imager.perl.org - imager.git/commitdiff
0.71_03 release
authorTony Cook <tony@develop=help.com>
Fri, 4 Dec 2009 14:19:13 +0000 (14:19 +0000)
committerTony Cook <tony@develop=help.com>
Fri, 4 Dec 2009 14:19:13 +0000 (14:19 +0000)
Changes
Imager.pm

diff --git a/Changes b/Changes
index ab6620d3eb184d267b0ef5ea487cb1aa0cbf708b..0fbd743b7d0e93ca8f37a87c1a3e2aa89715344e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Imager release history.  Older releases can be found in Changes.old
 
+Imager 0.71_03 - 5 Dec 2009
+==============
+
+ - further adjust the threads test so it only performs the tests on
+   perls where it's expected to work, and only if the threads module
+   can be loaded.
+
 Imager 0.71_02 - 1 Dec 2009
 ==============
 
index 71dee04088ba90aecaf791664885d1087e06b908..ab9e8e98ae2476ba223edda5d29a22bc2d048940 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -173,7 +173,7 @@ my %defaults;
 BEGIN {
   require Exporter;
   @ISA = qw(Exporter);
-  $VERSION = '0.71_02';
+  $VERSION = '0.71_03';
   eval {
     require XSLoader;
     XSLoader::load(Imager => $VERSION);