summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-04-15 17:05:54 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-04-15 17:05:54 -0400
commit066a7a79f963487aaf24e9227336e355d101e1f6 (patch)
treec0c31146a0d31a43645231823b29775ba64d2caa
parent7cb6c1b9fab8334f495b368b4870fb395ce9c3a3 (diff)
downloadgdm-066a7a79f963487aaf24e9227336e355d101e1f6.tar.gz
3.8.13.8.1
-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])