summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-10-16 15:54:44 +1300
committerRobert Ancell <robert.ancell@canonical.com>2013-10-16 15:54:44 +1300
commit692562a78369c8606ae9e35fd2ac3cb57b2b8137 (patch)
tree3904358096e323ef7a267e54745195c8423f74f2
parent0b94066c9638776b1adc1f2712f4be074f257021 (diff)
downloadlightdm-git-1.8.2.tar.gz
Releasing 1.8.21.8.2
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog8
3 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d102cad2..964a0492 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in lightdm 1.8.2
+
+ * Fix crash when starting with existing X servers. This was introduced in
+ rev 1651 (lightdm 1.7.0).
+
Overview of changes in lightdm 1.8.1
* Fix crash where Process objects are accessed after unref
diff --git a/configure.ac b/configure.ac
index 9fcfe519..575d7571 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.1)
+AC_INIT(lightdm, 1.8.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 eba0d26b..8f1bdf23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+lightdm (1.8.2-0ubuntu1) saucy; urgency=low
+
+ * New upstream release:
+ - Fix crash when starting with existing X servers. This was introduced in
+ rev 1651 (lightdm 1.7.0). (LP: #1231841)
+
+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 16 Oct 2013 15:46:40 +1300
+
lightdm (1.8.1-0ubuntu1) saucy; urgency=low
* New upstream release: