summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog11
3 files changed, 15 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 7c18215f..84993204 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in lightdm 1.11.1
+
+ * Allow greeters to remain runing to reduce startup time when switching to a
+ greeter
+ * Add asynchronous methods to liblightdm
+
Overview of changes in lightdm 1.11.0
* When switching to an existing session refresh PAM credentials and end
diff --git a/configure.ac b/configure.ac
index 306dd2bd..cfac75e2 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.11.0)
+AC_INIT(lightdm, 1.11.1)
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 58bbe70a..d34ddbf8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-lightdm (1.11.1-0ubuntu1) UNRELEASED; urgency=medium
+lightdm (1.11.1-0ubuntu1) utopic; urgency=medium
- * Add lightdm_greeter_set_resettable
+ * New upstream release:
+ - Allow greeters to remain runing to reduce startup time when switching to a
+ greeter
+ - Add asynchronous methods to liblightdm
+ * debian/lightdm.upstart:
+ - Respawn lightdm daemon if it is unexpectedly closed
- -- Michael Terry <mterry@ubuntu.com> Mon, 28 Apr 2014 09:42:14 -0400
+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 06 May 2014 17:07:44 +1200
lightdm (1.11.0-0ubuntu1) utopic; urgency=medium