]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Releasing 1.7.7
authorRobert Ancell <robert.ancell@canonical.com>
Mon, 22 Jul 2013 23:04:21 +0000 (11:04 +1200)
committerRobert Ancell <robert.ancell@canonical.com>
Mon, 22 Jul 2013 23:04:21 +0000 (11:04 +1200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 5a26a77b74304ac95cdd024db74e34ce62b94c92..a8d6e272e2325054971596ad19a68fdc7afb96af 100644 (file)
--- 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.
index bed98673920dcbbb8a04dbebc7ca3dcf56e67848..728557ef381f1e6c9df064c2591189d986611fab 100644 (file)
@@ -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])