• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A generic touchscreen calibration program for X.Org


Commit MetaInfo

Revisãod2ce98b3f638667dd64b6d718721379b2dc750a7 (tree)
Hora2010-03-22 07:53:26
AutorTias Guns <tias@ulys...>
CommiterTias Guns

Mensagem de Log

Release v0.6.1

Mudança Sumário

Diff

--- a/Changelog
+++ b/Changelog
@@ -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+
19 xinput_calibrator 0.6.0 [2010-02-15]
210 Major features:
311 * switch to autotools based build system (Petr Štetiar)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
11 xinput calibrator: A generic touchscreen calibration program for X.Org
22
3-Version: 0.6.0
3+Version: 0.6.1
44 Website: http://www.freedesktop.org/wiki/Software/xinput_calibrator
55 Source: http://github.com/tias/xinput_calibrator
66 Bugs: http://github.com/tias/xinput_calibrator/issues
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@
2525 #
2626
2727 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])
2929 AM_INIT_AUTOMAKE([foreign dist-bzip2])
3030 AM_MAINTAINER_MODE
3131