summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2012-04-04 17:04:46 +1000
committerRobert Ancell <robert.ancell@canonical.com>2012-04-04 17:04:46 +1000
commitae1f899f2eef4775b90812fae69b0ce02943dade (patch)
tree11629ab3420fa63a69d7e2aac35b40e6d97a088b
parent056c77f97a82321d6ecfc759b67dc1f1e245a36e (diff)
downloadlightdm-ae1f899f2eef4775b90812fae69b0ce02943dade.tar.gz
Update NEWS and bump version
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4ed8bc70..bcef22eb 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 495462fd..499609bd 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.1.9)
+AC_INIT(lightdm, 1.2.0)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE