summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2014-05-16 10:52:58 +1200
committerRobert Ancell <robert.ancell@canonical.com>2014-05-16 10:52:58 +1200
commit2c84d68000134a5023e3a7e379705ff44793677e (patch)
treecd3b1a18f1782809c75c84b2613485bb28583529
parentf92c8aba62b16d277dc99a058ddad6a583831f00 (diff)
downloadlightdm-2c84d68000134a5023e3a7e379705ff44793677e.tar.gz
Releasing 1.11.21.11.2
-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])