summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-03-18 08:28:09 +0100
committerStef Walter <stefw@gnome.org>2013-03-18 08:28:09 +0100
commit2ce9891defcab2e01f76367d550322cbe8c595b0 (patch)
treef8dbfc98a91cd29189872a47d9bccb549802e485
parent7caefe384b52ade8f918543ca6c4146ded7fc9e6 (diff)
Release version 3.7.92
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d7b0edd0..fe4120ab 100644
--- a/NEWS
+++ b/NEWS
@@ -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])])