summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog14
-rw-r--r--debian/lightdm.install1
-rw-r--r--debian/patches/04_language_handling.patch2
5 files changed, 26 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index edf14999..316fccde 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes in lightdm 1.13.2
+
+ * Fix pipe file descriptor leak for each greeter session.
+ * Support active session changing via logind.
+ * Don't allow liblightdm-gobject to be disabled. It is required for
+ liblightdm-qt and the tests so it's not worth supporting builds without
+ it.
+ * Add bash autocompletion support
+
Overview of changes in lightdm 1.13.1
* Don't attempt generate D-Bus seat/session removal signals on shutdown.
diff --git a/configure.ac b/configure.ac
index 6c83b1e8..cc460701 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.13.1)
+AC_INIT(lightdm, 1.13.2)
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 97ce59a4..7219f328 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+lightdm (1.13.2-0ubuntu1) vivid; urgency=medium
+
+ * New upstream release:
+ - Fix pipe file descriptor leak for each greeter session. (LP: #1190344)
+ - Support active session changing via logind. (LP: #1371378)
+ - Don't allow liblightdm-gobject to be disabled. It is required for
+ liblightdm-qt and the tests so it's not worth supporting builds without
+ it.
+ - Add bash autocompletion support
+ * debian/lightdm.install:
+ - Install autocompletion configuration
+
+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 10 Mar 2015 14:54:29 +1300
+
lightdm (1.13.1-0ubuntu2) vivid; urgency=medium
* debian/guest-account.sh:
diff --git a/debian/lightdm.install b/debian/lightdm.install
index 27d46b65..53becd25 100644
--- a/debian/lightdm.install
+++ b/debian/lightdm.install
@@ -1,6 +1,7 @@
usr/sbin/lightdm
usr/share/man
usr/share/locale
+usr/share/bash-completion
usr/lib/lightdm
usr/bin
etc/dbus-1/
diff --git a/debian/patches/04_language_handling.patch b/debian/patches/04_language_handling.patch
index 6c840712..67d1c673 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
-@@ -949,7 +949,7 @@ configure_session (Session *session, Ses
+@@ -997,7 +997,7 @@ configure_session (Session *session, Ses
}
if (language && language[0] != '\0')
{