ChangeLog | 8 ++++++++ configure.ac | 2 +- debian/changelog | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-)
New commits: commit fad23e9958a5048d54402e0c7e348d86282c6e25 Author: Andreas Boll <andreas.boll....@gmail.com> Date: Fri Nov 18 10:57:29 2016 +0100 Bump changelogs diff --git a/ChangeLog b/ChangeLog index 1aeefd6..515090a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +commit 3261e07c923c449f08a96a8439c97479b7ff899c +Author: Peter Hutterer <peter.hutte...@who-t.net> +Date: Fri Nov 18 13:00:09 2016 +1000 + + synaptics 1.9.0 + + Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net> + commit a7d76f4275a88d98b18eed29a1ee94a70e7fa367 Author: Peter Hutterer <peter.hutte...@who-t.net> Date: Sun Oct 9 19:27:47 2016 +1000 diff --git a/debian/changelog b/debian/changelog index df5868f..685a0cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ -xserver-xorg-input-synaptics (1.8.99.2-1) UNRELEASED; urgency=medium +xserver-xorg-input-synaptics (1.9.0-1) UNRELEASED; urgency=medium [ Andreas Boll ] - * New upstream snapshot. + * New upstream release. * Use https URL in debian/copyright. * Bump Standards-Version to 3.9.8, no changes needed. commit 3261e07c923c449f08a96a8439c97479b7ff899c Author: Peter Hutterer <peter.hutte...@who-t.net> Date: Fri Nov 18 13:00:09 2016 +1000 synaptics 1.9.0 Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net> diff --git a/configure.ac b/configure.ac index 970dd5f..6d814d5 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-input-synaptics], - [1.8.99.2], + [1.9.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-input-synaptics]) AC_CONFIG_SRCDIR([Makefile.am])