summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-12-03 19:21:28 +1300
committerRobert Ancell <robert.ancell@canonical.com>2013-12-03 19:21:28 +1300
commitc50b67aaceae98ce879243614240bfc38299a6b4 (patch)
treecb9234ee607a65243ef6b3dbf2238bc7a965c5bc
parent5d057d10b63fcc265eac4778e2cf801b91c9deb0 (diff)
downloadlightdm-git-c50b67aaceae98ce879243614240bfc38299a6b4.tar.gz
Releasing 1.9.41.9.4
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog16
3 files changed, 29 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 00ae6faf..723b62fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Overview of changes in lightdm 1.9.4
+
+ * Fix issue where VTs are double used when switching sessions.
+ * Remove lightdm-set-defaults and gdmflexiserver.
+ * Add new ability to specify a list of seat types to try, rather than just
+ one.
+ * Allow Mir sessions in the surfaceflinger seat.
+ * Rename the guest session wrapper to have a simpler name.
+ * Make sure sessions are associated with the display server before starting
+ them.
+ * Add a dm-tool man page.
+
Overview of changes in lightdm 1.9.3
* Don't pass system user accounts from AccountsService to greeters.
diff --git a/configure.ac b/configure.ac
index a57e1668..b6ca1f30 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.3)
+AC_INIT(lightdm, 1.9.4)
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 4bb313f9..19cd2e6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+lightdm (1.9.4-0ubuntu1) trusty; urgency=low
+
+ * New upstream release:
+ - Fix issue where VTs are double used when switching sessions.
+ (LP: #1256150)
+ - Remove lightdm-set-defaults and gdmflexiserver.
+ - Add new ability to specify a list of seat types to try, rather than just
+ one.
+ - Allow Mir sessions in the surfaceflinger seat.
+ - Rename the guest session wrapper to have a simpler name.
+ - Make sure sessions are associated with the display server before starting
+ them.
+ - Add a dm-tool man page.
+
+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 03 Dec 2013 19:07:28 +1300
+
lightdm (1.9.3-0ubuntu1) trusty; urgency=low
* New upstream release: