[gnome-keyring: 3/3] Release version 2.31.92



commit 10cfc8e7bf03433fe03206d0f4e330b1deed36cd
Author: Stef Walter <stef memberwebs com>
Date:   Sun Sep 12 19:36:37 2010 +0000

    Release version 2.31.92

 Makefile.am                        |    7 +++++--
 NEWS                               |   19 +++++++++++++++++++
 egg/tests/test-data/echo-script.sh |    1 +
 3 files changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index d530f88..f6ef65e 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 8abfbf2..9954410 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 d3009fb..aa0f7a9 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]