summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-07-23 11:04:21 +1200
committerRobert Ancell <robert.ancell@canonical.com>2013-07-23 11:04:21 +1200
commite7d20496246a38ec388a6be665c1a0154dab7478 (patch)
tree96b2cb84facb301737c176d638ec49a95f993ec9
parentf0e0f890b76a5f55fb637d2992431847e5a63e76 (diff)
downloadlightdm-1.7.7.tar.gz
Releasing 1.7.71.7.7
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5a26a77b..a8d6e272 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in lightdm 1.7.7
+
+ * Fix uninitialized pointer introduced in 1.7.3
+ * Enable compile warnings and fix code generating warnings
+
Overview of changes in lightdm 1.7.6
* Restore greeter hints that were regressed in 1.7.5.
diff --git a/configure.ac b/configure.ac
index bed98673..728557ef 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.6)
+AC_INIT(lightdm, 1.7.7)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])