diff options
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +Changes in 0.6.33 +================= + +* Keep track of non-graphical sessions (#65160) +* Forget obsolete sessions (#65159) +* Monitor wtmp for changes (#63159) +* Ignore non-user sessions (#701514) +* Rework system account handling (#64769) + - Never treat cached users as system accounts + - Add gdm, gnome-initial-setup users to blacklist + - Store system-account bit in key file + - Cache newly-created users explicitly + Changes in 0.6.32 ================= diff --git a/configure.ac b/configure.ac index 5c3fe70..eb8cc7f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([AccountsService],[0.6.32]) +AC_INIT([AccountsService],[0.6.33]) AM_INIT_AUTOMAKE(no-dist-gzip dist-xz tar-ustar foreign) GETTEXT_PACKAGE=accounts-service |