summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2019-05-17 16:54:08 +1200
committerRobert Ancell <robert.ancell@canonical.com>2019-05-17 16:54:08 +1200
commit170df31f7d9c00b049bdd158682472df915adeae (patch)
tree1f37ee6d9f132595ba932d8e071be5a4544f8641
parent287df545ea113ac0dc7629b6a6b8de3a1deb648a (diff)
downloadlightdm-git-lightdm-1-30.tar.gz
Releasing 1.30.01.30.0lightdm-1-30
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
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])