]> git.imager.perl.org - imager-screenshot.git/blobdiff - Changes
0.014 release
[imager-screenshot.git] / Changes
diff --git a/Changes b/Changes
index 06aa8ee3bf8c0edc07f9100aa1c9a20907b0396b..f6fee1a17cff0f10f240ea631d1b59fc4cde06be 100755 (executable)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,45 @@
-0.009_001 11 Cot 2010
+0.014 5 Dec 2019
+
+ - for X11 fetch the window image from the root window instead of
+   trying to fetch from the specified window, clipping to the window.
+   This fixes black images in some cases.
+
+0.013 11 Jan 2013
+
+ - use Imager::Probe to find libraries instead of custom code
+   https://rt.cpan.org/Ticket/Display.html?id=82489
+
+ - require XSLoader without the DynaLoader fallback
+
+0.012 8 Mar 2012
+
+ - add support for screen capture on OS X Lion.
+   https://rt.cpan.org/Ticket/Display.html?id=72649
+
+ - now requires Imager 0.88 for i_psamp()
+
+0.011 23 Nov 2011
+
+- transition to git
+
+- allow builds on MSVC, there was a statement mixed in with some
+  declarations.
+  Thanks to Sri Vedurumudi for the report.
+  https://rt.cpan.org/Ticket/Display.html?id=72631
+
+- update Devel::CheckLib to avoid C< for qw(...) >
+
+- update ppport.h to avoid a redefinition warning
+
+- add some META.yml metadata
+
+- quote spaces in -I and -L options to avoid problems on Win32.
+
+0.010 18 Oct 2010
+
+- multiple monitor support for Win32
+
+0.009_001 11 Oct 2010
 
 - add Darwin (Apple Mac OS X) support