]> git.imager.perl.org - imager.git/blobdiff - Changes
[rt.cpan.org #65391] test/fix transform2 sat op
[imager.git] / Changes
diff --git a/Changes b/Changes
index be599eaa29067b4a1b4eae6c57134952d1aaaed9..bff1a7941cea7eaa1b7a405d85714cf974e8c8f1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,6 +5,17 @@ Imager 0.81 - unreleased
 
  - added coverage tests for masked images (maskimg.c @100% test coverage)
 
+ - add hsv() method to Imager::Color
+   Thanks to Leolo (Philip Gwyn)
+   https://rt.cpan.org/Ticket/Display.html?id=65385
+
+ - split libt1 Type 1 font support into a sub-module
+   https://rt.cpan.org/Ticket/Display.html?id=49616 (partial)
+
+ - add a preload() class method for use in forking servers, and to
+   work around limitations in PAR.
+   https://rt.cpan.org/Ticket/Display.html?id=65665
+
 Bug fixes:
 
  - paletted writes to a masked image are now masked correctly.
@@ -18,6 +29,20 @@ Bug fixes:
    Imager::Matrix2d object by a 9 element array ref or a number.
    https://rt.cpan.org/Ticket/Display.html?id=29938
 
+ - really fix loading TTF fonts with FT2 when FT1 isn't available.
+   Thanks to Leolo (Philip Gwyn)
+   https://rt.cpan.org/Ticket/Display.html?id=65386
+   https://rt.cpan.org/Ticket/Display.html?id=62855
+
+ - make sure each test script that needs testout/ creates it.
+   https://rt.cpan.org/Ticket/Display.html?id=65088
+
+ - handle a slightly different warning from libtiff 4.x
+   https://rt.cpan.org/Ticket/Display.html?id=65268
+
+ - the sat transform2() op returned an incorrect saturation.
+   https://rt.cpan.org/Ticket/Display.html?id=65391
+
 Imager 0.80 - 17 Jan 2011
 ===========