summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-05-18 15:52:03 +1200
committerRobert Ancell <robert.ancell@canonical.com>2015-05-18 15:52:03 +1200
commit8be25082584dff702026d5f4997f6b4536df7755 (patch)
treeac9ac54e6a84bee211b148d82ab35e7fd5395bff
parentc37e435dcfd8336f38f907994b879174db5ee55f (diff)
downloadlightdm-8be25082584dff702026d5f4997f6b4536df7755.tar.gz
Releasing 1.15.01.15.0
-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 e2cadcab..fbb42ce7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in lightdm 1.15.0
+
+ * Deprecate [SeatDefaults] in favour of [Seat:*]
+ * Use new Xmir binary when running X under Unity System Compositor
+
Overview of changes in lightdm 1.14.0
* Initialize file descriptor handles so we don't attempt to close stdin by
diff --git a/configure.ac b/configure.ac
index 80c699b0..9a7b0be9 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.14.0)
+AC_INIT(lightdm, 1.15.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 d054ebdc..aae7742b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+lightdm (1.15.0-0ubuntu1) wily; urgency=medium
+
+ * New upstream release:
+ - Deprecate [SeatDefaults] in favour of [Seat:*]
+ - Use new Xmir binary when running X under Unity System Compositor
+
+ -- Robert Ancell <robert.ancell@canonical.com> Mon, 18 May 2015 13:38:23 +1200
+
lightdm (1.14.0-0ubuntu2) vivid; urgency=medium
* Quiesce initctl errors when not running under upstart. (LP: #1414420)