diff options
-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 |