diff options
author | Marcus Brinkmann <[email protected]> | 2002-01-22 15:21:42 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-01-22 15:21:42 +0000 |
commit | 8270a38b054b228d939c6822ca79f8ba3d57b4e4 (patch) | |
tree | 98d7055030bcbef203051a6f878ff55d04b507d2 /NEWS | |
parent | 2002-01-22 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-8270a38b054b228d939c6822ca79f8ba3d57b4e4.tar.gz gpgme-8270a38b054b228d939c6822ca79f8ba3d57b4e4.zip |
doc/
2002-01-22 Marcus Brinkmann <[email protected]>
* gpgme.texi (Creating data buffers): Change
gpgme_data_new_from_filepart's LENGTH type from off_t to size_t.
gpgme/
2002-01-22 Marcus Brinkmann <[email protected]>
* data.c (gpgme_data_new_from_filepart): Change type of LENGTH
from off_t to size_t.
* gpgme.h: Likewise.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,8 +1,17 @@ + * The LENGTH argument to gpgme_data_new_from_filepart changed its + type from off_t to the unsigned size_t. + * There is a Texinfo manual documenting the API. * New interface gpgme_op_trustlist_end() to match gpgme_op_keylist_end. + * Interface changes relative to the 0.3.0 release: +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +gpgme_data_new_from_filepart CHANGED: Type of LENGTH is size_t. +gpgme_op_trustlist_next NEW +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + Noteworthy changes in version 0.3.0 (2001-12-19) ------------------------------------------------ @@ -45,7 +54,7 @@ Noteworthy changes in version 0.3.0 (2001-12-19) uses the GnuPG engine (`gpgmeplug') and one module which uses the GpgSM engine (`gpgsmplug'). -* Interface changes relative to the latest 0.2.x release: + * Interface changes relative to the latest 0.2.x release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_key_get_as_xml CHANGED: Sub-user ids reversed in order. gpgme_key_get_string_attr CHANGED: User ids reversed in order. |