mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* NEWS: Clarify the cURL keyserver changes, and add a note about gpg-zip.
* configure.ac: Remove the backsig configure options since this is all done at runtime now.
This commit is contained in:
parent
6c4e740a59
commit
21eea5be5e
3 changed files with 18 additions and 17 deletions
16
NEWS
16
NEWS
|
@ -2,13 +2,14 @@ Noteworthy changes in version 1.4.3
|
|||
------------------------------------------------
|
||||
|
||||
* If available, cURL-based keyserver helpers are built that can
|
||||
retrieve keys using any protocol that cURL supports. This
|
||||
includes HKP as well as all protocols that cURL can handle
|
||||
retrieve keys using HKP or any protocol that cURL supports
|
||||
(HTTP, HTTPS, FTP, FTPS, etc). If cURL is not available, HKP
|
||||
and HTTP are still supported using the included code. To force
|
||||
building the old keyserver helpers, use the configure option
|
||||
--enable-old-keyserver-helpers. Note that none of this affects
|
||||
finger or LDAP support, which are unchanged.
|
||||
and HTTP are still supported using a built-in cURL emulator. To
|
||||
force building the old pre-cURL keyserver helpers, use the
|
||||
configure option --enable-old-keyserver-helpers. Note that none
|
||||
of this affects finger or LDAP support, which are unchanged.
|
||||
Note also that a future version of GnuPG will remove the old
|
||||
keyserver helpers altogether.
|
||||
|
||||
* Implemented Public Key Association (PKA) trust model option.
|
||||
This is an optional trust model on top of the standard ones. It
|
||||
|
@ -16,6 +17,9 @@ Noteworthy changes in version 1.4.3
|
|||
associate a mail address with an OpenPGP key. See: XXXX for a
|
||||
description.
|
||||
|
||||
* Added "gpg-zip", a program to create encrypted archives that can
|
||||
interoperate with PGP Zip.
|
||||
|
||||
|
||||
Noteworthy changes in version 1.4.2 (2005-07-26)
|
||||
------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue