]> git.imager.perl.org - imager.git/commitdiff
some Changes updates
authorTony Cook <tony@develop-help.com>
Sat, 23 Feb 2013 10:25:55 +0000 (21:25 +1100)
committerTony Cook <tony@develop-help.com>
Sat, 23 Feb 2013 10:25:55 +0000 (21:25 +1100)
Changes
FT2/Changes

diff --git a/Changes b/Changes
index 869b4198b51ff819d251140ee2a638ccbd1a9e9d..54335ef60d6c933a5e8dba90dd0ca1ec4a8b5e52 100644 (file)
--- 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
 
  - 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
 =========================
 
 Imager 0.94 - 15 Dec 2012
 =========================
 
index fbfb1e6a7eec31c68c10a44ea2554d50ffbc3dcc..4290784a7daf343dff16ae7551ff816dd8eae323 100644 (file)
@@ -3,6 +3,10 @@ Imager-Font-FT2 0.89
 
  - update README
 
 
  - 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
 ====================
 
 Imager-Font-FT2 0.88
 ====================