]> git.imager.perl.org - imager-screenshot.git/blobdiff - Changes
0.013 release
[imager-screenshot.git] / Changes
diff --git a/Changes b/Changes
index aa59333c6e4a07c7edde9da310e329353e049e3d..f01650f278f33c49ff5c40e87480c0f601afeafb 100755 (executable)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,39 @@
-0.009_002
+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 Cot 2010
+0.009_001 11 Oct 2010
 
 - add Darwin (Apple Mac OS X) support