diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 8 |
3 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Overview of changes in lightdm 1.13.1 + + * Don't attempt generate D-Bus seat/session removal signals on shutdown. + * Add missing method QLightDM::Greeter::cancelAutologin + Overview of changes in lightdm 1.13.0 * Fix crash when having configuration keys defined in multiple places diff --git a/configure.ac b/configure.ac index ca820a9d..decd05ec 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.0) +AC_INIT(lightdm, 1.13.1) 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 dc824662..3eb01d74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lightdm (1.13.1-0ubuntu1) vivid; urgency=medium + + * New upstream release: + - Don't attempt generate D-Bus seat/session removal signals on shutdown. + - Add missing method QLightDM::Greeter::cancelAutologin + + -- Robert Ancell <robert.ancell@canonical.com> Wed, 14 Jan 2015 14:00:02 +1300 + lightdm (1.13.0-0ubuntu2) vivid; urgency=medium * debian/config-error-dialog.sh: |