]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Releasing 1.7.11
authorRobert Ancell <robert.ancell@canonical.com>
Mon, 26 Aug 2013 03:22:55 +0000 (15:22 +1200)
committerRobert Ancell <robert.ancell@canonical.com>
Mon, 26 Aug 2013 03:22:55 +0000 (15:22 +1200)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 398ab739f5a5f80de6b860d831e19b15317d4633..c1f0d7fd550abb0afe3911f80a63e1c1b98f252f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in lightdm 1.7.11
+
+    * Fix crash when greeter quits due to read watch not being removed
+    * Correctly setup Unity System Compositor environment
+    * Improve log messages
+
 Overview of changes in lightdm 1.7.10
 
     * Fix session locking broken in 1.7.5
index 12a536da852c5d9221082e1399e921e206c7279b..0724eb4089fbfca40321430c04dc4bceb0565bf3 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(lightdm, 1.7.10)
+AC_INIT(lightdm, 1.7.11)
 AC_CONFIG_MACRO_DIR(m4)
 AC_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
index 162489cd1851b6758a6087d7a305d7c3197db08b..a4bf0ba7bf66b3abf69f5a5ef7e74a1c95b7810a 100644 (file)
@@ -1,6 +1,11 @@
-lightdm (1.7.10-0ubuntu1) saucy; urgency=low
+lightdm (1.7.11-0ubuntu1) saucy; urgency=low
 
   * New upstream release:
+    [ 1.7.11 ]
+    - Fix crash when greeter quits due to read watch not being removed
+    - Correctly setup Unity System Compositor environment
+    - Improve log messages
+    [ 1.7.10 ]
     - Fix session locking broken in 1.7.5
     - Load lightdm.conf after lightdm.conf.d/*.conf
     - Also support loading config from /usr/share
@@ -9,7 +14,7 @@ lightdm (1.7.10-0ubuntu1) saucy; urgency=low
     - Change logging prefixes to make it easier to troubleshoot multiseat setups
     - Bring Ubuntu packaging in-tree
 
- -- Robert Ancell <robert.ancell@canonical.com>  Sun, 25 Aug 2013 13:08:38 +1200
+ -- Robert Ancell <robert.ancell@canonical.com>  Mon, 26 Aug 2013 14:48:55 +1200
 
 lightdm (1.7.9-0ubuntu1) saucy; urgency=low