summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog9
3 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6a4cf324..00ae6faf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in lightdm 1.9.3
+
+ * Don't pass system user accounts from AccountsService to greeters.
+ * Fix crash if switching to greeter and it isn't installed.
+
Overview of changes in lightdm 1.9.2
* Implement missing guest-wrapper functionality and enable it for Ubuntu.
diff --git a/configure.ac b/configure.ac
index 62cf1979..a87fb93e 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.2)
+AC_INIT(lightdm, 1.9.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 3c35d09f..4bb313f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+lightdm (1.9.3-0ubuntu1) trusty; urgency=low
+
+ * New upstream release:
+ - Don't pass system user accounts from AccountsService to greeters.
+ (LP: #1248541)
+ - Fix crash if switching to greeter and it isn't installed. (LP: #1246529)
+
+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 07 Nov 2013 15:07:34 +1300
+
lightdm (1.9.2-0ubuntu1) trusty; urgency=low
* New upstream release: