diff options
author | Stef Walter <stefw@gnome.org> | 2013-03-18 08:28:09 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-03-18 08:28:09 +0100 |
commit | 2ce9891defcab2e01f76367d550322cbe8c595b0 (patch) | |
tree | f8dbfc98a91cd29189872a47d9bccb549802e485 | |
parent | 7caefe384b52ade8f918543ca6c4146ded7fc9e6 (diff) |
Release version 3.7.92
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Changes in version 3.7.92 are: + * Update introspection data of Collection.SearchItems() [#695115] + * Update the Item.Created and Item.Modified properties correctly [#695052] + * Updated translations + * Build fixes + Changes in version 3.7.91 are: * Remove the roots-store module replaced by p11-kit 0.16+ trust module * Only return one object path list from Collection.SearchItems() [#695115] diff --git a/configure.ac b/configure.ac index 88e1524b..d51a68c9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT(daemon/gkd-main.c) -AM_INIT_AUTOMAKE(gnome-keyring, 3.7.91) +AM_INIT_AUTOMAKE(gnome-keyring, 3.7.92) AC_CONFIG_HEADERS(config.h) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |