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