A generic touchscreen calibration program for X.Org
Revision | d2ce98b3f638667dd64b6d718721379b2dc750a7 (tree) |
---|---|
Time | 2010-03-22 07:53:26 |
Author | Tias Guns <tias@ulys...> |
Commiter | Tias Guns |
Release v0.6.1
@@ -1,3 +1,11 @@ | ||
1 | +xinput_calibrator 0.6.1 [2010-03-21] | |
2 | +Bug fixes/enhancements: | |
3 | +* More robust device detection: non-master device with axis valuators, in | |
4 | +absolute mode and at least two calibratable axes. (reported by Sam Lin, Eric | |
5 | +Drechsel) | |
6 | +* Require libtool in configure.ac | |
7 | +* fix miny and maxx printing order for UDEV and HAL (Mario Domenech Goulart) | |
8 | + | |
1 | 9 | xinput_calibrator 0.6.0 [2010-02-15] |
2 | 10 | Major features: |
3 | 11 | * switch to autotools based build system (Petr Štetiar) |
@@ -1,6 +1,6 @@ | ||
1 | 1 | xinput calibrator: A generic touchscreen calibration program for X.Org |
2 | 2 | |
3 | -Version: 0.6.0 | |
3 | +Version: 0.6.1 | |
4 | 4 | Website: http://www.freedesktop.org/wiki/Software/xinput_calibrator |
5 | 5 | Source: http://github.com/tias/xinput_calibrator |
6 | 6 | Bugs: http://github.com/tias/xinput_calibrator/issues |
@@ -25,7 +25,7 @@ | ||
25 | 25 | # |
26 | 26 | |
27 | 27 | AC_PREREQ([2.57]) |
28 | -AC_INIT(xinput_calibrator,[0.6.0], [http://github.com/tias/xinput_calibrator/issues],, [http://www.freedesktop.org/wiki/Software/xinput_calibrator]) | |
28 | +AC_INIT(xinput_calibrator,[0.6.1], [http://github.com/tias/xinput_calibrator/issues],, [http://www.freedesktop.org/wiki/Software/xinput_calibrator]) | |
29 | 29 | AM_INIT_AUTOMAKE([foreign dist-bzip2]) |
30 | 30 | AM_MAINTAINER_MODE |
31 | 31 |