summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-09-16 14:24:33 -0400
committerRobert Ancell <robert.ancell@canonical.com>2015-09-16 14:24:33 -0400
commitd87784e7e65a515ce9259eeb2971d84beb260dee (patch)
tree14abe3e198e4aa47c6ec27b376c3e24e8a180121
parent800934b36bee7d25beeef730b193d64faf79a16d (diff)
downloadlightdm-git-d87784e7e65a515ce9259eeb2971d84beb260dee.tar.gz
Releasing 1.16.21.16.2
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog7
3 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5f944a33..601bd716 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Overview of changes in lightdm 1.16.2
+
+ * Fix compile failing without libinput
+
Overview of changes in lightdm 1.16.1
* Use libaudit to generate audit events
diff --git a/configure.ac b/configure.ac
index 563318d6..066f52fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(lightdm, 1.16.1)
+AC_INIT(lightdm, 1.16.2)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
diff --git a/debian/changelog b/debian/changelog
index 5fedbb9c..c2247c64 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lightdm (1.16.2-0ubuntu1) wily; urgency=medium
+
+ * New upstream release:
+ - Fix compile failing without libinput
+
+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 16 Sep 2015 14:20:11 -0400
+
lightdm (1.16.1-0ubuntu1) wily; urgency=medium
* New upstream release: