diff --git a/libinput-1.1.1.tar.xz b/libinput-1.1.1.tar.xz deleted file mode 100644 index 0eb958a..0000000 --- a/libinput-1.1.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2de2b433ddc73ba1bfd4d309fd873d0ced6937cf1a7a94e4afbf18ddd8f8dd17 -size 791276 diff --git a/libinput-1.1.1.tar.xz.sig b/libinput-1.1.1.tar.xz.sig deleted file mode 100644 index 2930de4..0000000 Binary files a/libinput-1.1.1.tar.xz.sig and /dev/null differ diff --git a/libinput-1.1.4.tar.xz b/libinput-1.1.4.tar.xz new file mode 100644 index 0000000..54bfeb1 --- /dev/null +++ b/libinput-1.1.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302cb76209b9c57a5a318e178f9bc446eede8ea79386103b5291cbfaa5fab5b6 +size 819536 diff --git a/libinput-1.1.4.tar.xz.sig b/libinput-1.1.4.tar.xz.sig new file mode 100644 index 0000000..7ed7552 Binary files /dev/null and b/libinput-1.1.4.tar.xz.sig differ diff --git a/libinput.changes b/libinput.changes index 7401461..2683017 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Tue Dec 22 13:04:12 UTC 2015 - zaitor@opensuse.org + +- Update to version 1.1.4: + * One significant change: previously, we used to take the + device's fd from open_restricted() and start synching the + device immediately. If the fd is not closed between a + close_restricted() and a subsequent open_restricted(), or if + the time between opening the fd and handing it to libinput is + great enough, some events accumulate on the fd and are (in + part) immediately replayed after opening the device or + confusing libinput. We now drain any pending events on the fd + after the caller hands it to us. + +------------------------------------------------------------------- +Wed Dec 16 22:07:02 UTC 2015 - zaitor@opensuse.org + +- Update to version 1.1.3: + * Only one change that affects users, and that one is limited to + users of the Lenovo x220 with an updated touchpad firmware + version 8.1. +- Changes from version 1.1.2: + * The 2-finger scroll threshold was reduced to 1mm which + significantly reduces the delay users experienced when + scrolling. + * BTN_TOOL_* events are not posted as button events anymore. + These aren't button events anyway, they are signals from the + kernel that a different tool is being used. + * Once diagonal scrolling was triggered, scroll events without a + horizontal or vertical would still have the matching axis flag + set and look like scroll stop events to the caller. + * On a semi-mt touchpad with hovering capabilities, releasing + both fingers within the same event frame caused a bug log + message, this is fixed now. + ------------------------------------------------------------------- Tue Nov 24 12:44:41 UTC 2015 - alarrosa@suse.com diff --git a/libinput.spec b/libinput.spec index dff6bd2..8299ac2 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,8 +18,8 @@ Name: libinput %define lname libinput10 -%define rversion 1.1.1 -Version: 1.1.1 +%define rversion 1.1.4 +Version: 1.1.4 Release: 0 Summary: Input device and event processing library License: MIT