doc/
authorMarcus Brinkmann <mb@g10code.com>
Thu, 14 Aug 2003 17:32:18 +0000 (17:32 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Thu, 14 Aug 2003 17:32:18 +0000 (17:32 +0000)
commitfae6eebcff9e872b9f2535a6d64db26645ca8dfb
treee1c6d35f07ef6088d291835b718fdfc2cdfd8973
parentbe22be364396efe5f5a17705c98708a8c2c50e25
doc/
2003-08-14  Marcus Brinkmann  <marcus@g10code.de>

* gpgme.texi (Creating a Signature): Change type of member class
to unsigned int.

gpgme/
2003-08-14  Marcus Brinkmann  <marcus@g10code.de>

* 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  <marcus@g10code.de>

* gpg/t-sign.c (check_result): Change output format for signature
class to unsigned int.
trunk/NEWS
trunk/doc/ChangeLog
trunk/doc/gpgme.texi
trunk/gpgme/ChangeLog
trunk/gpgme/gpgme.h
trunk/gpgme/sign.c
trunk/tests/ChangeLog
trunk/tests/gpg/t-sign.c