gnome-keyring r1050 - in trunk: . common/tests keyrings/tests pk/tests pkix/tests po tests
- From: nnielsen svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-keyring r1050 - in trunk: . common/tests keyrings/tests pk/tests pkix/tests po tests
- Date: Mon, 11 Feb 2008 23:52:51 +0000 (GMT)
Author: nnielsen
Date: Mon Feb 11 23:52:50 2008
New Revision: 1050
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1050&view=rev
Log:
* NEWS: Release version 2.21.91
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/common/tests/Makefile.am
trunk/keyrings/tests/Makefile.am
trunk/pk/tests/Makefile.am
trunk/pkix/tests/Makefile.am
trunk/po/ChangeLog
trunk/tests/Makefile.am
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Feb 11 23:52:50 2008
@@ -1,6 +1,17 @@
+Changes in version 2.21.91 are:
+* Don't prompt for a password from the PAM module since
+ gnome-keyring is not an authenticator. [Ray Strode]
+* Check that PKCS#11 socket connections come from same user.
+* Don't lock the entire gnome-keyring-ask process in memory.
+ Just the password text. Works better when less non-pageable
+ memory is available.
+* Basic serializing of certificates and keys.
+* Build fixes.
+* Translation fixes.
+
Changes in version 2.21.90 are:
* Fix problem where most keyrings were being treated as insecure
-from the point of view of storing passwords for keys or certificates.
+ from the point of view of storing passwords for keys or certificates.
* Fix race condition that is causing deadlocks and freezes.
2008-01-14 Stef Walter <stef memberwebs com>
Modified: trunk/common/tests/Makefile.am
==============================================================================
--- trunk/common/tests/Makefile.am (original)
+++ trunk/common/tests/Makefile.am Mon Feb 11 23:52:50 2008
@@ -1,4 +1,3 @@
-
UNIT_AUTO = \
unit-test-secmem.c \
unit-test-unique.c \
Modified: trunk/keyrings/tests/Makefile.am
==============================================================================
--- trunk/keyrings/tests/Makefile.am (original)
+++ trunk/keyrings/tests/Makefile.am Mon Feb 11 23:52:50 2008
@@ -12,4 +12,6 @@
$(top_builddir)/ui/libgkr-ui.la \
$(top_builddir)/common/libgkr-common.la
+EXTRA_DIST = test-data
+
include $(top_srcdir)/tests/test.make
Modified: trunk/pk/tests/Makefile.am
==============================================================================
--- trunk/pk/tests/Makefile.am (original)
+++ trunk/pk/tests/Makefile.am Mon Feb 11 23:52:50 2008
@@ -13,6 +13,8 @@
$(top_builddir)/library/libgnome-keyring-common.la \
$(top_builddir)/common/libgkr-common.la
-EXTRA_DIST = check-attribute.c
+EXTRA_DIST = \
+ check-attribute.c \
+ test-data
include $(top_srcdir)/tests/test.make
Modified: trunk/pkix/tests/Makefile.am
==============================================================================
--- trunk/pkix/tests/Makefile.am (original)
+++ trunk/pkix/tests/Makefile.am Mon Feb 11 23:52:50 2008
@@ -19,6 +19,9 @@
$(top_builddir)/pkix/libgkr-pkix.la \
$(top_builddir)/common/libgkr-common.la
-EXTRA_DIST = test.asn
+EXTRA_DIST = \
+ test.asn \
+ test-data
include $(top_srcdir)/tests/test.make
+
Modified: trunk/tests/Makefile.am
==============================================================================
--- trunk/tests/Makefile.am (original)
+++ trunk/tests/Makefile.am Mon Feb 11 23:52:50 2008
@@ -1,5 +1,6 @@
EXTRA_DIST = \
+ ca-example \
cu-test \
test-helpers.c test-helpers.h \
prep-tests.sh \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]