aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-08-06 13:30:28 +0000
committerWerner Koch <[email protected]>2002-08-06 13:30:28 +0000
commit67faf234a3af63f69fe865630dc16cc83bbef54c (patch)
treed45394c32a27362ccdbac7160328557153d4aa62
parent* g10.c (main): Try to use "gpg.conf" as default option file. (diff)
downloadgnupg-67faf234a3af63f69fe865630dc16cc83bbef54c.tar.gz
gnupg-67faf234a3af63f69fe865630dc16cc83bbef54c.zip
minor doc fixes.
-rw-r--r--NEWS6
-rw-r--r--README6
-rw-r--r--doc/DETAILS9
3 files changed, 16 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index bee5cd609..663b32c3b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
Noteworthy changes in version 1.1.92
-------------------------------------------------
+ * 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
+ forthcoming tool.
+
+
Noteworthy changes in version 1.1.91 (2002-08-04)
-------------------------------------------------
diff --git a/README b/README
index 0e2f3059b..53f746879 100644
--- a/README
+++ b/README
@@ -591,11 +591,7 @@
Random devices are available in Linux, FreeBSD and OpenBSD.
Operating systems without a random devices must use another
- entropy collector. One entropy collector called rndunix and
- available as an extension module. You should put the line:
- load-extension rndunix
- into your ~/.gnupg/options file unless you have used the proper
- configure option.
+ entropy collector.
This collector works by running a lot of commands that yield more
or less unpredictable output and feds this as entropy into the
diff --git a/doc/DETAILS b/doc/DETAILS
index 8734cc519..ce4019b8a 100644
--- a/doc/DETAILS
+++ b/doc/DETAILS
@@ -346,6 +346,15 @@ more arguments in future versions.
0 := "No specific reason given".
1 := "Not Found"
2 := "Ambigious specification"
+ 3 := "Wrong key usage"
+ 4 := "Key revoked"
+ 5 := "Key expired"
+ 6 := "No CRL known"
+ 7 := "CRL too old"
+ 8 := "Policy mismatch"
+ 9 := "Not a secret key"
+ Note that this status is also used for gpgsm's SIGNER command
+ where it relates to signer's of course.
NO_RECP <reserved>
Issued when no recipients are usable.