summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-09-30 09:47:30 +1300
committerRobert Ancell <robert.ancell@canonical.com>2015-09-30 09:47:30 +1300
commit508b10d2376ec6d983bc8e13e95ea6f87d7b3847 (patch)
tree0ad4c2cda8d7f9cc9d5c5646d3e0cf373cc558ef
parent9d83fd975503baae17b3e78f74f32e1a6eae1a49 (diff)
downloadlightdm-git-508b10d2376ec6d983bc8e13e95ea6f87d7b3847.tar.gz
Releasing 1.16.31.16.3
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog8
3 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 601bd716..1eedf908 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in lightdm 1.16.3
+
+ * Fix compile failing without libinput
+ * Fix compile failing without Vala
+
Overview of changes in lightdm 1.16.2
* Fix compile failing without libinput
diff --git a/configure.ac b/configure.ac
index 066f52fe..9c9cee5f 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.2)
+AC_INIT(lightdm, 1.16.3)
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 c2247c64..d5e0f9fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+lightdm (1.16.3-0ubuntu1) wily; urgency=medium
+
+ * New upstream release:
+ - Fix compile failing without libinput
+ - Fix compile failing without Vala
+
+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 30 Sep 2015 09:30:57 +1300
+
lightdm (1.16.2-0ubuntu1) wily; urgency=medium
* New upstream release: