This commit is contained in:
Werner Koch 2006-02-06 18:31:27 +00:00
parent a5465705fb
commit ee3f99f4e4
4 changed files with 10 additions and 1 deletions

2
NEWS
View File

@ -4,6 +4,8 @@ Noteworthy changes in version 1.9.21
* [scdaemon] Support for keypads of some readers. Tested only with
SPR532. New option --disable-keypad.
* Support for CardMan 4040 PCMCIA reader.
Noteworthy changes in version 1.9.20 (2005-12-20)
-------------------------------------------------

View File

@ -1,5 +1,5 @@
/* ccid-driver.c - USB ChipCardInterfaceDevices driver
* Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
* Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
* Written by Werner Koch.
*
* This file is part of GnuPG.

View File

@ -1,3 +1,7 @@
2005-12-20 Werner Koch <wk@g10code.com>
* gpgconf-comp.c (gc_options_gpg): Add allow-pka-lookup.
2005-12-14 Werner Koch <wk@g10code.com>
* Makefile.am (bin_PROGRAMS): Build gpgparsemail.

View File

@ -600,6 +600,9 @@ static gc_option_t gc_options_gpg[] =
{ "keyserver", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC,
"gnupg", "|URL|use keyserver at URL",
GC_ARG_TYPE_STRING, GC_BACKEND_GPG },
{ "allow-pka-lookup", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC,
"gnupg", N_("allow PKA lookups (DNS requests)"),
GC_ARG_TYPE_NONE, GC_BACKEND_GPG },
GC_OPTION_NULL