diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-09-04 16:08:42 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-09-04 16:11:27 -0400 |
commit | b6dfc65d380774d0a2ea74fa757ee89bed92a368 (patch) | |
tree | 1483c99f44878a15152f67771164fd57ca73b764 | |
parent | 6f5602c365303152b1c74c5449bc3d0b35da876b (diff) |
0.6.140.6.14
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,17 @@ +Changes in 0.6.14 +================= + +* ignore extraneous SetAutomaticLogin(false) calls for a user + +* monitor /etc/gdm/custom.conf for changes in autologin config + +* fix fast user switching + +* fix docs to build + +* translation updates + + Changes in 0.6.13 ================= diff --git a/configure.ac b/configure.ac index 2874ef8..636ebcc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([AccountsService],[0.6.13]) +AC_INIT([AccountsService],[0.6.14]) AM_INIT_AUTOMAKE(no-dist-gzip dist-xz tar-ustar foreign) GETTEXT_PACKAGE=accounts-service |