summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2017-02-22 12:49:23 +1300
committerRobert Ancell <robert.ancell@canonical.com>2017-02-22 12:49:23 +1300
commitc6bd123985ae7c334119a2b0fdf74db875fe634d (patch)
treecff4d59779645bbe6f2b5ed95768c830f0cb81db
parent920044dcd82effcec030574293182d3236adc934 (diff)
downloadlightdm-git-c6bd123985ae7c334119a2b0fdf74db875fe634d.tar.gz
Releasing 1.21.51.21.5
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog9
3 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 85692af1..dac50337 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in lightdm 1.21.5
+
+ * Fix logic that checked if a session was being stopped.
+ This fixes a race condition that could cause logging into an existing
+ session from a greeter to not return to that session.
+
Overview of changes in lightdm 1.21.4
* Use power management functions from ConsoleKit2 if available.
diff --git a/configure.ac b/configure.ac
index 22974243..fe839b4e 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.4)
+AC_INIT(lightdm, 1.21.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 a436a670..38e7f431 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+lightdm (1.21.5-0ubuntu1) zesty; urgency=medium
+
+ * New upstream release:
+ - Fix logic that checked if a session was being stopped.
+ This fixes a race condition that could cause logging into an existing
+ session from a greeter to not return to that session. (LP: #1656399)
+
+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 22 Feb 2017 12:38:50 +1300
+
lightdm (1.21.4-0ubuntu1) zesty; urgency=medium
* New upstream release: