Commit | Line | Data |
---|---|---|
8a7d6890 | 1 | 0.003 |
bc7a6f7b TC |
2 | - the x11 capture wasn't releasing the XImage or the line |
3 | and color buffers. | |
4 | - x11_open() incorrectly reset the error handler to junk | |
8a7d6890 TC |
5 | - Makefile.PL was checking /usr/X11R6 for headers instead of |
6 | /usr/X11R6/include | |
7 | - add header directories as -I flags if we find a header in | |
8 | them | |
9 | - avoid duplicate -L flags | |
10 | ||
cb2b4ace TC |
11 | 0.002 2 Jan 2007 |
12 | Just packaging changes: | |
13 | - README was missing | |
14 | - updated my EU::MM and I now set the LICENSE key so it's set | |
15 | in META.yml | |
16 | ||
0ddb7051 TC |
17 | 0.001 1 Jan 2007 |
18 | - Initial release with X11 and Win32 support |