]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Update NEWS and bump version
authorRobert Ancell <robert.ancell@canonical.com>
Wed, 4 Apr 2012 07:04:46 +0000 (17:04 +1000)
committerRobert Ancell <robert.ancell@canonical.com>
Wed, 4 Apr 2012 07:04:46 +0000 (17:04 +1000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 4ed8bc70cadc60c8edebe1ba662f236b1cbc5067..bcef22eba2d6daeb7edc1b6c172755ea32d5457a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,10 @@
-Overview of changes in lightdm 1.1.10
+Overview of changes in lightdm 1.2.0
 
     * Backup .xsession-errors on login
     * Handle failures in pam_setcred
+    * Open log files in append mode
+    * Add extra checks in liblightdm so that it doesn't send invalid messages
+      to the daemon
 
 Overview of changes in lightdm 1.1.9
 
index 495462fd282e1cb2583458ea23aa18ce439fc23a..499609bd2496c7447444ce84d6440638c907d443 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(lightdm, 1.1.9)
+AC_INIT(lightdm, 1.2.0)
 AC_CONFIG_MACRO_DIR(m4)
 AC_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE