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 /doc/ChangeLog | |
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 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 1b28c8fb..2979e0ab 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,10 @@ 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. + +2002-01-22 Marcus Brinkmann <[email protected]> + * gpgme.texi (Generating keys): New subsection. (Exporting keys): Likewise. (Importing keys): Likewise. |