[Pkg-gnupg-commit] [libgpg-error] 04/35: Add GPG_ERR_DB_CORRUPTED.
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Mon Apr 25 21:47:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch master
in repository libgpg-error.
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>
---
NEWS | 5 +++++
doc/errorref.txt | 2 ++
src/err-codes.h.in | 4 ++--
3 files changed, 9 insertions(+), 2 deletions(-)
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libgpg-error.git
More information about the Pkg-gnupg-commit
mailing list