summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog9
3 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7e2bc9c8..d102cad2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Overview of changes in lightdm 1.8.1
+
+ * Fix crash where Process objects are accessed after unref
+
Overview of changes in lightdm 1.8.0
* Add regression test for corrupt X authority files.
diff --git a/configure.ac b/configure.ac
index 116c2001..9fcfe519 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.0)
+AC_INIT(lightdm, 1.8.1)
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 3cb9e8d5..eba0d26b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,14 @@
+lightdm (1.8.1-0ubuntu1) saucy; urgency=low
+
+ * New upstream release:
+ - Fix crash where Process objects are accessed after unref (LP: #1207935)
+
+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 10 Oct 2013 20:34:13 +1300
+
lightdm (1.8.0-0ubuntu1) saucy; urgency=low
+ * New upstream release:
+ - Add regression test for corrupt X authority files.
* debian/lightdm-session:
- Handle xrdb, setxkbmap and xmodmap not being installed (LP: #1236317)