summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog8
3 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4b395488..c0f78310 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in lightdm 1.10.0
+
+ * Fix return value for Vala bindings to Greeter.start_session_sync
+ * Fix logging when failing to find session
+
Overview of changes in lightdm 1.9.15
* Update the lightdm AppArmor abstraction to allow the guest session to
diff --git a/configure.ac b/configure.ac
index 1ef7e202..9ded6cad 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.9.15)
+AC_INIT(lightdm, 1.10.0)
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 e4ae30e0..1304cf13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+lightdm (1.10.0-0ubuntu1) trusty; urgency=medium
+
+ * New upstream release:
+ - Fix return value for Vala bindings to Greeter.start_session_sync
+ - Fix logging when failing to find session
+
+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 08 Apr 2014 16:12:46 +1200
+
lightdm (1.9.15-0ubuntu1) trusty; urgency=medium
* debian/patches/06_guest_signal_and_ptrace_aa_rules.patch,