summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2016-05-05 12:40:16 +1200
committerRobert Ancell <robert.ancell@canonical.com>2016-05-05 12:40:16 +1200
commitfe454471e9562498ffcff22bb854645f0f528419 (patch)
treeec905319258f35cab42a85db8cb86ffb3625ab50
parent0f2b326f1c8dd734ebd73c1a80da6e87ebd5061a (diff)
downloadlightdm-git-1.19.0.tar.gz
Releasing 1.19.01.19.0
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog17
3 files changed, 29 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cb15c853..4f5e3260 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Overview of changes in lightdm 1.19.0
+
+ * Use /dev/tty0 instead of /dev/console for VT operations
+ * Don't quit on SIGUSR1, SIGUSR2 or SIGHUP
+ * Improve XDMCP IPv6 address selection
+ * Set XDMCP hostname field in to system hostname or configured value
+ * Allow fcitx and mozc to run in guest session
+ * Fix lxsession running in guest sessiono
+ * Drop support for legacy XMir
+ * Fix g_spawn compiler warning
+
Overview of changes in lightdm 1.18.0
* Small documentation fixes
diff --git a/configure.ac b/configure.ac
index 6c6a81c9..2e506125 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.18.0)
+AC_INIT(lightdm, 1.19.0)
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 c22b3162..2c97bdf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+lightdm (1.19.0-0ubuntu1) yakkety; urgency=medium
+
+ * New upstream release:
+ - Use /dev/tty0 instead of /dev/console for VT operations (LP: #1566073)
+ - Don't quit on SIGUSR1, SIGUSR2 or SIGHUP (LP: #960157)
+ - Improve XDMCP IPv6 address selection (LP: #1575200)
+ - Set XDMCP hostname field in to system hostname or configured value
+ (LP: #1578442)
+ - Allow fcitx and mozc to run in guest session (LP: #1509829)
+ - Fix lxsession running in guest session
+ - Drop support for legacy XMir
+ - Fix g_spawn compiler warning
+ * debian/rules:
+ - Fix usage of dh_installinit (LP: #1292990)
+
+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 05 May 2016 12:23:45 +1200
+
lightdm (1.18.0-0ubuntu2) xenial; urgency=medium
* debian/control: