Skip to content

Commit b6fb1c5

Browse files
committed
xf86-input-tslib 1.2.0-rc1
1 parent 2b37444 commit b6fb1c5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2017-11-15 Martin Kepplinger <martink@posteo.de>
2+
xf86-input-tslib 1.2.0 includes the following changes:
3+
* fix usage of ts_fd() and use temporary fd for ioctls
4+
5+
* Use ts_get_eventpath() for ioctls for tslib >= 1.15
6+
17
2017-09-10 Martin Kepplinger <martink@posteo.de>
28
xf86-input-tslib 1.1.1 includes the following changes:
39
* fix tslib sample's valid flag check

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Process this file with autoconf to produce a configure script
2323

2424
AC_PREREQ(2.59)
25-
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])
25+
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])
2626

2727
AC_CONFIG_SRCDIR([Makefile.am])
2828
AC_CONFIG_AUX_DIR(.)

0 commit comments

Comments
 (0)