summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e47ca10e..5a26a77b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in lightdm 1.7.6
+
+ * Restore greeter hints that were regressed in 1.7.5.
+ * Don't run greeters through session wrapper - regression in 1.7.5
+
Overview of changes in lightdm 1.7.5
* Quit Plymouth correctly when using the unity seat type
diff --git a/configure.ac b/configure.ac
index a234d270..637a2d34 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.7.5)
+AC_INIT(lightdm, 1.7.6)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])