diff --git a/libinput-1.1.5.tar.xz b/libinput-1.1.5.tar.xz deleted file mode 100644 index 6cec058..0000000 --- a/libinput-1.1.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e08c45dbb8bf32490cc6cd626da098564d646d161a07cba2e3adbd9745c0622 -size 806960 diff --git a/libinput-1.1.5.tar.xz.sig b/libinput-1.1.5.tar.xz.sig deleted file mode 100644 index 033b72f..0000000 Binary files a/libinput-1.1.5.tar.xz.sig and /dev/null differ diff --git a/libinput-1.1.8.tar.xz b/libinput-1.1.8.tar.xz new file mode 100644 index 0000000..4228f4a --- /dev/null +++ b/libinput-1.1.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0c9639759c4e15e65df180aea6f90df8f84a6df5845980e5f791369df69747 +size 808348 diff --git a/libinput-1.1.8.tar.xz.sig b/libinput-1.1.8.tar.xz.sig new file mode 100644 index 0000000..7cf1828 Binary files /dev/null and b/libinput-1.1.8.tar.xz.sig differ diff --git a/libinput.changes b/libinput.changes index 5d9b2e6..85d5c1c 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Feb 18 22:43:06 UTC 2016 - zaitor@opensuse.org + +- Update to version 1.1.8: + * Two small fixes to the touchpad code. Synaptics semi-mt devices + are now using a hysteresis again to stop the cursor from + wobbling (expected fallout from 1.1.6). + * The no-tappping zone on the far left/right edges has been + extended down from half the touchpad to the top edge of the + software buttons (if any). This prevents phantom taps when a + palm briefly touches the edge of the touchpad. +- Changes from version 1.1.7: + * This release fixes an issue introduced by 1.1.6's new + disable-while-typing handling. If dwt was disabled while a key + was held down, the touchpad remained disabled due to a + recurring timer. This is fixed now. + * The other change enables the touchpad motion hysteresis by + default for all ALPS Rushmore touchpads (firmware 0x310). +- Changes from version 1.1.6: + * The calculation of finger motion for multifinger gestures + (including two-finger scrolling) was buggy. A slow two-finger + motion could double the effective speed under some + circumstances, causing scroll jumps. This has been fixed now. + * The touchpad motion hysteresis is now deactivated by default. + This may negatively affect some (especially older) touchpads, + and we'll have to re-enable the hysteresis on those. If you + notice pointer wobbles when hold the finger still please file a + bug so we can address this. Everyone else should see a smoother + motion especially on small and tiny motions making single-pixel + elements much easier to target. + * Disable-while-typing now works when a key is held down. And the + pairing algorithm has been improved to avoid cases where the + touchpad was paired with an external USB keyboard, despite + there being a internal keyboard. + * Last: the mode button on the Cyborg RAT 5 is now disabled. This + button is special, on each press it cycles through 3 'modes', + sending a release event for the current button and a down event + for the next event code. This causes stuck buttons, since we + have nothing in userspace that would handle that button as + intended, disabling it is the current solution. + ------------------------------------------------------------------- Mon Jan 25 15:38:41 UTC 2016 - zaitor@opensuse.org diff --git a/libinput.spec b/libinput.spec index 70d92cd..ffbcb4a 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,8 +18,8 @@ Name: libinput %define lname libinput10 -%define rversion 1.1.5 -Version: 1.1.5 +%define rversion 1.1.8 +Version: 1.1.8 Release: 0 Summary: Input device and event processing library License: MIT