diff options
author | Werner Koch <[email protected]> | 2014-10-03 18:19:08 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-10-03 18:19:08 +0000 |
commit | 0c52bfa3955b629038a6ac42c48356b88fce181e (patch) | |
tree | 10d482f7f2feebaaf3d0c974768138d0fa1a468e | |
parent | Release 2.1.0-beta864. (diff) | |
download | gnupg-0c52bfa3955b629038a6ac42c48356b88fce181e.tar.gz gnupg-0c52bfa3955b629038a6ac42c48356b88fce181e.zip |
doc: Minor fix.
--
Due to todays reminder:
On Tue 2014-04-22 18:46:15 -0400, Daniel Kahn Gillmor wrote:
> With --trust-model=always, all keys and user IDs are considered
> automatically valid; they are not automatically trusted (setting
> universal ownertrust to anything other than "ultimate" would be
> insufficient to acheive the effect of --trust-model=always, due to
> --max-cert-depth and certificate path reachability).
>
> Thanks to Nicolai Josuttis for pointing out this documentation
error.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | doc/gpg.texi | 2 |
2 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +Noteworthy changes in version 2.1.0 (unreleased) +------------------------------------------------ + + * For a complete list of changes see the lists of changes for the + 2.1.0 beta versions below. + + Noteworthy changes in version 2.1.0-beta864 (2014-10-03) -------------------------------------------------------- @@ -11,7 +18,7 @@ Noteworthy changes in version 2.1.0-beta864 (2014-10-03) * gpg: Default keyring is now created with a .kbx suffix. - * gpg: Add a shortcut to key capabilies menu (e.g. "=e" sets the + * gpg: Add a shortcut to the key capabilies menu (e.g. "=e" sets the encryption capabilities). * gpg: Fixed obsolete options parsing. diff --git a/doc/gpg.texi b/doc/gpg.texi index 33329a130..002e888ce 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1425,7 +1425,7 @@ Set what trust model GnuPG should follow. The models are: @item always @opindex trust-mode:always Skip key validation and assume that used keys are always fully - trusted. You generally won't use this unless you are using some + valid. You generally won't use this unless you are using some external validation scheme. This option also suppresses the "[uncertain]" tag printed with signature checks when there is no evidence that the user ID is bound to the key. Note that this |