[svn] GnuPG - r5426 - branches/STABLE-BRANCH-2-0/g10
svn author wk
cvs at cvs.gnupg.org
Tue Sep 28 15:21:43 CEST 2010
Author: wk
Date: 2010-09-28 15:21:42 +0200 (Tue, 28 Sep 2010)
New Revision: 5426
Modified:
branches/STABLE-BRANCH-2-0/g10/ChangeLog
branches/STABLE-BRANCH-2-0/g10/keyedit.c
Log:
fix for bug1234.
Modified: branches/STABLE-BRANCH-2-0/g10/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-2-0/g10/ChangeLog 2010-09-28 10:07:30 UTC (rev 5425)
+++ branches/STABLE-BRANCH-2-0/g10/ChangeLog 2010-09-28 13:21:42 UTC (rev 5426)
@@ -1,5 +1,8 @@
2010-09-28 Werner Koch <wk at g10code.com>
+ * keyedit.c (show_key_with_all_names): Make revocation hint
+ cleared. Fixes bug#1234.
+
* call-agent.c (hash_algo_option): New.
(agent_scd_pksign): Use it.
Modified: branches/STABLE-BRANCH-2-0/g10/keyedit.c
===================================================================
--- branches/STABLE-BRANCH-2-0/g10/keyedit.c 2010-09-28 10:07:30 UTC (rev 5425)
+++ branches/STABLE-BRANCH-2-0/g10/keyedit.c 2010-09-28 13:21:42 UTC (rev 5426)
@@ -2809,7 +2809,8 @@
{
char *user=get_user_id_string_native(pk->revoked.keyid);
const char *algo = gcry_pk_algo_name (pk->revoked.algo);
- tty_printf(_("This key was revoked on %s by %s key %s\n"),
+ tty_printf (_("The following key was revoked on"
+ " %s by %s key %s\n"),
revokestr_from_pk(pk),algo?algo:"?",user);
xfree(user);
}
More information about the Gnupg-commits
mailing list