]> git.imager.perl.org - imager-screenshot.git/blobdiff - Changes
handle string form of number passed as hwnd
[imager-screenshot.git] / Changes
diff --git a/Changes b/Changes
index 471e634466b2224776bd887adc1fd2fe0f3df3ed..aa59333c6e4a07c7edde9da310e329353e049e3d 100755 (executable)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,65 @@
+0.009_002
+
+- multiple monitor support for Win32
+
+0.009_001 11 Cot 2010
+
+- add Darwin (Apple Mac OS X) support
+
+- test release to see how broken it is
+
+0.009 15 Jun 2010
+
+- check for Win32 support with Devel::CheckLib if we don't find them
+  otherwise.
+  https://rt.cpan.org/Ticket/Display.html?id=56793
+
+0.008 21 Sep 2009
+
+- document that screenshot() returns nothing on failure and the cause
+  can be found with Imager->errstr
+  https://rt.cpan.org/Ticket/Display.html?id=46933
+
+- use META_MERGE instead of EXTRA_META to set configure/build_requires
+
+0.007 13 Apr 2008
+
+- wait for the widget to be displayed before doing the delay that
+  takes the screenshot.  This forces the widget to be displayed on
+  loaded machines.
+  Thanks to Slaven Rezic.
+  https://rt.cpan.org/Ticket/Display.html?id=34792
+
+- die with a message automated cpan testers treat as a non-fail when
+  we can't find the needed headers and libraries.
+  https://rt.cpan.org/Ticket/Display.html?id=34845
+
+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