[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libinput: Changes to 'refs/tags/libinput-1.8.2-1'



Tag 'libinput-1.8.2-1' created by Emilio Pozuelo Monfort <pochu@debian.org> at 2017-09-09 12:20 +0000

Tagging upload of libinput 1.8.2-1 to unstable.
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlmz3I4ACgkQnUbEiOQ2
gwIEeA/+Pw4iDniE2Q9J98as5jkBTLcXiWim0ivivSqhtCQ98Rr0muHZVyCqVaUs
GShv1lpfGGPvMasrF1fvJdVFtk8DO9ukZGRRcJi4gVc7q9GWCiDNffiD7VIUmhTx
rV7iLJBoDluwfCc+z0LZ6h1hiKBq/i4TtbG224PQuMTFGNHVovvAGVCxDdt3HKGC
eg9Acdp472BB7Qo4P4BLSayDx+KEwen8VyK77B/QWvbRArLZV3qYvDfNLij0Y0mJ
xRMTpGqOhTp3HcAemfhF1m8cT0pYzmKijOYOywlNyYOghKBXl6vJqTpHtxlEH5PD
Y3M4UjcxrpSz7ULTOIN9qmGT4LgYCyrZIXkiF/mPbe8FKrqkPCiHH1VsTqqOj6Dh
NBN4iKZlfSTn2dc1vJRPG2YLLJAWNbVqyVbtO23vEjqYsQtWpFRfQpOdFPhtwHhT
jgMPmVoIrqZlTIuepJtpqrOKBgxGEs+cqcAtd7SAXMGHeOw0h4pUJYkSZw/V6GJ/
j3sJLpJnUb86ezACHxBAlgUZI/1ONd1GuTXx7CDgcKyB+SfWfYMlHVwaZsG8epXC
qqzWDlDfcmQaN71eQc4qvFcdaYtAdsa9ooRTwHkvKxbPa64sTRko5KOXyAaoKmh2
arTWnA+hPesA6AbP314kuEYAURVwNvjXFlijWFejT1rd3jpY0Ls=
=CEZx
-----END PGP SIGNATURE-----

Changes since libinput-1.8.0-1:
Emilio Pozuelo Monfort (7):
      Merge branch 'upstream-unstable' into debian-unstable
      New upstream release
      Add circle.yml to extended-diff-ignore
      Bump Standards-Version to 4.1.0
      Bump debhelper compat to 10
      compat 10 enables dh-autoreconf automatically
      Release to unstable

Jussi Kukkonen (1):
      tools: Fix race in (autotools) install

Peter Hutterer (13):
      touchpad: increase palm edge zones to 8%
      meson: fix build with --libwacom=false
      doc: expand on the meson build instructions
      Add support for CircleCI
      touchpad: set keyboard to non-active when the keyboard is removed
      configure.ac: libinput 1.8.1
      evdev: recover from a lost button count
      timer: if a timer is inactive, do not call the timer func
      timer: always restart the timer loop when we called one of them
      lid: disable all types but EV_SYN and EV_SW
      gestures: don't try to pinch for nfingers > slots
      test: add the gpio-keys device to the Makefile
      configure.ac: libinput 1.8.2

Philip Withnall (2):
      build: Add -Iinclude to libinput and its tools
      build: Add -Iinclude to unit tests

---
 circle.yml                       |  151 +++++++++++++++++++++++++++
 configure.ac                     |    2 
 debian/changelog                 |   10 +
 debian/compat                    |    2 
 debian/control                   |    5 
 debian/rules                     |    2 
 debian/source/local-options      |    2 
 doc/building.dox                 |   20 +++
 meson.build                      |   48 +++++---
 src/evdev-lid.c                  |    8 +
 src/evdev-mt-touchpad-gestures.c |    7 +
 src/evdev-mt-touchpad.c          |    7 -
 src/evdev.c                      |   20 +--
 src/timer.c                      |   18 ++-
 test/Makefile.am                 |    1 
 test/litest-device-gpio-keys.c   |   75 +++++++++++++
 test/litest.c                    |    2 
 test/litest.h                    |    1 
 test/test-gestures.c             |  211 ---------------------------------------
 test/test-lid.c                  |   20 +++
 test/test-pointer.c              |   35 ++++++
 test/test-touchpad.c             |   42 +++++++
 test/valgrind.suppressions       |    7 +
 tools/Makefile.am                |    2 
 24 files changed, 440 insertions(+), 258 deletions(-)
---


Reply to: