A generic touchscreen calibration program for X.Org
修订版 | 0960015083435c7aed37d9324faf49ebbf3885c3 (tree) |
---|---|
时间 | 2010-09-13 04:36:05 |
作者 | Tias Guns <tias@ulys...> |
Commiter | Tias Guns |
Release v0.7.5
@@ -1,3 +1,22 @@ | ||
1 | +xinput_calibrator 0.7.5 [2010-09-12] | |
2 | +Major features: | |
3 | +* support multi-head setups in the GUIs (Alexey Kuznetsov) | |
4 | +* now builds and runs on older systems too | |
5 | +* output xorg.conf.d snippets (Peter Hutterer) | |
6 | +* simpler and cleaner output, with --output-type to select output type | |
7 | + | |
8 | +Enhancements: | |
9 | +* only link to needed libraries | |
10 | +* start --fake with sensible non-zero calibration values | |
11 | +* various spelling fixes (thanks Paul Wise) | |
12 | +* remove udev configuration (xorg.conf.d instead, Peter Hutterer) | |
13 | +* remove bogus partial xorg config output, superseded by xorg.conf.d | |
14 | +* sysfs name detection, when device name is sysfs name | |
15 | +* dynamically detect xorg.conf.d support | |
16 | +* updated manpage | |
17 | +* icon, license is CC-BY-SA 3.0 | |
18 | +* autotools cleanups (thanks Paul Wise) | |
19 | + | |
1 | 20 | xinput_calibrator 0.7.0 [2010-08-01] |
2 | 21 | Major features: |
3 | 22 | * Automatic mis-click detection ! |
@@ -1,6 +1,6 @@ | ||
1 | 1 | xinput calibrator: A generic touchscreen calibration program for X.Org |
2 | 2 | |
3 | -Version: 0.7.0 | |
3 | +Version: 0.7.5 | |
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.7.0], [http://github.com/tias/xinput_calibrator/issues],, [http://www.freedesktop.org/wiki/Software/xinput_calibrator]) | |
28 | +AC_INIT(xinput_calibrator,[0.7.5], [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 |