summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog11
3 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e7991966..e70631ea 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index f7ca3ea2..0d7ffa00 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.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])
diff --git a/debian/changelog b/debian/changelog
index a9e0c431..9ad0fe2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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: