summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog10
3 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6bd0873b..44f3d8c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in lightdm 1.21.1
+
+ * Fix greeters crashing with unknown configuration keys (regression from
+ 1.12.0)
+ * Add an API verison to the greeter-daemon protocol for future enhancements
+ * More regression tests
+
Overview of changes in lightdm 1.21.0
* Add liblightdm functions for getting OS release information and the
diff --git a/configure.ac b/configure.ac
index ae29e461..40a79e22 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.21.0)
+AC_INIT(lightdm, 1.21.1)
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 7871ba05..3c789002 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+lightdm (1.21.1-0ubuntu1) zesty; urgency=medium
+
+ * New upstream release:
+ - Fix greeters crashing with unknown configuration keys (regression from
+ 1.12.0) (LP: #1643276)
+ - Add an API verison to the greeter-daemon protocol for future enhancements
+ - More regression tests
+
+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 23 Nov 2016 09:47:00 +1300
+
lightdm (1.21.0-0ubuntu1) zesty; urgency=medium
* New upstream release: