From: Tony Cook Date: Sat, 23 Feb 2013 10:25:55 +0000 (+1100) Subject: some Changes updates X-Git-Tag: v0.94_01~7 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/c732ffa57dede06593ba62d5434e24d3f23751b9 some Changes updates --- diff --git a/Changes b/Changes index 869b4198..54335ef6 100644 --- a/Changes +++ b/Changes @@ -32,6 +32,14 @@ Imager release history. Older releases can be found in Changes.old - fix a broken link to Graphics::Magick https://rt.cpan.org/Ticket/Display.html?id=82743 + - drawing text to a channel with FT2 would draw with random coverage + due to an uninitialized alpha channel. + + - marked the function pointer underlying the mm_log() API with the + correct gcc magic and fixed the resulting warnings. + + - fixed some other compiler warnings + Imager 0.94 - 15 Dec 2012 ========================= diff --git a/FT2/Changes b/FT2/Changes index fbfb1e6a..4290784a 100644 --- a/FT2/Changes +++ b/FT2/Changes @@ -3,6 +3,10 @@ Imager-Font-FT2 0.89 - update README + - drawing text to a channel drew with random coverage, since the + alpha channel used for the internal call to draw text wasn't + initialized. + Imager-Font-FT2 0.88 ====================