From 170df31f7d9c00b049bdd158682472df915adeae Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Fri, 17 May 2019 16:54:08 +1200 Subject: Releasing 1.30.0 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 29cfb50e..564c5625 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Overview of changes in lightdm 1.30.0 + + * Add lightdm_user_get_is_locked () + * Hide users with shell /bin/false + * Remove unity-system-compositor support (dead upstream) + * Fix dm-tool crash + * Update documentation + Overview of changes in lightdm 1.28.0 * Continue to shutdown session is removing X authority fails diff --git a/configure.ac b/configure.ac index 428485eb..462bff02 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.28.0) +AC_INIT(lightdm, 1.30.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