diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-11-18 21:26:44 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-11-18 21:26:44 -0500 |
commit | 4261a92124838ea40b12971e21cba8e367769f0b (patch) | |
tree | 2d54c86bb27d9950a87b7642ca142d1d6b844181 | |
parent | 31c28acc8f7a4cb1bc08e1f7852fc292c67030fe (diff) |
0.6.280.6.28
-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.28 +================= + +* Fix act_user_manager_delete_user_finish +* Fix handling of LoginTime and LoginHistory properties + +Changes in 0.6.27 +================= + +* Fix warnings when the singleton user manager object is finalized +* Generated docs for libaccountsservice +* Initialize local_acount to TRUE +* Add async api for user creation, caching and deletion + Changes in 0.6.26 ================= diff --git a/configure.ac b/configure.ac index 805ed41..2b8047d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([AccountsService],[0.6.27]) +AC_INIT([AccountsService],[0.6.28]) AM_INIT_AUTOMAKE(no-dist-gzip dist-xz tar-ustar foreign) GETTEXT_PACKAGE=accounts-service |