summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2014-11-13 11:03:27 +1300
committerRobert Ancell <robert.ancell@canonical.com>2014-11-13 11:03:27 +1300
commit7d9f864f248d9b4a6d8653c1596b381ad7455c15 (patch)
treed23e7eb028132dc8131fe21a43fff77c054ad424
parente69928aa3be665641965bf75f3776f6c8ca7a489 (diff)
downloadlightdm-git-1.2.9.tar.gz
Releasing 1.2.91.2.9
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog32
-rw-r--r--debian/patches/02_disable_tests.patch6
4 files changed, 34 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index 05592f6a..b1504012 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in lightdm 1.2.9
+
+ * Fix pipe file descriptor leak for each session login / authentication
+ * Handle not getting an X connection when attempting to get X layouts
+ * Correct section name in default users.conf file
+
Overview of changes in lightdm 1.2.8
* Handle signals being received in child processes instead of treating them
diff --git a/configure.ac b/configure.ac
index af466add..ea743645 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.2.8)
+AC_INIT(lightdm, 1.2.9)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE
diff --git a/debian/changelog b/debian/changelog
index 8a5c5032..da033705 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,17 +1,33 @@
-lightdm (1.2.6-0ubuntu1) UNRELEASED; urgency=low
+lightdm (1.2.9-0ubuntu1) UNRELEASED; urgency=low
* New upstream release:
+ [ 1.2.9 ]
+ - Fix pipe file descriptor leak for each session login / authentication
+ - Handle not getting an X connection when attempting to get X layouts
+ - Correct section name in default users.conf file
+ [ 1.2.8 ]
+ - Handle signals being received in child processes instead of treating them
+ like they are received in the daemon.
+ - Ensure X authority is written before X server is started.
+ - Fix some small memory leaks detected by valgrind.
+ - Fix double removal of source IDs.
+ [ 1.2.7 ]
+ - Correctly invoke PAM to change authentication token
+ - Add back apparmor abstractions removed in 1.2.6
+ - Load configuration from /etc/lightdm/lightdm.conf.d
+ - Fix crash where Process objects are accessed after unref
+ - Fix double removal of source IDs
[ 1.2.6 ]
- * Update apparmor abstractions
+ - Update apparmor abstractions
[ 1.2.5 ]
- * Don't fail writing X authority if reading it had an error
+ - Don't fail writing X authority if reading it had an error
[ 1.2.4 ]
- * Fix overallocation of array for strings from greeter
- * Fix truncation writing card32 in XDMCP server
- * Don't write X authority with g_file_replace - it can leave intermediate
+ - Fix overallocation of array for strings from greeter
+ - Fix truncation writing card32 in XDMCP server
+ - Don't write X authority with g_file_replace - it can leave intermediate
files around if it is interrupted.
- * Stop deprecation warnings from glib >= 2.36
- * Fix script hooks no longer working with latest glib
+ - Stop deprecation warnings from glib >= 2.36
+ - Fix script hooks no longer working with latest glib
* debian/control:
- Tidy up
- Add Vcs-Bzr link
diff --git a/debian/patches/02_disable_tests.patch b/debian/patches/02_disable_tests.patch
index 59a4bd15..d6667a23 100644
--- a/debian/patches/02_disable_tests.patch
+++ b/debian/patches/02_disable_tests.patch
@@ -1,8 +1,8 @@
Index: 1.2/tests/Makefile.am
===================================================================
---- 1.2.orig/tests/Makefile.am 2013-10-08 12:49:59.378578376 +1300
-+++ 1.2/tests/Makefile.am 2013-10-08 12:49:59.374578376 +1300
-@@ -168,6 +168,8 @@
+--- 1.2.orig/tests/Makefile.am
++++ 1.2/tests/Makefile.am
+@@ -172,6 +172,8 @@ TESTS += \
test-login-qt-guest-logout
endif