[git] GPG-ERROR - branch, master, updated. libgpg-error-1.21-4-gb3bb6e2
by Werner Koch
cvs at cvs.gnupg.org
Tue Jan 19 18:06:49 CET 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 b3bb6e2cc31208a198e74b42ca495c08ebb00fc4 (commit)
from 71370060aae7a83f4d6c3b9c924f204a57cc2538 (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 b3bb6e2cc31208a198e74b42ca495c08ebb00fc4
Author: Werner Koch <wk at gnupg.org>
Date: Tue Jan 19 18:02:01 2016 +0100
Add GPG_ERR_DB_CORRUPTED.
Signed-off-by: Werner Koch <wk at gnupg.org>
diff --git a/NEWS b/NEWS
index 0b361d5..b8d6be5 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ Noteworthy changes in version 1.22 (unreleased) [C17/A17/R_)
-----------------------------------------------
+ * Interface changes relative to the 1.20 release:
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ GPG_ERR_DB_CORRUPTED NEW.
+
+
Noteworthy changes in version 1.21 (2015-12-12) [C17/A17/R0]
-----------------------------------------------
diff --git a/doc/errorref.txt b/doc/errorref.txt
index 89c0723..22b78fc 100644
--- a/doc/errorref.txt
+++ b/doc/errorref.txt
@@ -624,6 +624,8 @@ GPG_ERR_MAC_ALGO
212 GPG_ERR_SEXP_ODD_HEX_NUMBERS Odd hexadecimal numbers in S-expression
213 GPG_ERR_SEXP_BAD_OCT_CHAR Bad octal character in S-expression
+GPG_ERR_DB_CORRUPTED (218) Database is corrupted
+
GPG_ERR_SERVER_FAILED (219) Server indicated a failure
GPG_ERR_NO_NAME (220) No name
diff --git a/src/err-codes.h.in b/src/err-codes.h.in
index d481145..887ea78 100644
--- a/src/err-codes.h.in
+++ b/src/err-codes.h.in
@@ -247,8 +247,8 @@
212 GPG_ERR_SEXP_ODD_HEX_NUMBERS Odd hexadecimal numbers in S-expression
213 GPG_ERR_SEXP_BAD_OCT_CHAR Bad octal character in S-expression
-# 214 to 218 are free to be used.
-
+# 214 to 217 are free to be used.
+218 GPG_ERR_DB_CORRUPTED Database is corrupted
219 GPG_ERR_SERVER_FAILED Server indicated a failure
220 GPG_ERR_NO_NAME No name
221 GPG_ERR_NO_KEY No key
-----------------------------------------------------------------------
Summary of changes:
NEWS | 5 +++++
doc/errorref.txt | 2 ++
src/err-codes.h.in | 4 ++--
3 files changed, 9 insertions(+), 2 deletions(-)
hooks/post-receive
--
Error codes used by GnuPG et al.
http://git.gnupg.org
More information about the Gnupg-commits
mailing list