summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-06-11 10:18:20 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-06-11 10:18:20 -0400
commit4c1daa521eff32daa20747af01369e6d0d5b7d02 (patch)
treec792c8f53e5f6aa25aa595fcda5088cf5551ebc6
parent8d2c6d3debf295c99dd228bf56922a89304ebe93 (diff)
downloadaccountsservice-4c1daa521eff32daa20747af01369e6d0d5b7d02.tar.gz
0.6.330.6.33
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 402b82e..b98281a 100644
--- a/NEWS
+++ b/NEWS
@@ -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