summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-04-14 15:02:10 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-04-14 15:02:10 -0400
commit0a874c2696e008a79e8bc4d6eb0a27b8723ded7b (patch)
tree9014fba05ffd5f32f916cbf528e7fd323462803a
parentb69da9dde6fd80e58097a36d44babaa41620596b (diff)
downloadgdm-0a874c2696e008a79e8bc4d6eb0a27b8723ded7b.tar.gz
3.4.13.4.1
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 94d6caf8..1f66243c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+=============
+Version 3.4.1
+=============
+- Fix various problems in the systemd support code
+- Omit locked users from the user list
+- Translation updates
+
==============
Version 3.4.0.1
==============
diff --git a/configure.ac b/configure.ac
index 33a58384..3b837d91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gdm],
- [3.4.0.1],
+ [3.4.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gdm])
AC_CONFIG_SRCDIR([daemon/gdm-manager.c])