]> git.imager.perl.org - imager.git/blobdiff - Changes
[rt.cpan.org #64785] GIF encoding is very slower on Imager 0.78+
[imager.git] / Changes
diff --git a/Changes b/Changes
index c63250ca9b6b8b6abbecbdf0de65adf35e2139ec..88e6634835a18e8505226f96453d20b37379481a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,21 @@
 Imager release history.  Older releases can be found in Changes.old
 
-Imager 0.79 - unreleased
+Imager 0.80 - unreleased
+===========
+
+Bug fixes:
+
+ - images with an translucent alpha channel were not scaled correctly
+   by the default (qtype=normal) scaling method.
+   https://rt.cpan.org/Public/Bug/Display.html?id=63922
+
+ - Imager::Color::Float now translates "#FFFFFF" to white instead of
+   just a little darker.
+
+ - make the default color map build algorithm "mediancut".
+   https://rt.cpan.org/Ticket/Display.html?id=64785
+
+Imager 0.79 - 10 Dec 2010
 ===========
 
  - add Imager::Test to the POD coverage tests and document the missing
@@ -11,10 +26,26 @@ Imager 0.79 - unreleased
    This significantly speeds up presets like "addalpha", "green".
    https://rt.cpan.org/Ticket/Display.html?id=51254
 
+ - add wiggle.pl sample, as suggested by Dan Oppenheim.
+
+ - add the combine() method to combine channels from multiple source
+   images into a new image
+   https://rt.cpan.org/Ticket/Display.html?id=11872
+
 Bug fixes:
 
  - treat the co-efficients for convert() as doubles instead of floats.
 
+ - If a higher (earlier) priority font handler failed to load, that
+   would crash preventing loading of later font handlers.
+   https://rt.cpan.org/Ticket/Display.html?id=62855
+
+ - parse defines from the options returned by pkg-config --cflags
+   https://rt.cpan.org/Ticket/Display.html?id=63223
+
+ - a regen of the MANIFEST revealed that GIF and FT2 tests weren't
+   included in the tarball.  They are now included.
+
 Imager 0.78 - 4 Oct 2010
 ===========