diff options
author | David Shaw <[email protected]> | 2004-10-15 11:51:04 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-10-15 11:51:04 +0000 |
commit | c12b9b1f64a95fb511bf3f290c2fd9536c40e539 (patch) | |
tree | 499fd98b6fa008e8f5a29afaad3c438e33524c76 | |
parent | * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New. (diff) | |
download | gnupg-c12b9b1f64a95fb511bf3f290c2fd9536c40e539.tar.gz gnupg-c12b9b1f64a95fb511bf3f290c2fd9536c40e539.zip |
* NEWS: Note gpgkeys_finger, keyserver timeouts, and the direct trust
model.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 15 |
2 files changed, 18 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2004-10-15 David Shaw <[email protected]> + + * NEWS: Note gpgkeys_finger, keyserver timeouts, and the direct + trust model. + 2004-10-15 Werner Koch <[email protected]> * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New. @@ -1,15 +1,26 @@ Noteworthy changes in version 1.3.91 ------------------------------------------------- +------------------------------------------------- * A new configure option --enable-selinux-support disallows processing of confidential files used by gpg (e.g. secring.gpg). This helps writing ACLs for the SELinux kernel. + * Support for fetching keys via finger has been added. This is + useful for setting a preferred keyserver URL like + "finger:[email protected]". + + * Timeout support has been added to the keyserver helpers. This + allows users to set an upper limit on how long to wait for the + keyserver before giving up. + + * New "direct" trust model where users can set key validity + directly if they do not want to participate in the web of trust. + * Minor bug fixes, code and string cleanups. Noteworthy changes in version 1.3.90 (2004-10-01) ------------------------------------------------- +------------------------------------------------- * Readline support at all prompts is now available if the systems provides a readline library. The build time option |