]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Releasing 1.11.1
authorRobert Ancell <robert.ancell@canonical.com>
Tue, 6 May 2014 05:07:58 +0000 (17:07 +1200)
committerRobert Ancell <robert.ancell@canonical.com>
Tue, 6 May 2014 05:07:58 +0000 (17:07 +1200)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 7c18215f17d36c07438063cae934b0516a6f0db7..8499320481649f89c60b08ee9c7da900c12ef839 100644 (file)
--- 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
index 306dd2bd57a08bbeea05b19e841b859d9fbdf15d..cfac75e202e5c7bbfbe27e51c7a0d3b101653382 100644 (file)
@@ -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])
index 58bbe70a40467a6e40ce2d0de2b10c19569fd4e6..d34ddbf86c5a6cab17db519105a116b3c65fec9c 100644 (file)
@@ -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