Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tias committed Aug 2, 2010
1 parent f4c18fc commit 6836b99
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
xinput_calibrator 0.7.0 [2010-08-01]
Major features:
* Automatic mis-click detection !
* Now compiles only one binary (with gtkmm if availabe, otherwise x11)
* .desktop file for menu entry
* Made a tango-based calibration icon
* Manpage information about making calibration permanent
Bug fixes/enhancements:
* A COPYING file to explicitise MIT/X11 license
* Proper make dist (Thierry Reding)
* Packaging fixes (David Ludlow)

xinput_calibrator 0.6.1 [2010-03-21]
Bug fixes/enhancements:
* More robust device detection: non-master device with axis valuators, in
Expand Down
4 changes: 3 additions & 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.6.1
Version: 0.7.0
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 Expand Up @@ -40,3 +40,5 @@ Starting from v0.4.0, it writes Xorg.conf and (HAL) FDI policy file values, and
The v0.5.0 version is written entirely in the X window system, needing no external dependencies. Because of its modular structure, other frontends can be easily created too.

Version v0.6.0 has a proper build system and gained a lot of features thanks to the feedback of different users.

Version 0.7.0 has mis-click detection and proper packaging support: proper make dist, one binary, has manpage, menu entry and icon. DEB and RPM package meta-data in their respective VCS branches.
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.6.1], [http://github.com/tias/xinput_calibrator/issues],, [http://www.freedesktop.org/wiki/Software/xinput_calibrator])
AC_INIT(xinput_calibrator,[0.7.0], [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 6836b99

Please sign in to comment.