Imager release history. Older releases can be found in Changes.old
-Imager 0.82 - unreleased
+Imager 0.82_01 - 17 May 2011
+==============
+
+Dev release, in case the compose tests are too sensitive.
+
+Bug fixes:
+
+ - Imager::Font::T1 incorrectly checked for absolute filename under
+ Win32. Thanks to kmx for the report and fix.
+ https://rt.cpan.org/Ticket/Display.html?id=67963
+
+ - compose() with the target, source or mask position off the top or
+ left of the target image didn't clip the source image correctly.
+ https://rt.cpan.org/Ticket/Display.html?id=67220
+
+ - compose() now returns a useful error message on a non-positive
+ opacity.
+
+ - compose.im now at 100% test coverage. (As opposed to, umm, much,
+ much less.)
+
+Imager 0.82 - 14 Mar 2011
===========
Bug fixes:
- skip the threads tests on Test::More 2.00_*
https://rt.cpan.org/Ticket/Display.html?id=65812
+ - add an (unshipped) test to check Imager's internal POD links
+ https://rt.cpan.org/Ticket/Display.html?id=65749
+
+ - improve the library detection summary
+ https://rt.cpan.org/Ticket/Display.html?id=9675
+
+ - increase the version of Imager::Font::Type1 so that upgrades don't
+ downgrade the version in this file.
+ https://rt.cpan.org/Ticket/Display.html?id=66250
+
+ - if we see an -rpath (or -R) option in $Config{lddlflags} supply
+ that option for the directories that would normally go in
+ LD_RUN_PATH. Typically an explicit -rpath overrides LD_RUN_PATH.
+ https://rt.cpan.org/Ticket/Display.html?id=65955
+
Imager 0.81 - 14 Feb 2011
===========