aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-05-04 14:55:00 +0000
committerMarcus Brinkmann <[email protected]>2003-05-04 14:55:00 +0000
commite95998f0a0d5be12201b06119fd0ee47789e3763 (patch)
tree2bf3b693bdf21766f251ced29e462463cf8e89bb /NEWS
parentdoc/ (diff)
downloadgpgme-e95998f0a0d5be12201b06119fd0ee47789e3763.tar.gz
gpgme-e95998f0a0d5be12201b06119fd0ee47789e3763.zip
2003-05-04 Marcus Brinkmann <[email protected]>
* gpgme.h (GpgmeError): Add deprecated values for GPGME_Invalid_Type and GPGME_Invalid_Mode.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f401fc89..6f55b503 100644
--- a/NEWS
+++ b/NEWS
@@ -124,6 +124,9 @@ Noteworthy changes in version 0.4.1 (unreleased)
interface, the generic gpgme_get_op_info interface is not useful
anymore and dropped.
+ * The error values GPGME_Invalid_Type and GPGME_Invalid_Mode can not
+ occur anymore and are thus deprecated.
+
* Interface changes relative to the 0.4.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GpgmeIOCb CHANGED: Return type from void to GpgmeError.
@@ -193,6 +196,8 @@ gpgme_key_get_as_xml REMOVED
GpgmeKeyListResult NEW
gpgme_op_keylist_result NEW
gpgme_get_op_info REMOVED
+GPGME_Invalid_Type DEPRECATED
+GPGME_Invalid_Mode DEPRECATED
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Noteworthy changes in version 0.4.0 (2002-12-23)