]> git.imager.perl.org - imager-screenshot.git/blobdiff - Changes
- improved the error messages displayed when headers and libraries
[imager-screenshot.git] / Changes
diff --git a/Changes b/Changes
index 60d6047bc31398ef7fd2bd3dcf9bb7160fb649d4..f8fcf13fcc853de0f5824a93dad75570147c1169 100755 (executable)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,29 @@
-0.004
+0.006 unreleased
+
+- screenshot() on a non-toplevel Tk widget would crash when
+  calling the frame method.  Since this call appears to be
+  unnecessary I've removed it, and plan to run tests on a few
+  platforms to check I haven't broken anything.
+  RT #32843 - thanks to Slaven Rezic.
+
+- improved the error messages displayed when headers and libraries
+  can't be found
+  http://rt.cpan.org/Ticket/Display.html?id=32856
+
+- added --incpath and --libpath options to Makefile.PL and also look
+  in $ENV{IM_INCPATH} and $ENV{IM_LIBPATH} like Imager.
+
+0.005 12 Mar 2007
+       - 0.005 release
+       - added a TODO section to the POD
+       - include NA in the die output from Makefile.PL if we can't
+         find supported GUI libraries/headers (RT #24486)
+       - screenshot() no longer leaks image objects caused by the Imager
+         typemap bug (RT #24992)
+
+0.004 23 Jan 2007
+       - 0.004 release
+       - add ppport.h for 5.005_03 support
        - t/30tkx11.t now provides a default gemoetry to prevent
          a wait for window placement on window managers that do that
          (like TWM - RT #24445)