X-Git-Url: http://git.imager.perl.org/imager.git/blobdiff_plain/b3afeed5d907587a0ba5b491f2f5420375edd185..b89f0fcd5991b0cc9da18a2cd9c3aff8601a1adc:/Changes diff --git a/Changes b/Changes index 0e8d74cb..323be6d0 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,43 @@ Imager release history. Older releases can be found in Changes.old -Imager 0.70 - unreleased +Imager 0.71_01 - 30 Nov 2009 +=========== + +Bug fixes: + + - use scanline oriented operations to flip images instead of pixel + operations + https://rt.cpan.org/Ticket/Display.html?id=39278 + + - use double/sample operations to flip large sample images instead of + 8-bit sample operations. + https://rt.cpan.org/Ticket/Display.html?id=39280 + + - fix POD nits + https://rt.cpan.org/Ticket/Display.html?id=51874 + + - prevent double-frees when someone creates Imager objects and then + creates a thread. Note: this just handles some simple cases, + Imager doesn't support perl threads, and isn't likely to. + https://rt.cpan.org/Ticket/Display.html?id=52268 + +Imager 0.71 - 16 Nov 2009 +=========== + + - add the opacity fill type - an adaptor that modifies the opacity of + another fill. + +Bug fixes: + + - the conv filter now enforces that the sum of the coefficients is + non-zero. Also, rather than skipping pixels off the edge off the + edge of the image, the closest edge pixel is used. Previously + dividing by the zero sum of coefficients could cause invalid + results or runtime exceptions. + Thanks to David Cantrell's Alpha-NetBSD CPAN test box for revealing + this bug. + +Imager 0.70 - 21 Sep 2009 =========== Bug fixes: