]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Releasing 1.11.4
authorRobert Ancell <robert.ancell@canonical.com>
Tue, 1 Jul 2014 04:08:49 +0000 (16:08 +1200)
committerRobert Ancell <robert.ancell@canonical.com>
Tue, 1 Jul 2014 04:08:49 +0000 (16:08 +1200)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index e7991966bbcd1250461f116bec73396812d53010..e70631ea670fdc511d60dd5dc63a2243de33bb08 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in lightdm 1.11.4
+
+    * Do timed autologin each time you are returned to the greeter
+    * Fix tests failing with Qt 5.3 due to it checking getuid/geteuid which we are faking
+    * dm-tool: Warn if trying to switch to user without username
+
 Overview of changes in lightdm 1.11.3
 
     * Fix Mir sessions broken with unity-system-compositor 0.3.
index f7ca3ea27bb369e27fd282edb1a28fa94c6d72a1..0d7ffa006133e9daab74db8e905c466dd289b220 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(lightdm, 1.11.3)
+AC_INIT(lightdm, 1.11.4)
 AC_CONFIG_MACRO_DIR(m4)
 AC_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
index a9e0c43171b15b8b26e22cc001d0289d21f6aeac..9ad0fe2e2e4d77ab9dec2bfdbb7da9d2de974a17 100644 (file)
@@ -1,3 +1,14 @@
+lightdm (1.11.4-0ubuntu1) utopic; urgency=medium
+
+  * New upstream release:
+    - Do timed autologin each time you are returned to the greeter
+    - Fix tests failing with Qt 5.3 due to it checking getuid/geteuid which we are faking
+    - dm-tool: Warn if trying to switch to user without username
+  * debian/lightdm.service:
+    - Don't test for specific installation path
+
+ -- Robert Ancell <robert.ancell@canonical.com>  Tue, 01 Jul 2014 15:50:16 +1200
+
 lightdm (1.11.3-0ubuntu1) utopic; urgency=medium
 
   * New upstream release: