summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-10-30 15:43:04 -0700
committerRobert Ancell <robert.ancell@canonical.com>2013-10-30 15:43:04 -0700
commit62750ba2ad024c32b6c6c46c5f4cf9a9638c1ec4 (patch)
tree3b5f3467f73e5f14df84432c4277201524285939
parent55ce183784a82224bb0a731f74b7b53cd7305240 (diff)
downloadlightdm-git-62750ba2ad024c32b6c6c46c5f4cf9a9638c1ec4.tar.gz
Releasing 1.9.21.9.2
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog9
3 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6795d791..6a4cf324 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in lightdm 1.9.2
+
+ * 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.9.1
* Correctly set $XDG_SESSION_CLASS for greeters. This was regressed in 1.7.5
diff --git a/configure.ac b/configure.ac
index 103fc09a..62cf1979 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.9.1)
+AC_INIT(lightdm, 1.9.2)
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 29d9a85e..3c35d09f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+lightdm (1.9.2-0ubuntu1) trusty; urgency=low
+
+ * New upstream release:
+ - Implement missing guest-wrapper functionality and enable it for Ubuntu.
+ - Update AppArmor scripts to work in Ubuntu 13.10.
+ (LP: #1243339)
+
+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 30 Oct 2013 15:35:23 -0700
+
lightdm (1.9.1-0ubuntu1) trusty; urgency=low
* New upstream release: