diff options
author | Timo Schulz <[email protected]> | 2002-06-03 21:16:14 +0000 |
---|---|---|
committer | Timo Schulz <[email protected]> | 2002-06-03 21:16:14 +0000 |
commit | 4007960066090a30df1c543fe9c220098d76ce67 (patch) | |
tree | 5f0ac130f4d50d623cd390f30f948265ab2546f8 | |
parent | * main.h, g10.c (main), keylist.c (dump_attribs, set_attrib_fd, (diff) | |
download | gnupg-4007960066090a30df1c543fe9c220098d76ce67.tar.gz gnupg-4007960066090a30df1c543fe9c220098d76ce67.zip |
2002-06-03 Timo Schulz <[email protected]>
* DETAILS: Add ATTRIBUTE.
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/DETAILS | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index c9959dd85..1dffb9e65 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-03 Timo Schulz <[email protected]> + + * DETAILS: Add ATTRIBUTE. + 2002-05-31 David Shaw <[email protected]> * gpg.sgml: Add "edit/addrevoker". Document --desig-revoke. Note diff --git a/doc/DETAILS b/doc/DETAILS index 86db6152e..647307f1a 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -352,6 +352,9 @@ more arguments in future versions. The output was truncated to MAXNO items. This status code is issued for certain external requests + ATTRIBUTE <fpr> <octets> <type> <index> <count> <timestamp> <expiredate> <flags> + Issued when an attribute packet was detected. + Key generation ============== |