diff --git a/libinput-1.4.2.tar.xz b/libinput-1.4.2.tar.xz deleted file mode 100644 index 0e6f866..0000000 --- a/libinput-1.4.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c38826a785594811bef6a9daadbfa2e172e3f070f8863393d6fb7ca4c68e451 -size 900776 diff --git a/libinput-1.4.2.tar.xz.sig b/libinput-1.4.2.tar.xz.sig deleted file mode 100644 index 89cc98a..0000000 Binary files a/libinput-1.4.2.tar.xz.sig and /dev/null differ diff --git a/libinput-1.5.0.tar.xz b/libinput-1.5.0.tar.xz new file mode 100644 index 0000000..0c90aba --- /dev/null +++ b/libinput-1.5.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a96559385ecfaa30f9e72ea89eb8ebbc97caf68e458f451f4ed62315311081c +size 910476 diff --git a/libinput-1.5.0.tar.xz.sig b/libinput-1.5.0.tar.xz.sig new file mode 100644 index 0000000..64a9934 Binary files /dev/null and b/libinput-1.5.0.tar.xz.sig differ diff --git a/libinput.changes b/libinput.changes index ddcef95..925612a 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Sep 15 19:16:54 UTC 2016 - zaitor@opensuse.org + +- Update to version 1.5.0: + * A large part of this release cycle was internal cleanups and + improvements to the test suite, only few new features were + added. + * libinput has built-in palm detection when the trackpoint is in + use. The Lenovo *60 series (and possibly others) randomly send + a single trackpoint event which used to trigger this palm + detection and disable the touchpad for 300ms. To the user, this + looked like a stuttering touchpad. This is fixed now. + * For touchpads, we now have a new configuration option to allow + a 1/2/3 finger tap be mapped to left, middle and right, + respectively. The default remains at left/right/middle. + * In the disable-while-typing code we now ignore modifier + combinations like ctrl+s to avoid unnecessary timeouts and + delays. + * Other touchpad-related fixes include more responsive two-finger + scrolling and better touch point transition handling (i.e. less + pointer jumps after tapping and two-finger scrolling). + * For tablets we now have automatic touch arbitration in + userspace, i.e. we disable the touch input whenever a pen is in + proximity to avoid erroneous pointer moves. Touch arbitration + is currently handled by the kernel but is being phased out over + the next couple of kernel releases. In the future this may + allow for smart touch arbitration based on input areas, for now + we simply copy the kernel's behavior and turn touch events off. + ------------------------------------------------------------------- Tue Aug 30 08:28:20 UTC 2016 - jengelh@inai.de diff --git a/libinput.spec b/libinput.spec index d1408c8..42d5fe7 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,7 +18,7 @@ Name: libinput %define lname libinput10 -Version: 1.4.2 +Version: 1.5.0 Release: 0 Summary: Input device and event processing library License: MIT