seahorse r2324 - in trunk: . pkcs11 po



Author: nnielsen
Date: Mon Aug  4 01:43:40 2008
New Revision: 2324
URL: http://svn.gnome.org/viewvc/seahorse?rev=2324&view=rev

Log:
	* configure.in:
	* NEWS:
	* README: Release 2.23.6



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/README
   trunk/pkcs11/Makefile.am
   trunk/po/ChangeLog
   trunk/po/POTFILES.in
   trunk/po/POTFILES.skip

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Aug  4 01:43:40 2008
@@ -1,3 +1,14 @@
+seahorse 2.23.6
+---------------
+
+    * Initial PKCS#11 certificate listing implementation.
+    * Internal code refactoring.
+    * Fix problems with reference counting on operations.
+    * Use base64 functions in glib, rather than rolling our own.
+    * Don't use deprecated LDAP functions. [Adam Schreiber]
+    * String operation fixes. [Adam Schreiber]
+    * Build fixes [Jeff Cai]
+
 seahorse 2.23.5
 ---------------
 

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Mon Aug  4 01:43:40 2008
@@ -1,5 +1,5 @@
 Seahorse: a Gnome encryption interface.
-This describes version 2.23.5
+This describes version 2.23.6
 
 Seahorse is a graphical interface for managing and using encryption keys. 
 Currently it supports PGP keys (using GPG/GPGME) and SSH keys. Its goal is to 

Modified: trunk/pkcs11/Makefile.am
==============================================================================
--- trunk/pkcs11/Makefile.am	(original)
+++ trunk/pkcs11/Makefile.am	Mon Aug  4 01:43:40 2008
@@ -53,6 +53,8 @@
 glade_DATA = 
 
 EXTRA_DIST = \
+	gp11.vapi \
+	p11.vapi \
 	$(glade_DATA) \
 	vala-build.stamp \
 	$(VALA_CFILES) $(VALA_HFILES) \

Modified: trunk/po/POTFILES.in
==============================================================================
--- trunk/po/POTFILES.in	(original)
+++ trunk/po/POTFILES.in	Mon Aug  4 01:43:40 2008
@@ -32,6 +32,8 @@
 libseahorse/seahorse-validity.c
 libseahorse/seahorse-widget.c
 libcryptui/cryptui.c
+pkcs11/seahorse-pkcs11-certificate.vala
+pkcs11/seahorse-pkcs11-source.vala
 pgp/seahorse-add-subkey.glade
 pgp/seahorse-add-uid.glade
 pgp/seahorse-expires.glade

Modified: trunk/po/POTFILES.skip
==============================================================================
--- trunk/po/POTFILES.skip	(original)
+++ trunk/po/POTFILES.skip	Mon Aug  4 01:43:40 2008
@@ -1,4 +1,6 @@
 gkr/seahorse-gkr-commands.c
+pkcs11/seahorse-pkcs11-certificate.c
+pkcs11/seahorse-pkcs11-source.c
 pgp/seahorse-pgp-commands.c
 pgp/seahorse-pgp-generator.c
 src/seahorse.desktop.in



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