diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | doc/errorref.txt | 2 | ||||
-rw-r--r-- | src/err-codes.h.in | 4 |
3 files changed, 9 insertions, 2 deletions
@@ -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 |