summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2011-10-26 12:18:36 -0400
committerRobert Ancell <robert.ancell@canonical.com>2011-10-26 12:18:36 -0400
commit90a2b611280ec221d57ff97ea8b324ac089cb477 (patch)
tree9c46d6a446308d9a16efdc78491df3452fbd1730
parent7e841d936428ea23e2a15090a17491b9b28d1ff1 (diff)
downloadlightdm-git-90a2b611280ec221d57ff97ea8b324ac089cb477.tar.gz
Bump versionlightdm-1.0.5
-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