]> git.imager.perl.org - imager.git/blobdiff - FT2/Changes
probe to check if $Config{ivdformat} is correct for the built-in sprintf
[imager.git] / FT2 / Changes
index fc1b12e05cd7d7b6c632d818ed129394eba5aa3d..3b7b1ca3cef6994f10d0dc084467c14484964749 100644 (file)
@@ -1,9 +1,28 @@
+Imager-Font-FT2 0.94
+====================
+
+ - fixed an uninitialized value usage caused when i_ft2_text() logged
+   the partially initialized color supplied by i_ft2_cp().
+
+Imager-Font-FT2 0.93
+====================
+
+ - update the bundled/modified Devel::CheckLib to handle the gcc-4
+   symlink on Cygwin
+
 Imager-Font-FT2 0.92
 ====================
 
  - drawing non-AA text is now done in alpha-combining mode
    https://rt.cpan.org/Ticket/Display.html?id=73359
 
+ - use gsamp/psamp() to transfer pixels from the work image to the
+   output image instead of gpix/ppix.
+   https://rt.cpan.org/Ticket/Display.html?id=83478
+
+ - eliminate some initialized but otherwise unused variables detected
+   by GCC.
+
 Imager-Font-FT2 0.91
 ====================