Commit | Line | Data |
---|---|---|
348016db TC |
1 | 0.005 12 Mar 2007 |
2 | - 0.005 release | |
33f803d8 TC |
3 | - added a TODO section to the POD |
4 | - include NA in the die output from Makefile.PL if we can't | |
5 | find supported GUI libraries/headers (RT #24486) | |
6 | - screenshot() no longer leaks image objects caused by the Imager | |
7 | typemap bug (RT #24992) | |
8 | ||
6d9916e2 TC |
9 | 0.004 23 Jan 2007 |
10 | - 0.004 release | |
d9a01106 | 11 | - add ppport.h for 5.005_03 support |
53ccbd1e TC |
12 | - t/30tkx11.t now provides a default gemoetry to prevent |
13 | a wait for window placement on window managers that do that | |
14 | (like TWM - RT #24445) | |
62b84c46 TC |
15 | - set tags in the resulting image |
16 | - remove an unused variable | |
87cd516f TC |
17 | - add support for getting a subimage of the window |
18 | - include the interface header in the implementations so we | |
19 | get errors when they don't match (doh!) | |
20 | - return something from the X11 error handler | |
21 | - add X11/Xutil.h include for XDestroyImage() | |
22 | - handle the default (no id or hwnd) case correctly | |
23 | ||
e681bf09 TC |
24 | 0.003 12 Jan 2007 |
25 | - 0.003 release | |
82c1c838 | 26 | - ignore some VC++ generated junk in MANIFEST.SKIP |
37819a40 TC |
27 | - avoid some Makefile.PL warnings |
28 | - use Imager in Makefile.PL since I'd prefer to error on that | |
29 | rather than Imager::ExtUtils | |
30 | - work around Debian strangeness | |
bc7a6f7b TC |
31 | - the x11 capture wasn't releasing the XImage or the line |
32 | and color buffers. | |
33 | - x11_open() incorrectly reset the error handler to junk | |
8a7d6890 TC |
34 | - Makefile.PL was checking /usr/X11R6 for headers instead of |
35 | /usr/X11R6/include | |
36 | - add header directories as -I flags if we find a header in | |
37 | them | |
38 | - avoid duplicate -L flags | |
39 | ||
cb2b4ace TC |
40 | 0.002 2 Jan 2007 |
41 | Just packaging changes: | |
42 | - README was missing | |
43 | - updated my EU::MM and I now set the LICENSE key so it's set | |
44 | in META.yml | |
45 | ||
0ddb7051 TC |
46 | 0.001 1 Jan 2007 |
47 | - Initial release with X11 and Win32 support |