summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2010-09-12 19:36:37 +0000
committerStef Walter <stef@memberwebs.com>2010-09-12 19:36:37 +0000
commit10cfc8e7bf03433fe03206d0f4e330b1deed36cd (patch)
treef2b49d8d70604b597cdbe375e0d181fd04b61c54
parentc596dc6943c61039d5bc5366e872397bd58f5c52 (diff)
downloadgnome-keyring-10cfc8e7bf03433fe03206d0f4e330b1deed36cd.tar.gz
Release version 2.31.92GNOME_KEYRING_2_31_92
-rw-r--r--Makefile.am7
-rw-r--r--NEWS19
-rw-r--r--egg/tests/test-data/echo-script.sh1
3 files changed, 25 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index d530f882..f6ef65e9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,10 @@ EXTRA_DIST = \
ChangeLog.old \
HACKING
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-tests
+DISTCHECK_CONFIGURE_FLAGS = \
+ --enable-gtk-doc \
+ --enable-tests \
+ --disable-debug
DISTCLEANFILES = \
intltool-extract \
@@ -68,4 +71,4 @@ coverage: check
$(LCOV) --directory . --capture --output-file testing/coverage.info
$(GENHTML) --output-directory testing/coverage testing/coverage.info
@echo "file://$(abs_top_builddir)/testing/coverage/index.html"
-endif \ No newline at end of file
+endif
diff --git a/NEWS b/NEWS
index 8abfbf21..99544106 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Changes in version 2.31.92 are:
+ * Require glib 2.25 or later.
+ * Require automake 1.7 or later.
+ * Fix assertion in secure memory code.
+ * Don't go into endless loop when GPG Agent client disconnects.
+ * Fix double free in gp11 library.
+ * Fix crash during keyring unlock operation.
+ * Expand prompt details when a non-default unlock option is chosen.
+ * Migrate to gsettings.
+ * Use gsettings for GPG agent unlock options.
+ * Fix library header installation directory for libgcr.
+ * Fix some errors parsing certificates.
+ * Rework how unlock options are loaded and handled.
+ * Fix saving of auto-unlock passwords.
+ * Support building with GTK+ 3.0
+ * No warning message when SSH unlock prompt is cancelled.
+ * Build fix finding PAM headers.
+ * Build fix of PAM module for Hurd.
+
Changes in version 2.31.91 are:
* Fix problem with keyring names that contain foreign charaters.
* Build fixes and warning fixes.
diff --git a/egg/tests/test-data/echo-script.sh b/egg/tests/test-data/echo-script.sh
index d3009fb7..aa0f7a93 100644
--- a/egg/tests/test-data/echo-script.sh
+++ b/egg/tests/test-data/echo-script.sh
@@ -8,4 +8,5 @@ while read line; do
echo "$count" >&2
done
echo $output
+sleep 1
exit 3