[git] GPG-ERROR - branch, master, updated. libgpg-error-1.24-2-gb2640cb
by Werner Koch
cvs at cvs.gnupg.org
Tue Aug 16 18:58:39 CEST 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".
The branch, master has been updated
via b2640cb1f7b3b056ea4f8fe4b79d58fcd10ef93b (commit)
from 231406339b96f087b63dc649144c8b7e1858ce84 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b2640cb1f7b3b056ea4f8fe4b79d58fcd10ef93b
Author: Werner Koch <wk at gnupg.org>
Date: Tue Aug 16 18:55:42 2016 +0200
New error code GPG_ERR_ENGINE_TOO_OLD
diff --git a/NEWS b/NEWS
index e25129a..31b2b75 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
Noteworthy changes in version 1.25 (unreleased) [C19/A19/R_)
-----------------------------------------------
+ * Interface changes relative to the 1.23 release:
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ GPG_ERR_ENGINE_TOO_OLD NEW.
+
Noteworthy changes in version 1.24 (2016-07-14) [C19/A19/R1)
-----------------------------------------------
diff --git a/src/err-codes.h.in b/src/err-codes.h.in
index eefe088..b44ac3f 100644
--- a/src/err-codes.h.in
+++ b/src/err-codes.h.in
@@ -319,7 +319,8 @@
# 282 to 299 are reserved for future assuan codes.
-# 300 to 720 are free to be used.
+300 GPG_ERR_ENGINE_TOO_OLD Crypto engine too old
+# 301 to 720 are free to be used.
#
# Mapping of LDAP error codes
-----------------------------------------------------------------------
Summary of changes:
NEWS | 4 ++++
src/err-codes.h.in | 3 ++-
2 files changed, 6 insertions(+), 1 deletion(-)
hooks/post-receive
--
Error codes used by GnuPG et al.
http://git.gnupg.org
More information about the Gnupg-commits
mailing list