diff --git a/ChangeLog b/ChangeLog index 422a328..187c26c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-11-15 Martin Kepplinger + xf86-input-tslib 1.2.0 includes the following changes: + * fix usage of ts_fd() and use temporary fd for ioctls + + * Use ts_get_eventpath() for ioctls for tslib >= 1.15 + 2017-09-10 Martin Kepplinger xf86-input-tslib 1.1.1 includes the following changes: * fix tslib sample's valid flag check diff --git a/configure.ac b/configure.ac index c1453bb..4f9dac9 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # Process this file with autoconf to produce a configure script AC_PREREQ(2.59) -AC_INIT([xf86-input-tslib],[1.1.1],[https://github.com/merge/xf86-input-tslib/issues],[xf86-input-tslib],[https://github.com/merge/xf86-input-tslib]) +AC_INIT([xf86-input-tslib],[1.2.0-rc1],[https://github.com/merge/xf86-input-tslib/issues],[xf86-input-tslib],[https://github.com/merge/xf86-input-tslib]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_AUX_DIR(.)