]> git.imager.perl.org - imager.git/blobdiff - Changes
various bits and pieces of documentation
[imager.git] / Changes
diff --git a/Changes b/Changes
index c36aeabdc5f658692c6a1f4979f55e0dfc94e44d..25f530fcd98cc305693eaa9b808145fcb78497fa 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,7 @@
 Imager release history.  Older releases can be found in Changes.old
 
-Imager 0.58 -
-===========
+Imager 0.57_01 - 11 May 2007
+==============
 
  - added to_rgb16 to produce a 16-bit/sample version of an image
 
@@ -26,6 +26,17 @@ Bug fixes:
  - fix rendering on alpha channel images for the FreeType 1.x driver.
    http://rt.cpan.org/Ticket/Display.html?id=11972
 
+ - fix rendering on alpha channel images for the T1lib driver.
+   http://rt.cpan.org/Ticket/Display.html?id=11972
+
+ - reworked library probing, we can now set more than one probe
+   function for a library.  Disabled the default (non-freetype-config)
+   library probe and added an extra probe function that searches for
+   both ft2build.h and whatever it includes, and adds -I as needed.
+   Hopefully this will fix build problems like
+   http://www.nntp.perl.org/group/perl.cpan.testers/2007/05/msg472281.html
+   http://rt.cpan.org/Ticket/Display.html?id=26086
+
 Imager 0.57 - 30 Apr 2007
 ===========