]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Releasing 1.15.0
authorRobert Ancell <robert.ancell@canonical.com>
Mon, 18 May 2015 03:52:03 +0000 (15:52 +1200)
committerRobert Ancell <robert.ancell@canonical.com>
Mon, 18 May 2015 03:52:03 +0000 (15:52 +1200)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index e2cadcab0feaf1078992f83c80937d4288f4dff5..fbb42ce7bf842419b76080b6fc1ecf9607a6b5a7 100644 (file)
--- 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
index 80c699b080541245c0c8638664a808034800ab23..9a7b0be9d52b3170155e8d77e3a2fb5b7c65017f 100644 (file)
@@ -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])
index d054ebdc30da089c4fc384facae8efbcb9a1397d..aae7742b614fb09eb1f58dc7b839e2c92f429c02 100644 (file)
@@ -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)