Skip to content

Commit

Permalink
xf86-input-tslib 1.2.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
merge committed Nov 15, 2017
1 parent 2b37444 commit b6fb1c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2017-11-15 Martin Kepplinger <martink@posteo.de>
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 <martink@posteo.de>
xf86-input-tslib 1.1.1 includes the following changes:
* fix tslib sample's valid flag check
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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(.)
Expand Down

0 comments on commit b6fb1c5

Please sign in to comment.