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