Skip to content

Commit

Permalink
Release v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tias committed Sep 12, 2010
1 parent 1c1cbbe commit 0960015
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
xinput_calibrator 0.7.5 [2010-09-12]
Major features:
* support multi-head setups in the GUIs (Alexey Kuznetsov)
* now builds and runs on older systems too
* output xorg.conf.d snippets (Peter Hutterer)
* simpler and cleaner output, with --output-type to select output type

Enhancements:
* only link to needed libraries
* start --fake with sensible non-zero calibration values
* various spelling fixes (thanks Paul Wise)
* remove udev configuration (xorg.conf.d instead, Peter Hutterer)
* remove bogus partial xorg config output, superseded by xorg.conf.d
* sysfs name detection, when device name is sysfs name
* dynamically detect xorg.conf.d support
* updated manpage
* icon, license is CC-BY-SA 3.0
* autotools cleanups (thanks Paul Wise)

xinput_calibrator 0.7.0 [2010-08-01]
Major features:
* Automatic mis-click detection !
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xinput calibrator: A generic touchscreen calibration program for X.Org

Version: 0.7.0
Version: 0.7.5
Website: http://www.freedesktop.org/wiki/Software/xinput_calibrator
Source: http://github.com/tias/xinput_calibrator
Bugs: http://github.com/tias/xinput_calibrator/issues
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#

AC_PREREQ([2.57])
AC_INIT(xinput_calibrator,[0.7.0], [http://github.com/tias/xinput_calibrator/issues],, [http://www.freedesktop.org/wiki/Software/xinput_calibrator])
AC_INIT(xinput_calibrator,[0.7.5], [http://github.com/tias/xinput_calibrator/issues],, [http://www.freedesktop.org/wiki/Software/xinput_calibrator])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE

Expand Down

0 comments on commit 0960015

Please sign in to comment.