summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-06-21 14:37:01 +1200
committerRobert Ancell <robert.ancell@canonical.com>2013-06-21 14:37:01 +1200
commit255b56697ca2d26fcbf6450abe2b448abc8e400a (patch)
tree4c037bf800565d4ad715b92f8c401d1cc25ab9a2
parent89b961f89049bda8aa2a0bb2b6f3ccf3a0fb0d0e (diff)
downloadlightdm-git-1.7.3.tar.gz
Releasing 1.7.31.7.3
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 09abd1ab..d026227a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in lightdm 1.7.3
+
+ * Load configuration from /etc/lightdm/lightdm.conf.d.
+ * Fix compile warnings
+ * Fix tests not running from install directory inside checkout.
+
Overview of changes in lightdm 1.7.2
* Fix incorrectly distributed guest-session apparmor data
diff --git a/configure.ac b/configure.ac
index 1575ed64..32488aa4 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.2)
+AC_INIT(lightdm, 1.7.3)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])