diff options
| author | Marcus Brinkmann <[email protected]> | 2005-10-06 10:44:26 +0000 | 
|---|---|---|
| committer | Marcus Brinkmann <[email protected]> | 2005-10-06 10:44:26 +0000 | 
| commit | a336bc6834099b62b17c6e772763328145537dc2 (patch) | |
| tree | 62d95d4eb907caf187c7cb981adaed31d855e94d /doc/ChangeLog | |
| parent | Update some items. (diff) | |
| download | gpgme-a336bc6834099b62b17c6e772763328145537dc2.tar.gz gpgme-a336bc6834099b62b17c6e772763328145537dc2.zip | |
doc/
2005-10-06  Marcus Brinkmann  <[email protected]>
	* gpgme.texi (Destroying Data Buffers): Document gpgme_free.
gpgme/
2005-10-06  Marcus Brinkmann  <[email protected]>
	* gpgme.h (gpgme_free): New prototype.
	* data-mem.c (gpgme_free): New function.
	* libgpgme.vers (GPGME_1.1): Add gpgme_free.
	* gpgme.def: Add gpgme_free.
Diffstat (limited to 'doc/ChangeLog')
| -rw-r--r-- | doc/ChangeLog | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/doc/ChangeLog b/doc/ChangeLog index 1afd92d9..acc5adae 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2005-10-06  Marcus Brinkmann  <[email protected]> + +	* gpgme.texi (Destroying Data Buffers): Document gpgme_free. +  2005-10-02  Marcus Brinkmann  <[email protected]>  	* gpgme.texi (Key Management): Add the new member notations of | 
