summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-04-17 09:01:28 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-04-17 09:01:28 -0400
commit2a7f91a633603c98b691226fa66bc14081df6081 (patch)
tree68025d2c95a7c2970a9b80a46c5a954a8e70fbe7
parent3f27de79f65e3a3108330712957835d7ba5e513c (diff)
downloadgdm-2a7f91a633603c98b691226fa66bc14081df6081.tar.gz
3.8.1.13.8.1.1
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2a59250a..00d61dba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+===============
+Version 3.8.1.1
+===============
+
+- Fix a race with accountsservice D-Bus calls that was leading
+ to crashes
+
==============
Version 3.8.1
==============
diff --git a/configure.ac b/configure.ac
index b5eb0731..8ed048a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gdm],
- [3.8.1],
+ [3.8.1.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gdm])
AC_CONFIG_SRCDIR([daemon/gdm-manager.c])