gnome-keyring r1589 - in trunk: . gcr/tests po
- From: nnielsen svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-keyring r1589 - in trunk: . gcr/tests po
- Date: Sat, 14 Feb 2009 18:17:01 +0000 (UTC)
Author: nnielsen
Date: Sat Feb 14 18:17:01 2009
New Revision: 1589
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1589&view=rev
Log:
Release version 2.25.91
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/gcr/tests/unit-test-certificate.c
trunk/po/ChangeLog
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Sat Feb 14 18:17:01 2009
@@ -1,4 +1,20 @@
Changes in version 2.25.90 are:
+* Complete certificate details display in the gcr library.
+* Correctly escape prompt markup. [Joe Shaw, Magnus Boman]
+* Show correct MD5 hash in certificate display. [Fabrizio Tarizzo]
+* Overhaul the secure memory allocator to have memory guards,
+ and also be more sparing with secure memory.
+* Add C++ header guards to public headers. [Xan Lopez]
+* Prompt to initialize new PKCS#11 tokens with a password.
+* Fix output of RSA keys to be interoperable.
+* Translation fixes.
+* Fix problems importing certificates and keys.
+* More code reorganization.
+* Add support for netscape trust objects, so Root CA certificates
+ can be trusted by NSS.
+* Fixes to the PKCS#11 headers on 64-bit systems. [Christophe Fergeau]
+
+Changes in version 2.25.90 are:
* Add certificate UI bit to gcr library.
* Can now again clear the cached authentication from an SSH key.
* Add some additional helper functions to gp11 library.
Modified: trunk/gcr/tests/unit-test-certificate.c
==============================================================================
--- trunk/gcr/tests/unit-test-certificate.c (original)
+++ trunk/gcr/tests/unit-test-certificate.c Sat Feb 14 18:17:01 2009
@@ -134,7 +134,7 @@
{
gchar *print = gcr_certificate_get_fingerprint_hex (certificate, G_CHECKSUM_MD5);
g_assert (print);
- g_assert_cmpstr (print, ==, "a26f53b7ee40db4a68e7fa18d9104b72");
+ g_assert_cmpstr (print, ==, "A2 6F 53 B7 EE 40 DB 4A 68 E7 FA 18 D9 10 4B 72");
g_free (print);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]