summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-07-01 15:35:36 +1200
committerRobert Ancell <robert.ancell@canonical.com>2013-07-01 15:35:36 +1200
commit82d9d9176f9fdf02b286a6833db3877dec27bb06 (patch)
tree66435b90df09e9eb4fb11d9b7d9525bdb5eb75b4
parent3332ead0f330ae202ba1b6734656298f61d6503d (diff)
downloadlightdm-git-1.7.4.tar.gz
Releasing 1.7.41.7.4
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d026227a..d29cd1a6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in lightdm 1.7.4
+
+ * Set XDG_SEAT and XDG_VTNR environment variables.
+ * Add initial support for Unity (i.e. Mir based) seats.
+ * Add a greeter wrapper option.
+
Overview of changes in lightdm 1.7.3
* Load configuration from /etc/lightdm/lightdm.conf.d.
diff --git a/configure.ac b/configure.ac
index 32488aa4..a9b56328 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.3)
+AC_INIT(lightdm, 1.7.4)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])