]> git.imager.perl.org - imager-screenshot.git/blob - Changes
- ignore some VC++ generated junk in MANIFEST.SKIP
[imager-screenshot.git] / Changes
1 0.003
2         - ignore some VC++ generated junk in MANIFEST.SKIP
3         - avoid some Makefile.PL warnings
4         - use Imager in Makefile.PL since I'd prefer to error on that
5           rather than Imager::ExtUtils
6         - work around Debian strangeness
7         - the x11 capture wasn't releasing the XImage or the line
8           and color buffers.
9         - x11_open() incorrectly reset the error handler to junk
10         - Makefile.PL was checking /usr/X11R6 for headers instead of 
11           /usr/X11R6/include
12         - add header directories as -I flags if we find a header in
13           them
14         - avoid duplicate -L flags
15
16 0.002 2 Jan 2007
17         Just packaging changes:
18         - README was missing
19         - updated my EU::MM and I now set the LICENSE key so it's set
20           in META.yml
21
22 0.001 1 Jan 2007
23         - Initial release with X11 and Win32 support