aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-08-14 17:32:18 +0000
committerMarcus Brinkmann <[email protected]>2003-08-14 17:32:18 +0000
commit694e2a80417da734355c46c8778e25d05f6cb2ce (patch)
treec129de4601b21708e478be2f55087029ff6d3a76 /doc
parentAdd info about bug fix. (diff)
downloadgpgme-694e2a80417da734355c46c8778e25d05f6cb2ce.tar.gz
gpgme-694e2a80417da734355c46c8778e25d05f6cb2ce.zip
doc/
2003-08-14 Marcus Brinkmann <[email protected]> * gpgme.texi (Creating a Signature): Change type of member class to unsigned int. gpgme/ 2003-08-14 Marcus Brinkmann <[email protected]> * gpgme.h (struct _gpgme_new_signature): Rename member CLASS to _OBSOLETE_CLASS, add member CLASS with type unsigned int. * sign.c (parse_sig_created): Also set SIG->_unused_class for backward compatibility. tests/ 2003-08-14 Marcus Brinkmann <[email protected]> * gpg/t-sign.c (check_result): Change output format for signature class to unsigned int.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/gpgme.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 65c5f892..ac6f9aa4 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-14 Marcus Brinkmann <[email protected]>
+
+ * gpgme.texi (Creating a Signature): Change type of member class
+ to unsigned int.
+
2003-08-04 Marcus Brinkmann <[email protected]>
* gpgme.texi (Verify): Get error code from SIG->status in the code
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 63765528..7dd261da 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -3937,7 +3937,7 @@ The public key algorithm used to create this signature.
@item gpgme_hash_algo_t
The hash algorithm used to create this signature.
-@item unsigned long class
+@item unsigned int class
The signature class of this signature.
@item long int timestamp