summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4f87c381..9384e7e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in lightdm 1.0.5
+
+ * Relax AppArmor guest profile to allow compiz to start
+ * Connect up VNC settings for width, height, depth
+
Overview of changes in lightdm 1.0.4
* Fix --enable-gtk-greeter=yes not working
diff --git a/configure.ac b/configure.ac
index 75aed173..a67e4403 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.0.4)
+AC_INIT(lightdm, 1.0.5)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE