summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2014-03-17 17:32:58 +1300
committerRobert Ancell <robert.ancell@canonical.com>2014-03-17 17:32:58 +1300
commit8d6b8d1629269415d97b899ef2ca5773f17d7555 (patch)
treed614c48457dc60d94dd800fac1dbd408799db47c
parentdb18942e1b5bbe67c0830af3c1865ba5c4f2c908 (diff)
downloadlightdm-1.9.12.tar.gz
Releasing 1.9.121.9.12
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog13
3 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4c787ec7..1c04ab11 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in lightdm 1.9.12
+
+ * Ensure X authority is written before X server is started
+ * Activate after unlocking a logind session
+
Overview of changes in lightdm 1.9.11
* Don't use g_hash_table_get_keys_as_array, it's a glib 2.40 feature
diff --git a/configure.ac b/configure.ac
index c42f1705..dd8df49d 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.11)
+AC_INIT(lightdm, 1.9.12)
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 87dab31b..af2de863 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+lightdm (1.9.12-0ubuntu1) trusty; urgency=medium
+
+ [ Robert Ancell ]
+ * New upstream release:
+ - Ensure X authority is written before X server is started (LP: #1260220)
+ - Activate after unlocking a logind session
+
+ [ Gunnar Hjalmarsson ]
+ * debian/guest-account:
+ - Disable Unity shortcut hint. (LP: #1292178)
+
+ -- Robert Ancell <robert.ancell@canonical.com> Mon, 17 Mar 2014 16:49:37 +1300
+
lightdm (1.9.11-0ubuntu2) trusty; urgency=medium
* Rebuild against Qt 5.2.1.