diff options
-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 |