- New upstream release 2.56 - Fix misleading warning message about location of gd.h file - Fix regression tests to run on Ubuntu 12.04 64bit - Point to Gabor Szabo's GD::Simple tutorial, and fix link to repository - Fix image corruption in rotate180 when image height is odd - Great simplification of regression framework ought to fix make test problems - Remove archaic qd.pl (for creating QuickDraw picts) from distribution - Switch to Module::Build flow as EU::MM flow is broken (CPAN RT#99901) - Include upstream's LICENSE file (license now GPL+ or Artistic 2.0) - Tests no longer failing on ppcepel9
parent
ee30ec020c
commit
1b5c8debe7
@ -1,4 +1 @@
|
||||
GD-2.44.tar.gz
|
||||
/GD-2.46.tar.gz
|
||||
/GD-2.49.tar.gz
|
||||
/GD-2.50.tar.gz
|
||||
/GD-[0-9.]*.tar.gz
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- ChangeLog
|
||||
+++ ChangeLog
|
||||
@@ -72,7 +72,7 @@
|
||||
2.18 This version needs libgd 2.0.28 or higher.
|
||||
Fixed documentation bug in synopsis of GD::Simple.
|
||||
Updated Polyline to version 0.20
|
||||
-2.17 Added animated GIF patches from Jaakko Hyvätti.
|
||||
+2.17 Added animated GIF patches from Jaakko Hyvätti.
|
||||
Added dynamic bitmapped font loading support.
|
||||
Added fontconfig support.
|
||||
Added a simplified API called GD::Simple.
|
@ -1,16 +0,0 @@
|
||||
diff -up GD-2.49/t/GD.t.orig GD-2.49/t/GD.t
|
||||
--- GD-2.49/t/GD.t.orig 2013-06-11 15:19:21.161406687 +0200
|
||||
+++ GD-2.49/t/GD.t 2013-06-11 15:20:05.973575005 +0200
|
||||
@@ -127,7 +127,11 @@ sub compare {
|
||||
last if $ok;
|
||||
$fname = "$file-".++$counter;
|
||||
}
|
||||
- print $ok ? "ok $testNo" : "not ok $testNo","\n";
|
||||
+ if ($testNo < 2 || $testNo > 10) {
|
||||
+ print $ok ? "ok $testNo" : "not ok $testNo","\n";
|
||||
+ } else {
|
||||
+ print $ok ? "ok $testNo" : "ok $testNo # skip because change in PNG output ","\n";
|
||||
+ }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in new issue