summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-10-31 12:12:42 -0700
committerRobert Ancell <robert.ancell@canonical.com>2013-10-31 12:12:42 -0700
commitae744807e6736842d8b96c30f9b89447a9a0f4cd (patch)
tree2199885505e682c9748b24f1a8087f2490faa13c
parent0388fb651fdf30b4555543c334ea1d63246547b1 (diff)
downloadlightdm-git-1.8.4.tar.gz
Releasing 1.8.41.8.4
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog4
3 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index a6bf94f6..d433c963 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in lightdm 1.8.4
+
+ * Implement missing guest-wrapper functionality and enable it for Ubuntu.
+ * Update AppArmor scripts to work in Ubuntu 13.10.
+
Overview of changes in lightdm 1.8.3
* Correctly set $XDG_SESSION_CLASS for greeters. This was regressed in 1.7.5
diff --git a/configure.ac b/configure.ac
index e3e76f23..abf75386 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.8.3)
+AC_INIT(lightdm, 1.8.4)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
diff --git a/debian/changelog b/debian/changelog
index 747627e2..2013ed82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-lightdm (1.8.4-0ubuntu1) UNRELEASED; urgency=low
+lightdm (1.8.4-0ubuntu1) saucy; urgency=low
* debian/50-guest-wrapper.conf:
- Configure guest session wrapper to use
- -- Robert Ancell <robert.ancell@canonical.com> Sun, 27 Oct 2013 17:34:20 +1300
+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 31 Oct 2013 12:01:53 -0700
lightdm (1.8.3-0ubuntu1) saucy; urgency=low