summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 67fdd93b..3b06afa4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Overview of changes in lightdm 1.7.9
+
+ * Correctly set XDG_VTNR for unity sessions that are not autologin.
+
Overview of changes in lightdm 1.7.8
* Add support for Mir sessions and greeters.
diff --git a/configure.ac b/configure.ac
index 2805f52b..f5edbf85 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.8)
+AC_INIT(lightdm, 1.7.9)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])