gnome-keyring r1192 - in trunk: . gp11 po



Author: nnielsen
Date: Mon Jul 21 22:24:57 2008
New Revision: 1192
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1192&view=rev

Log:
	* gp11/Makefile.am: 
	* configure.in:
	* NEWS: Release 2.23.5

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/gp11/Makefile.am
   trunk/po/ChangeLog

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Jul 21 22:24:57 2008
@@ -1,3 +1,18 @@
+Changes in version 2.23.5 are:
+* Load all SSH keys in ~/.ssh named id_?sa*, not just id_rsa 
+  and id_dsa. Also load public portions of keys when needed ie: *.pub
+* Include new GP11 library, which is a GLib wrapper for PKCS#11
+* Add ability to import keys/certificates to PKCS#11.
+* Better storage and creation of PKCS#11 objects.
+* Start using GTest for new unit testing.
+* Better indexing of keys and certificates.
+* Better buffer handling, and threading fixes. [Jon Burgress] 
+* Fix warnings in logs caused by programs checking whether 
+  gnome-keyring is available.
+* Standardize on libgcrypt random number generator. 
+* Add --disable-acl-prompts option to disable all ACL prompting [Colin Walters]
+* Build fixes. 
+
 Changes in version 2.22.2 are:
 * Streamline the importing of keys and make the proper prompts show up
   consistently. Better fixes for this to come in 2.24.x

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Jul 21 22:24:57 2008
@@ -1,6 +1,6 @@
 AC_INIT(library/gnome-keyring.h)
 
-AM_INIT_AUTOMAKE(gnome-keyring, 2.22.3)
+AM_INIT_AUTOMAKE(gnome-keyring, 2.23.5)
 AM_CONFIG_HEADER(config.h)
 	
 dnl ****************************************************************************

Modified: trunk/gp11/Makefile.am
==============================================================================
--- trunk/gp11/Makefile.am	(original)
+++ trunk/gp11/Makefile.am	Mon Jul 21 22:24:57 2008
@@ -48,7 +48,8 @@
 pkgconfig_DATA = gp11-$(GP11_MAJOR).pc
 
 EXTRA_DIST = \
-	gp11.pc.in
+	gp11.pc.in \
+	gp11-marshal.list
     
 DISTCLEANFILES = \
 	gp11-$(GP11_MAJOR).pc



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