summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog9
3 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9d183bb1..3ff41977 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in lightdm 1.19.4
+
+ * Fix various issues in new in-session greeter code
+ * Fix user list memory management exposed by use of in-session greeters
+ * Fix some spurious warnings in the log
+
Overview of changes in lightdm 1.19.3
* Fix in-session greeters not working for greeter logins
diff --git a/configure.ac b/configure.ac
index c43271e5..d0a0f178 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.3)
+AC_INIT(lightdm, 1.19.4)
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 8246ae7b..a916ccbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+lightdm (1.19.4-0ubuntu1) yakkety; urgency=medium
+
+ * New upstream release:
+ - Fix various issues in new in-session greeter code
+ - Fix user list memory management exposed by use of in-session greeters
+ - Fix some spurious warnings in the log
+
+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 12 Aug 2016 11:07:57 +1200
+
lightdm (1.19.3-0ubuntu1) yakkety; urgency=medium
* New upstream release: