summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ed46e12c..fad00e31 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes in version 3.1.91 are:
+ * gcr-viewer will now display errors when failing to load a file.
+ * gcr-viewer can now prompt for passwords to unlock files
+ * Add support for getting the current data block being parsed in GcrParser.
+ * Add debug output to various points in the GCR and GCK libraries.
+ * When replacing another gnome-keyring-daemon, wait a moment before initializing.
+ * Fix GCR library initialization bugs loading PKCS#11 modules.
+ * Fine tuning of GcrParser when parsing PKCS#12 files.
+ * Build and packaging fixes
+ * Updated translations
+
Changes in version 3.1.90 are:
* Install better xdg-mime files for identifying crypto related file types
* New gcr-viewer for viewing certificates and keys, hooked up to file types
diff --git a/configure.ac b/configure.ac
index 9e19a721..f2ec06c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_INIT(daemon/gkd-main.c)
-AM_INIT_AUTOMAKE(gnome-keyring, 3.1.90)
+AM_INIT_AUTOMAKE(gnome-keyring, 3.1.91)
AM_CONFIG_HEADER(config.h)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])