diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-06-11 10:18:20 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-06-11 10:18:20 -0400 |
commit | 4c1daa521eff32daa20747af01369e6d0d5b7d02 (patch) | |
tree | c792c8f53e5f6aa25aa595fcda5088cf5551ebc6 | |
parent | 8d2c6d3debf295c99dd228bf56922a89304ebe93 (diff) |
0.6.330.6.33
-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 |