]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Releasing 1.15.1
authorRobert Ancell <robert.ancell@canonical.com>
Wed, 5 Aug 2015 05:02:51 +0000 (17:02 +1200)
committerRobert Ancell <robert.ancell@canonical.com>
Wed, 5 Aug 2015 05:02:51 +0000 (17:02 +1200)
NEWS
configure.ac
debian/changelog
debian/patches/04_language_handling.patch

diff --git a/NEWS b/NEWS
index fbb42ce7bf842419b76080b6fc1ecf9607a6b5a7..7f87df81524a30b59b35b993161071dcbae7a7b2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Overview of changes in lightdm 1.15.1
+
+    * Fix default X server command set to XMir in 1.15.0.
+    * Internally merge the [SeatDefaults] and [Seat:*] sections together. The
+      previous method meant configuration snippets using a mix of old and new
+      naming would not correctly override eachother.
+    * Use IP address of XDMCP requests to contact X server if available.
+    * Add an option for XDMCP and VNC servers to only listen on one address.
+    * Fix configuration file warnings so they go to the log, not stderr.
+    * Warn if deprecated options logind-load-seats or xdg-seat are in
+      configuration.
+    * Improve IP addresses in XDMCP log messages.
+    * Fix typo in dm-tool man page.
+
 Overview of changes in lightdm 1.15.0
 
     * Deprecate [SeatDefaults] in favour of [Seat:*]
index 9a7b0be9d52b3170155e8d77e3a2fb5b7c65017f..fc01ee722ded6966cd1407dd52bdb2c26719ee7b 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(lightdm, 1.15.0)
+AC_INIT(lightdm, 1.15.1)
 AC_CONFIG_MACRO_DIR(m4)
 AC_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
index aae7742b614fb09eb1f58dc7b839e2c92f429c02..0c827a676f65b3484894de2fbb62a30442172627 100644 (file)
@@ -1,3 +1,22 @@
+lightdm (1.15.1-0ubuntu1) wily; urgency=medium
+
+  * New upstream release:
+    - Fix default X server command set to XMir in 1.15.0.
+    - Internally merge the [SeatDefaults] and [Seat:*] sections together. The
+      previous method meant configuration snippets using a mix of old and new
+      naming would not correctly override eachother.
+    - Use IP address of XDMCP requests to contact X server if available.
+      (LP: #1481561)
+    - Add an option for XDMCP and VNC servers to only listen on one address.
+      (LP: #1390808)
+    - Fix configuration file warnings so they go to the log, not stderr.
+    - Warn if deprecated options logind-load-seats or xdg-seat are in
+      configuration. (LP: #1468057)
+    - Improve IP addresses in XDMCP log messages.
+    - Fix typo in dm-tool man page. (LP: #1470587)
+
+ -- Robert Ancell <robert.ancell@canonical.com>  Wed, 05 Aug 2015 16:53:39 +1200
+
 lightdm (1.15.0-0ubuntu1) wily; urgency=medium
 
   * New upstream release:
index 67d1c67350c0a2c2749c0bc24e24baf93530e4df..f50fdfc40c6573b260d44cb4c4cc212b89bea62f 100644 (file)
@@ -75,7 +75,7 @@ Index: trunk/src/seat.c
 ===================================================================
 --- trunk.orig/src/seat.c
 +++ trunk/src/seat.c
-@@ -997,7 +997,7 @@ configure_session (Session *session, Ses
+@@ -999,7 +999,7 @@ configure_session (Session *session, Ses
      }
      if (language && language[0] != '\0')
      {