summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog14
3 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e764d8cb..b3b1e5b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes in lightdm 1.10.3
+
+ * Fix crash when having configuration keys defined in multiple places
+ * Allow user switching in multi-seat until bug stopping greeter showing on
+ logout is fixed
+ * Don't access .dmrc files until information from these files is required
+ * Do timed autologin each time you are returned to the greeter
+
Overview of changes in lightdm 1.10.2
* Use logind to provide the list of seats to use. This is disabled unless
diff --git a/configure.ac b/configure.ac
index 21c9216b..592f3eee 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.10.2)
+AC_INIT(lightdm, 1.10.3)
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 200d99e4..1897f459 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+lightdm (1.10.3-0ubuntu1) trusty; urgency=medium
+
+ * New upstream release:
+ - Fix crash when having configuration keys defined in multiple places
+ (LP: #1377373)
+ - Allow user switching in multi-seat until bug stopping greeter showing on
+ logout is fixed
+ - Don't access .dmrc files until information from these files is required
+ (LP: #1370852)
+ - Do timed autologin each time you are returned to the greeter
+ (LP: #1302491)
+
+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 09 Oct 2014 09:01:21 +1300
+
lightdm (1.10.2-0ubuntu1) trusty; urgency=medium
* New upstream release: