]> git.imager.perl.org - imager-screenshot.git/blob - Changes
- improved the error messages displayed when headers and libraries
[imager-screenshot.git] / Changes
1 0.006 unreleased
2
3 - screenshot() on a non-toplevel Tk widget would crash when
4   calling the frame method.  Since this call appears to be
5   unnecessary I've removed it, and plan to run tests on a few
6   platforms to check I haven't broken anything.
7   RT #32843 - thanks to Slaven Rezic.
8
9 - improved the error messages displayed when headers and libraries
10   can't be found
11   http://rt.cpan.org/Ticket/Display.html?id=32856
12
13 - added --incpath and --libpath options to Makefile.PL and also look
14   in $ENV{IM_INCPATH} and $ENV{IM_LIBPATH} like Imager.
15
16 0.005 12 Mar 2007
17         - 0.005 release
18         - added a TODO section to the POD
19         - include NA in the die output from Makefile.PL if we can't
20           find supported GUI libraries/headers (RT #24486)
21         - screenshot() no longer leaks image objects caused by the Imager
22           typemap bug (RT #24992)
23
24 0.004 23 Jan 2007
25         - 0.004 release
26         - add ppport.h for 5.005_03 support
27         - t/30tkx11.t now provides a default gemoetry to prevent
28           a wait for window placement on window managers that do that
29           (like TWM - RT #24445)
30         - set tags in the resulting image
31         - remove an unused variable
32         - add support for getting a subimage of the window
33         - include the interface header in the implementations so we
34           get errors when they don't match (doh!)
35         - return something from the X11 error handler
36         - add X11/Xutil.h include for XDestroyImage()
37         - handle the default (no id or hwnd) case correctly
38
39 0.003 12 Jan 2007
40         - 0.003 release
41         - ignore some VC++ generated junk in MANIFEST.SKIP
42         - avoid some Makefile.PL warnings
43         - use Imager in Makefile.PL since I'd prefer to error on that
44           rather than Imager::ExtUtils
45         - work around Debian strangeness
46         - the x11 capture wasn't releasing the XImage or the line
47           and color buffers.
48         - x11_open() incorrectly reset the error handler to junk
49         - Makefile.PL was checking /usr/X11R6 for headers instead of 
50           /usr/X11R6/include
51         - add header directories as -I flags if we find a header in
52           them
53         - avoid duplicate -L flags
54
55 0.002 2 Jan 2007
56         Just packaging changes:
57         - README was missing
58         - updated my EU::MM and I now set the LICENSE key so it's set
59           in META.yml
60
61 0.001 1 Jan 2007
62         - Initial release with X11 and Win32 support