aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0015614..1d144e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2003-06-04 Marcus Brinkmann <[email protected]>
+ * src/gpg-error.h (gpg_err_code_t): Add GPG_ERR_INV_ENGINE,
+ GPG_ERR_PUBKEY_NOT_TRUSTED, GPG_ERR_DECRYPT_FAILED,
+ GPG_ERR_KEY_EXPIRED.
+ (gpg_make_error): Rename to gpg_err_make.
+ (gpg_error): Use here.
+ * tests/t-strerror.c (main): And here.
+ (gpg_make_error_from_errno): Rename to gpg_err_make_from_errno.
+
* src/gpg-error.h (gpg_make_error_from_errno): New inline function.
(gpg_error_from_errno): Likewise.