diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2013-07-23 11:04:21 +1200 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2013-07-23 11:04:21 +1200 |
commit | e7d20496246a38ec388a6be665c1a0154dab7478 (patch) | |
tree | 96b2cb84facb301737c176d638ec49a95f993ec9 | |
parent | f0e0f890b76a5f55fb637d2992431847e5a63e76 (diff) | |
download | lightdm-1.7.7.tar.gz |
Releasing 1.7.71.7.7
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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]) |