diff options
author | David Shaw <dshaw@jabberwocky.com> | 2002-08-08 21:38:59 +0200 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2002-08-08 21:38:59 +0200 |
commit | fcdd2ec92fda314728056b17f8c0acb3ce5b728e (patch) | |
tree | a320eed7d4c7366dc4a744d299302a8f3f6a8aa0 /NEWS | |
parent | * tdbio.c (tdbio_set_dbname): Create new trustdbs with user-only (diff) | |
download | gnupg2-fcdd2ec92fda314728056b17f8c0acb3ce5b728e.tar.xz gnupg2-fcdd2ec92fda314728056b17f8c0acb3ce5b728e.zip |
* configure.ac: Add an --enable-tiger.
* NEWS: Clarify new permission checks.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,6 +1,15 @@ Noteworthy changes in version 1.1.92 ------------------------------------------------- + * The file permission and ownership checks on files have been + clarified. Specifically, the homedir (usually ~/.gnupg) is + checked to protect everything within it. If the user specifies + keyrings outside this homedir, they are presumed to be shared + keyrings and therefore *not* checked. Configuration files + specified with the --options option and the IDEA cipher + extension specified with --load-extension are checked, along + with their enclosing directories. + * The default configuration file is now ~/.gnupg/gpg.conf. If an old ~/.gnupg/options is found it will still be used. This change is required to have more consistent naming scheme with |