aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-01-22 15:32:44 +0000
committerMarcus Brinkmann <[email protected]>2002-01-22 15:32:44 +0000
commit1e1fb4724cb224ef5fb4e56edb4ba9ff2deceb0f (patch)
treed8bc178996c74429d23e2639a26ae353e4e6f2f6 /NEWS
parentdoc/ (diff)
downloadgpgme-1e1fb4724cb224ef5fb4e56edb4ba9ff2deceb0f.tar.gz
gpgme-1e1fb4724cb224ef5fb4e56edb4ba9ff2deceb0f.zip
doc/
2002-01-22 Marcus Brinkmann <[email protected]> * gpgme.texi (Passphrase callback): Change GpgmePassphraseCb's R_HD type from void* to void**. gpgme/ 2002-01-22 Marcus Brinkmann <[email protected]> * gpgme.h (GpgmePassphraseCb): Change type of R_HD from void* to void**. tests/ 2002-01-22 Marcus Brinkmann <[email protected]> * gpg/t-signers.c (passphrase_cb): Change type of r_hd to void**. * gpg/t-sign.c (passphrase_cb): Likewise. * gpg/t-decrypt-verify.c (passphrase_cb): Likewise. * gpg/t-decrypt.c (passphrase_cb): Likewise.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 190692f7..2cbd9819 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,10 @@
+ * There is a Texinfo manual documenting the API.
+
* 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.
+ * The R_HD argument to the GpgmePassphraseCb type changed its type
+ from void* to void**.
* New interface gpgme_op_trustlist_end() to match
gpgme_op_keylist_end.
@@ -9,6 +12,7 @@
* Interface changes relative to the 0.3.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_data_new_from_filepart CHANGED: Type of LENGTH is size_t.
+GpgmePassphraseCb CHANGED: Type of R_HD is void **.
gpgme_op_trustlist_next NEW
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~