]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Releasing 1.19.5
authorRobert Ancell <robert.ancell@canonical.com>
Fri, 30 Sep 2016 03:37:35 +0000 (16:37 +1300)
committerRobert Ancell <robert.ancell@canonical.com>
Fri, 30 Sep 2016 03:37:35 +0000 (16:37 +1300)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 3ff41977542dff3ba30c77aa13aeb6502de01bbc..ea3224b0eea6557017dff1bf1f7f3ba10b00899a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes in lightdm 1.19.5
+
+    * Fix errors in documentation generation
+    * Improve documentation
+    * Fix guest AppArmor profile to allow guest sessions more access to the
+      upstart session socket
+    * Fix small memory leak in liblightdm-gobject keyboard layout code
+
 Overview of changes in lightdm 1.19.4
 
     * Fix various issues in new in-session greeter code
index 5a0a6538f8b0465cddcce99430070fae62d3af5e..9b599321d6377d191ae78751c2751b3edc573a8f 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(lightdm, 1.19.4)
+AC_INIT(lightdm, 1.19.5)
 AC_CONFIG_MACRO_DIR(m4)
 AC_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
@@ -43,7 +43,7 @@ AC_CHECK_HEADERS(gcrypt.h, [], AC_MSG_ERROR(libgcrypt not found))
 AC_CHECK_FUNCS(setresgid setresuid clearenv)
 
 PKG_CHECK_MODULES(LIGHTDM, [
-    glib-2.0 >= 2.44
+    glib-2.0 >= 2.40
     gio-2.0 >= 2.26
     gio-unix-2.0
     xdmcp
index a916ccbbb736a7e79ee9d27b38b7abd314be635e..24256833d9aae53f83a6ff3f7932c5284188007c 100644 (file)
@@ -1,3 +1,19 @@
+lightdm (1.19.5-0ubuntu1) yakkety; urgency=medium
+
+  * New upstream release:
+    - Fix errors in documentation generation
+    - Improve documentation
+    - Fix guest AppArmor profile to allow guest sessions more access to the
+      upstart session socket (LP: #1627304)
+    - Fix small memory leak in liblightdm-gobject keyboard layout code
+  * debian/control:
+    - Drop duplicate dependency on gobject-introspection
+    - Alphabetically order dependencies
+  * debian/guest-session-auto.sh:
+    - Don't show guest session dialog in MATE (LP: #1627395)
+
+ -- Robert Ancell <robert.ancell@canonical.com>  Fri, 30 Sep 2016 14:56:00 +1300
+
 lightdm (1.19.4-0ubuntu1) yakkety; urgency=medium
 
   * New upstream release: