diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2018-08-30 14:15:01 +1200 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2018-08-30 14:15:01 +1200 |
commit | 712a0254baf2bedf0370affbb3b54bc68c2aafc2 (patch) | |
tree | 5e4d42f9d3c3e8058597025fbfa930392d504083 | |
parent | 816e36cf5d34930e2e6cba24ad2828026547b2d7 (diff) | |
download | lightdm-git-712a0254baf2bedf0370affbb3b54bc68c2aafc2.tar.gz |
Releasing 1.28.01.28.0
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -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]) |