summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-03-10 16:18:56 +1300
committerRobert Ancell <robert.ancell@canonical.com>2015-03-10 16:18:56 +1300
commit05335bcd59a9802efec6c3feae4ade16e354bf68 (patch)
tree0e280aea5e044587da640390d342851533867590
parent778542bce5f2127c9877e5572a46274945acfb09 (diff)
downloadlightdm-git-05335bcd59a9802efec6c3feae4ade16e354bf68.tar.gz
Releasing 1.12.31.12.3
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog14
3 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 998cd22d..8f23c982 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in lightdm 1.12.3
+
+ * 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.12.2
* Fix pipe file descriptor leak for each session login / authentication
diff --git a/configure.ac b/configure.ac
index 029a3ba0..9e43934a 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.12.2)
+AC_INIT(lightdm, 1.12.3)
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 29cf0289..2493ed6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+lightdm (1.12.3-0ubuntu1) utopic; 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/lightdm-session:
+ - Use bash for the session to improve error handling (LP: #678421)
+ * debian/control:
+ - Depend on bash
+
+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 10 Mar 2015 16:02:44 +1300
+
lightdm (1.12.2-0ubuntu1) utopic; urgency=medium
* New upstream release: