summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])