[svn] GnuPG - r4078 - trunk/g10
svn author wk
cvs at cvs.gnupg.org
Wed Mar 22 17:44:00 CET 2006
Author: wk
Date: 2006-03-22 17:43:59 +0100 (Wed, 22 Mar 2006)
New Revision: 4078
Modified:
trunk/g10/ChangeLog
trunk/g10/misc.c
trunk/g10/sig-check.c
Log:
Changed URLs
Modified: trunk/g10/ChangeLog
===================================================================
--- trunk/g10/ChangeLog 2006-03-22 14:37:53 UTC (rev 4077)
+++ trunk/g10/ChangeLog 2006-03-22 16:43:59 UTC (rev 4078)
@@ -1,3 +1,8 @@
+2006-03-22 Werner Koch <wk at g10code.com>
+
+ * sig-check.c (signature_check2): Changed warning URL to include faq.
+ * misc.c (idea_cipher_warn): Ditto.
+
2006-03-22 David Shaw <dshaw at jabberwocky.com>
* mainproc.c (get_pka_address): Fix bug introduced as part of
Modified: trunk/g10/misc.c
===================================================================
--- trunk/g10/misc.c 2006-03-22 14:37:53 UTC (rev 4077)
+++ trunk/g10/misc.c 2006-03-22 16:43:59 UTC (rev 4078)
@@ -445,8 +445,8 @@
if(!warned || show)
{
log_info(_("the IDEA cipher plugin is not present\n"));
- log_info(_("please see http://www.gnupg.org/why-not-idea.html "
- "for more information\n"));
+ log_info(_("please see %s for more information\n"),
+ "http://www.gnupg.org/faq/why-not-idea.html");
warned=1;
}
}
Modified: trunk/g10/sig-check.c
===================================================================
--- trunk/g10/sig-check.c 2006-03-22 14:37:53 UTC (rev 4077)
+++ trunk/g10/sig-check.c 2006-03-22 16:43:59 UTC (rev 4078)
@@ -101,7 +101,7 @@
log_info(_("WARNING: signing subkey %s is not"
" cross-certified\n"),keystr_from_pk(pk));
log_info(_("please see %s for more information\n"),
- "http://www.gnupg.org/subkey-cross-certify.html");
+ "http://www.gnupg.org/faq/subkey-cross-certify.html");
/* --require-cross-certification makes this warning an
error. TODO: change the default to require this
after more keys have backsigs. */
More information about the Gnupg-commits
mailing list