summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 84993204..327fbe3a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in lightdm 1.11.2
+
+ * Add liblightdm method to get user UID
+ * DBus-activate logind
+ * Check for libgcrypt at configure time
+
Overview of changes in lightdm 1.11.1
* Allow greeters to remain runing to reduce startup time when switching to a
diff --git a/configure.ac b/configure.ac
index 410ee53f..aadc9277 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.11.1)
+AC_INIT(lightdm, 1.11.2)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])