xdotool 1.20100302 release
Posted Tue, 02 Mar 2010
Thanks to some early testing and feedback from the previous xdotool release,
I've put together a new release that fixes a few minor problems.
Download: xdotool-1.20100302.2708.tar.gz
As usual, if you find problems or have feature requests, please file bugs or send an email to the list.
Changelist since previous announcement:
1.20100302.*:
- Some test fixes suggested by Daniel Kahn Gillmor
- Don't use isatty(0) anymore as it isn't totally reliable in determining if
we should try to read from stdin.
1.20100301.*:
- Minor libxdo patch to avoid exporting unnecessary symbols (Daniel Kahn Gillmor)
- Minor Makefile fix to only link libxdo (and not xdotool) against libX11 and
libXtst (also Daniel Kahn Gillmor)
- Some test cleanup patches by Daniel Kahn Gillmor
- Fixed the 'type hello' test that would fail sometimes when run in Xephyr.
- Fix a minor bug in xdo_window_setclass that incorrectly aborts when
XGetClassHint fails.