aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-04-25 11:31:14 +0000
committerMarcus Brinkmann <[email protected]>2003-04-25 11:31:14 +0000
commitbd07371233ee06ffb0fb8e268e19a8933168641c (patch)
tree1dd2291ab776efb11bb983b6933b31b4a11ac1d9 /NEWS
parent2003-04-25 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-bd07371233ee06ffb0fb8e268e19a8933168641c.tar.gz
gpgme-bd07371233ee06ffb0fb8e268e19a8933168641c.zip
2003-04-25 Marcus Brinkmann <[email protected]>
* gpgme.h (GpgmeError): Add GPGME_Busy, GPGME_No_Request. (GPGME_No_Recipients, GPGME_Invalid_Recipient, GPGME_No_Passphrase): New macros.
Diffstat (limited to '')
-rw-r--r--NEWS14
1 files changed, 11 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 6a517b54..409181c7 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,9 @@ Noteworthy changes in version 0.4.1 (unreleased)
function has been removed, just return GPGME_Canceled in the
passphrase callback directly.
+ * The status of a context operation is not checked anymore, so the
+ errors GPGME_Busy and GPGME_No_Request can not occur anymore.
+
* For clarity and better reusability, the error codes
GPGME_No_Recipients, GPGME_Invalid_Recipient and
GPGME_No_Passphrase have been renamed to GPGME_No_UserID,
@@ -85,9 +88,14 @@ gpgme_get_engine_info CHANGED: Return info structure instead XML.
gpgme_get_protocol_name NEW
GpgmePassphraseCb CHANGED: Return error value, new argument.
gpgme_cancel REMOVED: Return error in callback directly.
-GPGME_No_Recipients CHANGED: Now GPGME_No_UserID.
-GPGME_Invalid_Recipient CHANGED: Now GPGME_Invalid_UserID.
-GPGME_No_Passphrase CHANGED: Now GPGME_Bad_Passphrase.
+GPGME_Busy DEPRECATED: Not in use.
+GPGME_No_Request DEPRECATED: Not in use.
+GPGME_No_Recipients DEPRECATED: Use GPGME_No_UserID.
+GPGME_No_UserID NEW
+GPGME_Invalid_Recipient DEPRECATED: Use GPGME_Invalid_UserID.
+GPGME_Invalid_UserID NEW
+GPGME_No_Passphrase DEPRECATED: Use GPGME_Bad_Passphrase.
+GPGME_Bad_Passphrase NEW
gpgme_op_genkey CHANGED: FPR argument dropped.
gpgme_op_genkey_result NEW
GpgmeGenKeyResult NEW