summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0f35f306..2a59250a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
==============
+Version 3.8.1
+==============
+
+- Use common pam stacks for openembedded
+- Only launch gnome-initial-setup if there are no user accounts
+- Check for logind, not for systemd
+- Translation updates
+
+==============
Version 3.8.0
==============
diff --git a/configure.ac b/configure.ac
index b369a702..b5eb0731 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gdm],
- [3.8.0],
+ [3.8.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gdm])
AC_CONFIG_SRCDIR([daemon/gdm-manager.c])