summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-12-05 10:42:54 +1300
committerRobert Ancell <robert.ancell@canonical.com>2013-12-05 10:42:54 +1300
commitb896ea2c7193db1fe3c5ddc18f1f9c4ae0795801 (patch)
treeaba68745e11777ee32862605cb66a7a2cd30704d
parent7a302c3e69762c552ee0b5a9ddb25cff865914d5 (diff)
downloadlightdm-git-b896ea2c7193db1fe3c5ddc18f1f9c4ae0795801.tar.gz
Releasing 1.9.51.9.5
-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 723b62fc..4e15577b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in lightdm 1.9.5
+
+ * In the unity seat, if we don't have proper VT support, fake VT 0 instead
+ of a real VT number. This matches what logind expects.
+
Overview of changes in lightdm 1.9.4
* Fix issue where VTs are double used when switching sessions.
diff --git a/configure.ac b/configure.ac
index b6ca1f30..34748188 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.9.4)
+AC_INIT(lightdm, 1.9.5)
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 19cd2e6a..2ab340de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+lightdm (1.9.5-0ubuntu1) trusty; urgency=low
+
+ * New upstream release:
+ - In the unity seat, if we don't have proper VT support, fake VT 0 instead
+ of a real VT number. This matches what logind expects.
+
+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 05 Dec 2013 09:35:42 +1300
+
lightdm (1.9.4-0ubuntu1) trusty; urgency=low
* New upstream release: