summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2016-09-30 16:37:35 +1300
committerRobert Ancell <robert.ancell@canonical.com>2016-09-30 16:37:35 +1300
commita2aea86cb0f34815a9b440835398f96b52a736c5 (patch)
treea8ea16e864f39ecd6ce545c2d738a9114d139314
parentfc2a149ec4878077872b1a24da3ebecae34be8cd (diff)
downloadlightdm-git-a2aea86cb0f34815a9b440835398f96b52a736c5.tar.gz
Releasing 1.19.51.19.5
-rw-r--r--NEWS8
-rw-r--r--configure.ac4
-rw-r--r--debian/changelog16
3 files changed, 26 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3ff41977..ea3224b0 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 5a0a6538..9b599321 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.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
diff --git a/debian/changelog b/debian/changelog
index a916ccbb..24256833 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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: