summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-03-10 16:59:29 +1300
committerRobert Ancell <robert.ancell@canonical.com>2015-03-10 16:59:29 +1300
commita6bef4b1ced90b6a56ad8ffd8a64d6f7bf524793 (patch)
tree06b4f16f3bc0303f3031f1edea71a1f4251ac166
parenta7ca2569efb52bced2820af8eb1c34ebaea4bf30 (diff)
downloadlightdm-git-1.10.5.tar.gz
Releasing 1.10.51.10.5
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog12
3 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 35908ead..f5717669 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in lightdm 1.10.5
+
+ * Fix pipe file descriptor leak for each greeter session.
+ * Don't attempt generate D-Bus seat/session removal signals on shutdown.
+
Overview of changes in lightdm 1.10.4
* Fix pipe file descriptor leak for each session login / authentication
diff --git a/configure.ac b/configure.ac
index 3eea44cf..dfeca928 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.10.4)
+AC_INIT(lightdm, 1.10.5)
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 c3e00c7e..e80e4b63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+lightdm (1.10.5-0ubuntu1) trusty; urgency=medium
+
+ * New upstream release:
+ - Fix pipe file descriptor leak for each greeter session. (LP: #1190344)
+ - Don't attempt generate D-Bus seat/session removal signals on shutdown.
+ * debian/guest-account.sh:
+ - Rename variables to make script compatible with Bash (LP: #1411100)
+ * debian/control:
+ - Set required version of bash
+
+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 10 Mar 2015 16:49:11 +1300
+
lightdm (1.10.4-0ubuntu2) trusty; urgency=medium
* debian/config-error-dialog.sh: