summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2016-12-09 14:12:40 +1300
committerRobert Ancell <robert.ancell@canonical.com>2016-12-09 14:12:40 +1300
commit48404025558fad7ed11778a4a680d7e6ea7bf6e2 (patch)
treed9e8e9b82c1fc4d71775f173033837558a1f7af1
parent469fef74aac78bf91d18b86221ae8927cf5fa1be (diff)
downloadlightdm-git-48404025558fad7ed11778a4a680d7e6ea7bf6e2.tar.gz
Releasing 1.21.31.21.3
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog9
-rw-r--r--debian/patches/04_language_handling.patch2
-rw-r--r--debian/patches/autologin-session-workaround.patch2
5 files changed, 18 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index ad7624d6..7dddbd19 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in lightdm 1.21.3
+
+ * Fix crashes introduced in 1.21.2 due to environment variable changes
+ * Fix incorrect unref in XDMCP server code
+ * Fix logging warning
+
Overview of changes in lightdm 1.21.2
* Use SA_RESTART on signals so we don't get interrupted reads
diff --git a/configure.ac b/configure.ac
index f44b35f8..45b7e03f 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.2)
+AC_INIT(lightdm, 1.21.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 22f22063..4bc6f9d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+lightdm (1.21.3-0ubuntu1) zesty; urgency=medium
+
+ * New upstream release:
+ - Fix crashes introduced in 1.21.2 due to environment variable changes
+ - Fix incorrect unref in XDMCP server code
+ - Fix logging warning
+
+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 09 Dec 2016 14:04:49 +1300
+
lightdm (1.21.2-0ubuntu1) zesty; urgency=medium
* New upstream release:
diff --git a/debian/patches/04_language_handling.patch b/debian/patches/04_language_handling.patch
index b8738b43..809fe890 100644
--- a/debian/patches/04_language_handling.patch
+++ b/debian/patches/04_language_handling.patch
@@ -75,7 +75,7 @@ Index: trunk/src/seat.c
===================================================================
--- trunk.orig/src/seat.c
+++ trunk/src/seat.c
-@@ -1017,7 +1017,7 @@ configure_session (Session *session, Ses
+@@ -1016,7 +1016,7 @@ configure_session (Session *session, Ses
}
if (language && language[0] != '\0')
{
diff --git a/debian/patches/autologin-session-workaround.patch b/debian/patches/autologin-session-workaround.patch
index cae82f00..c4c0bc6d 100644
--- a/debian/patches/autologin-session-workaround.patch
+++ b/debian/patches/autologin-session-workaround.patch
@@ -6,7 +6,7 @@ Index: trunk/src/seat.c
===================================================================
--- trunk.orig/src/seat.c
+++ trunk/src/seat.c
-@@ -1047,7 +1047,12 @@ create_user_session (Seat *seat, const g
+@@ -1046,7 +1046,12 @@ create_user_session (Seat *seat, const g
if (autostart)
{
const gchar *autologin_session_name = seat_get_string_property (seat, "autologin-session");