mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
.
This commit is contained in:
parent
a5465705fb
commit
ee3f99f4e4
2
NEWS
2
NEWS
@ -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)
|
||||
-------------------------------------------------
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user