diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Changes in 0.6.38 +================= +* Fix polkit policy for non-desktop cases +* Fix for a race when new user appears +* Some clearer log and debug messages + Changes in 0.6.37 ================= * BSD fixes diff --git a/configure.ac b/configure.ac index f7706f4..42d395a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([AccountsService],[0.6.37]) +AC_INIT([AccountsService],[0.6.38]) AM_INIT_AUTOMAKE(no-dist-gzip dist-xz tar-ustar foreign) GETTEXT_PACKAGE=accounts-service |