Tag 'libinput-1.1.0-1' created by Timo Aaltonen <tjaal...@debian.org> at 2015-10-27 12:55 +0000
Tagging upload of libinput 1.1.0-1 to unstable. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJWL3RBAAoJEMtwMWWoiYTcH7kP/jBLe4NoLSBaXj+BPqFwh0ro naGG8io8BDaIwoz7pcOrSe6enh7cc/WgudgvondeVflJuXbNudtFumd4tsYMUuz1 oGS5VHdENpbSVXlwHHLmAygfnXCXTHw3PgLvChQO1EBDaI/b69ICaeaOsviy9uPV hlVh+b2RM5NT596/3NiNB5hkncK3f/Qx0nalLpTdrT4kU61LZmAkxneF9UVXw8xo VDkiJFB/RjR0j0KeJLxKblPSsYhDqMLU6MabMELq4OnUGexrc74QnliFCszoq8If lWtZk8tUhri9Da0Df8RdJcTjgo9OjsmC30mZi3Aq7nNNYQL2MRBvS5z/eX1G8uP0 tyqBwbs7bDmNBqpFj167V6le777ZRNCD7jtDok4DML8pFbXSuYnjwrV8jrHi/JeW 7Z4TL2CoIwcAWBbaDteb9owtRQCCnIc26mFoz9JN+MC6yHaveHRUgfJ5NhwX/AqB 8iOcOE3gl59fhQaxT/jxhouk7bXWsMIeeFvxYHI5n7mn4wJJmb5jf03W+Naq9bMt dtBOYWHk0iHX2HONFLr2QdVRVuiyS4AHa4FtEVXzNUrCAkFf1d46Si0BV1S+WzW8 ZhSUTRDagr7PgA01FXI4fozA7szRUa7ZC/ejPmuUYKcmFBg95NUwuH3nW+tl7bF8 1gbot9NpvKt3K9xy4f6v =UruP -----END PGP SIGNATURE----- Changes since libinput-1.0.1-1: Andreas Pokorny (2): libinput: litest shall only emit auto assign events when replaced fix gcc warning on unused return value Peter Hutterer (10): filter: fix constant acceleration for the X230 evdev: ignore accelerometer devices Note that libinput_unref() really destroys everything touchpad: don't tap for 2fg down, followed by a single finger up test: re-enable the abort-on-bug log handler Fix leaking device groups Add an API to change pointer acceleration profiles configure.ac: bump to 1.0.901 touchpad: fix the number of button clicks in multitap configure.ac: libinput 1.1.0 Timo Aaltonen (5): Merge tag '1.0.1' into d-u Merge branch 'debian-unstable' into d-u update the changelog symbols: Updated. release to unstable --- configure.ac | 6 debian/changelog | 7 debian/libinput10.symbols | 5 doc/pointer-acceleration.dox | 17 doc/touchpad-tap-state-machine.svg | 1471 ++++++++++++++++++------------------- src/evdev-mt-touchpad-tap.c | 51 - src/evdev-mt-touchpad.c | 40 - src/evdev-mt-touchpad.h | 1 src/evdev.c | 143 ++- src/filter-private.h | 1 src/filter.c | 99 ++ src/filter.h | 5 src/libinput-private.h | 17 src/libinput.c | 84 ++ src/libinput.h | 94 ++ src/libinput.sym | 7 test/device.c | 76 + test/litest.c | 18 test/pointer.c | 114 ++ test/touchpad-tap.c | 56 + tools/libinput-list-devices.c | 33 tools/shared.c | 24 tools/shared.h | 1 23 files changed, 1558 insertions(+), 812 deletions(-) ---