- set tags in the resulting image
[imager-screenshot.git] / Changes
1 0.004
2         - set tags in the resulting image
3         - remove an unused variable
4         - add support for getting a subimage of the window
5         - include the interface header in the implementations so we
6           get errors when they don't match (doh!)
7         - return something from the X11 error handler
8         - add X11/Xutil.h include for XDestroyImage()
9         - handle the default (no id or hwnd) case correctly
10
11 0.003 12 Jan 2007
12         - 0.003 release
13         - ignore some VC++ generated junk in MANIFEST.SKIP
14         - avoid some Makefile.PL warnings
15         - use Imager in Makefile.PL since I'd prefer to error on that
16           rather than Imager::ExtUtils
17         - work around Debian strangeness
18         - the x11 capture wasn't releasing the XImage or the line
19           and color buffers.
20         - x11_open() incorrectly reset the error handler to junk
21         - Makefile.PL was checking /usr/X11R6 for headers instead of 
22           /usr/X11R6/include
23         - add header directories as -I flags if we find a header in
24           them
25         - avoid duplicate -L flags
26
27 0.002 2 Jan 2007
28         Just packaging changes:
29         - README was missing
30         - updated my EU::MM and I now set the LICENSE key so it's set
31           in META.yml
32
33 0.001 1 Jan 2007
34         - Initial release with X11 and Win32 support