summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2014-03-13 11:58:50 +1300
committerRobert Ancell <robert.ancell@canonical.com>2014-03-13 11:58:50 +1300
commit59fd7d1dccaa7ddaa9e8367f3051e15e8ccc8a42 (patch)
tree31cd08b22cfc834986dfa177f0b7c25f46c9b715
parentb8117e391222597161bee10c7c932fe6c893bafc (diff)
downloadlightdm-git-1.9.10.tar.gz
Releasing 1.9.101.9.10
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog9
3 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dddca139..2730b1bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in lightdm 1.9.10
+
+ * Honour session type requested by greeter for guest sessions
+ * Log to wtmp and btmp.
+ * Implement guest-session config option
+
Overview of changes in lightdm 1.9.9
* Handle signals being received in child processes instead of treating them
diff --git a/configure.ac b/configure.ac
index c220bea2..dea210f0 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.9)
+AC_INIT(lightdm, 1.9.10)
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 05530479..1bc3c7e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+lightdm (1.9.10-0ubuntu1) trusty; urgency=medium
+
+ * New upstream release:
+ - Honour session type requested by greeter for guest sessions (LP: #1285132)
+ - Log to wtmp and btmp. (LP: #1027805)
+ - Implement guest-session config option
+
+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 13 Mar 2014 11:50:38 +1300
+
lightdm (1.9.9-0ubuntu1) trusty; urgency=medium
* New upstream release: