summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2012-03-15 12:52:49 +1100
committerRobert Ancell <robert.ancell@canonical.com>2012-03-15 12:52:49 +1100
commit7f9937669a637dd89383d41e59c767364d23c38e (patch)
tree1c92ac5dbdb3ffbdd5cca76949257de1bfa2270f
parent97194d7f033a7e82d97ea16975b93672abc5aa8f (diff)
downloadlightdm-git-1.1.8.tar.gz
Update NEWS and version number1.1.8
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8cdc4ef2..fe1aa8a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Overview of changes in lightdm 1.1.8
+
+ * Handle PAM interactions that have more than one message in one callback
+
Overview of changes in lightdm 1.1.7
* Add a seat option greeter-allow-guest which controls if the greeter should
diff --git a/configure.ac b/configure.ac
index c9013948..a97cab9c 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.1.7)
+AC_INIT(lightdm, 1.1.8)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE