diff --git a/libinput-0.18.0.tar.xz b/libinput-0.18.0.tar.xz deleted file mode 100644 index b5a07d8..0000000 --- a/libinput-0.18.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64a70f96bab17a22eaf2fd7af17cf83def3388374096c7623be9448f62808cda -size 623740 diff --git a/libinput-0.18.0.tar.xz.sig b/libinput-0.18.0.tar.xz.sig deleted file mode 100644 index 9769fd2..0000000 Binary files a/libinput-0.18.0.tar.xz.sig and /dev/null differ diff --git a/libinput-0.19.0.tar.xz b/libinput-0.19.0.tar.xz new file mode 100644 index 0000000..092f839 --- /dev/null +++ b/libinput-0.19.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a97da47ef8fa9debadaa8ee11005b9b5183bd2b87c5aa7827b7c388a5acc5d +size 627800 diff --git a/libinput-0.19.0.tar.xz.sig b/libinput-0.19.0.tar.xz.sig new file mode 100644 index 0000000..c5e3751 Binary files /dev/null and b/libinput-0.19.0.tar.xz.sig differ diff --git a/libinput.changes b/libinput.changes index 93993ab..f7bb691 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Jul 9 19:22:18 UTC 2015 - zaitor@opensuse.org + +- Update to version 0.19.0: + * The biggest change in this release is improved pointer + acceleration code. Previously, slow movements were decelerated. + For anything resembling normal motion the pointer response is + effectively 1:1, making the cursor respond nicely to your mouse + movement. + * Low-dpi devices had a bug where they would skip pixels for + small movements. This was caused by the pointer normalization + to 1000dpi. Devices with a native resolution below 1000dpi now + have their own acceleration curve, providing much better + behaviour. + * The side-effect of this is that we had to drop the pretense of + normalization to 1000dpi. The documentation has been adjusted. + * The second side-effect is that the unaccelerated data is now + closer (or equal) to the device native resolution. + * The second user-visible change is disabling of tap drag-lock by + default. A new config API triplett is available to enable it: + libinput_device_config_tap_set_drag_lock_enabled + libinput_device_config_tap_get_drag_lock_enabled + libinput_device_config_tap_get_default_drag_lock_enabled + * Other fixes include better responsiveness of the touchpad when + switching from the trackpoint to the touchpad and a smaller + edge scroll motion threshold. And of course the usual bugfixes. + ------------------------------------------------------------------- Tue Jun 23 08:12:33 UTC 2015 - zaitor@opensuse.org diff --git a/libinput.spec b/libinput.spec index ab1e407..d64bb4a 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,8 +18,8 @@ Name: libinput %define lname libinput10 -%define rversion 0.18.0 -Version: 0.18 +%define rversion 0.19.0 +Version: 0.19 Release: 0 Summary: Input device and event processing library License: MIT