diff options
author | David Shaw <[email protected]> | 2004-06-17 23:01:51 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-06-17 23:01:51 +0000 |
commit | 1e0c29a2380d30953d42859a46065e3c977e7eec (patch) | |
tree | a234e80d46c1a74b480c196070525987c391d90d | |
parent | * ring-a-party: ElGamal -> Elgamal (diff) | |
download | gnupg-1e0c29a2380d30953d42859a46065e3c977e7eec.tar.gz gnupg-1e0c29a2380d30953d42859a46065e3c977e7eec.zip |
* NEWS: --ask-cert-level actually defaults to on for the stable branch.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2004-06-17 David Shaw <[email protected]> + + * NEWS: --ask-cert-level actually defaults to on for the stable + branch. + 2004-06-16 Werner Koch <[email protected]> Released 1.2.5rc2. @@ -3,7 +3,7 @@ Noteworthy changes in version 1.2.5 (unreleased) * New --ask-cert-level/--no-ask-cert-level option to turn on and off the prompt for signature level when signing a key. Defaults - to off. + to on. * New --min-cert-level option to disregard key signatures that are under a specified level. Defaults to 1 (i.e. don't disregard |