summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2017-02-13 17:00:48 +1300
committerRobert Ancell <robert.ancell@canonical.com>2017-02-13 17:00:48 +1300
commita48ac7a486fa1c692aa19471e7f798e2bc5ac0d4 (patch)
treea541509679974aa52180118828cfb203f53b42d9
parent8cabde3e7e06a5918107fcb41bb06735cfe3c470 (diff)
downloadlightdm-git-a48ac7a486fa1c692aa19471e7f798e2bc5ac0d4.tar.gz
Releasing 1.21.41.21.4
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog12
3 files changed, 21 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7dddbd19..85692af1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes in lightdm 1.21.4
+
+ * Use power management functions from ConsoleKit2 if available.
+ * Correctly pass return value from sessions to LightDM.
+ * Retry VT_WAITACTIVE if we get EINTR.
+ * Ignore SIGHUP by default.
+ * Use SA_RESTART with SIGPIPE.
+ * liblightdm-qt: Use liblightdm-gobject power methods instead of
+ re-implementing in Qt.
+
Overview of changes in lightdm 1.21.3
* Fix crashes introduced in 1.21.2 due to environment variable changes
diff --git a/configure.ac b/configure.ac
index 45b7e03f..22974243 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.21.3)
+AC_INIT(lightdm, 1.21.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 8d4ad3ba..a436a670 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,18 @@
-lightdm (1.21.3-0ubuntu2) UNRELEASED; urgency=medium
+lightdm (1.21.4-0ubuntu1) zesty; urgency=medium
+ * New upstream release:
+ - Use power management functions from ConsoleKit2 if available.
+ - Correctly pass return value from sessions to LightDM.
+ - Retry VT_WAITACTIVE if we get EINTR.
+ - Ignore SIGHUP by default.
+ - Use SA_RESTART with SIGPIPE.
+ - liblightdm-qt: Use liblightdm-gobject power methods instead of
+ re-implementing in Qt.
* debian/liblightdm-qt-3-0.symbols:
* debian/liblightdm-qt5-3-0.symbols:
- Add symbols files for C++ libraries
- -- Robert Ancell <robert.ancell@canonical.com> Thu, 26 Jan 2017 12:56:02 +1300
+ -- Robert Ancell <robert.ancell@canonical.com> Mon, 13 Feb 2017 16:31:48 +1300
lightdm (1.21.3-0ubuntu1) zesty; urgency=medium