summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Terry <michael.terry@canonical.com>2013-09-11 13:56:31 -0400
committerMichael Terry <michael.terry@canonical.com>2013-09-11 13:56:31 -0400
commit2517ab110de050a8f12da0b0a56d39e439eff04a (patch)
tree53c5d674b61d53648e3d0ea1dd276773f3984f78
parenta85e63d4827e14a7d74feb4b6c4294c1691b0408 (diff)
downloadlightdm-2517ab110de050a8f12da0b0a56d39e439eff04a.tar.gz
Release 1.7.151.7.15-0ubuntu11.7.15
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog10
3 files changed, 15 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7c47ade2..797597c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in lightdm 1.7.15
+
+ * Set XDG_VTNR=1 as a fallback if using SeatUnity without a functioning
+ compositor or working VT switching, so that logind will recognize the VT
+ as active.
+
Overview of changes in lightdm 1.7.14
* Correctly set permissions on Xauthority file.
diff --git a/configure.ac b/configure.ac
index 53336b4c..0b4b32ac 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.7.14)
+AC_INIT(lightdm, 1.7.15)
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 17cfdb17..ee1d6a50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,15 @@
-lightdm (1.7.14-0ubuntu2) UNRELEASED; urgency=low
+lightdm (1.7.15-0ubuntu1) saucy; urgency=low
+ [ Jeremy Bicha ]
* Have liblightdm-gobject-1.0 suggest not recommend lightdm
(LP: #1222155)
- -- Jeremy Bicha <jbicha@ubuntu.com> Tue, 10 Sep 2013 22:21:58 -0400
+ [ Michael Terry ]
+ * Set XDG_VTNR=1 as a fallback if using SeatUnity without a functioning
+ compositor or working VT switching, so that logind will recognize the VT
+ as active.
+
+ -- Michael Terry <mterry@ubuntu.com> Wed, 11 Sep 2013 11:27:51 -0400
lightdm (1.7.14-0ubuntu1) saucy; urgency=low