From 712a0254baf2bedf0370affbb3b54bc68c2aafc2 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Thu, 30 Aug 2018 14:15:01 +1200 Subject: Releasing 1.28.0 --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e063b53b..29cfb50e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Overview of changes in lightdm 1.28.0 + + * Continue to shutdown session is removing X authority fails + * Set XDG_SEAT env variable in script hooks + * Fix small leak in XDMCP server + * liblightdm-qt: mark class PowerInterface as exported + * Fix one qt5 test being run instead of a qt4 one + * Remove use of deprecated g_type_class_add_private + * Modernize private data in objects + * Document XDG_SEAT_PATH in man page + * Fix install failing if link already exists + * Remove bashisms in configure.ac + Overview of changes in lightdm 1.26.0 * No changes from 1.25.2 diff --git a/configure.ac b/configure.ac index 9fb1f8c8..428485eb 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.26.0) +AC_INIT(lightdm, 1.28.0) AC_CONFIG_MACRO_DIR(m4) AC_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign]) -- cgit v1.2.1