]> git.imager.perl.org - imager.git/commitdiff
Prepare 0.43 release because of silly ft2 test skip problem.
authorArnar Mar Hrafnkelsson <addi@cpan.org>
Tue, 17 Feb 2004 02:10:25 +0000 (02:10 +0000)
committerArnar Mar Hrafnkelsson <addi@cpan.org>
Tue, 17 Feb 2004 02:10:25 +0000 (02:10 +0000)
Changes
Imager.pm

diff --git a/Changes b/Changes
index ce1fddf6c4ed5290c44f8f81bea44cbfaa0cc0c5..d837718e1ce066059b117cdbbdd784f66b227941 100644 (file)
--- a/Changes
+++ b/Changes
@@ -732,12 +732,13 @@ Revision history for Perl extension Imager.
        - removed all references to the www.eecs.umich.edu page and changed
          them to imager.perl.org ones.
 
-0.43pre1
+0.43
         - added log() and exp() functions to transform2()
        - change the getpN() functions in transform2() to set a 
          reasonable alpha if the input image has no alpha
        - document the constants that transform2() defines
        - skip the right number of tests when FT2 isn't available
+       - This version pushed to CPAN because of skip problem in FT2 test.
 
 =================================================================
 
index db379a458f642b2e531fb31b9e004a4a78be2e31..37bf4b08da73dd971c2e8abc4d7c22d4e6c124e5 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -147,7 +147,7 @@ BEGIN {
   require Exporter;
   require DynaLoader;
 
-  $VERSION = '0.42';
+  $VERSION = '0.43';
   @ISA = qw(Exporter DynaLoader);
   bootstrap Imager $VERSION;
 }