]> git.imager.perl.org - imager-screenshot.git/blobdiff - Changes
0.006 release
[imager-screenshot.git] / Changes
diff --git a/Changes b/Changes
index 6b7a8da5d2da50e6e5d7e8c70c5b996a737d4e0b..433d0a52676cc34528a372b8b139bed511e257c0 100755 (executable)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,52 @@
+0.006 9 Apr 2008
+
+- 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.
+
+- document the widget parameter
+  https://rt.cpan.org/Ticket/Display.html?id=32855
+
+- document that overlapping windows will show in a captured image.
+  http://rt.cpan.org/Ticket/Display.html?id=32842
+
+- add appropriate configure_requires and build_requires to META.yml
+  so that automated testers will install those pre-requisites early
+  enough.
+  http://rt.cpan.org/Ticket/Display.html?id=29560
+
+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)
+       - set tags in the resulting image
+       - remove an unused variable
+       - add support for getting a subimage of the window
+       - include the interface header in the implementations so we
+         get errors when they don't match (doh!)
+       - return something from the X11 error handler
+       - add X11/Xutil.h include for XDestroyImage()
+       - handle the default (no id or hwnd) case correctly
+
 0.003 12 Jan 2007
        - 0.003 release
        - ignore some VC++ generated junk in MANIFEST.SKIP