summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2016-12-02 22:49:54 +0100
committerWerner Koch <wk@gnupg.org>2016-12-02 22:51:19 +0100
commitc761c981b38741421d13bb7102b1ea7625d2d639 (patch)
tree8d34934071b4a9da977acc707a5bdd33b9bbddbc
parentb462d603f5110842489edce9e01e4ea40ac05cba (diff)
downloadlibgpg-error-c761c981b38741421d13bb7102b1ea7625d2d639.tar.gz
New error code GPG_ERR_INV_FLAG
-rw-r--r--NEWS6
-rw-r--r--doc/errorref.txt8
-rw-r--r--src/err-codes.h.in1
3 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 46ecdc9..f1da8b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
Noteworthy changes in version 1.26 (unreleased) [C20/A20/R_]
-----------------------------------------------
+ * New option --desc for gpg-error.
+
+ * Interface changes relative to the 1.25 release:
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ GPG_ERR_UNKNOWN_FLAG NEW.
+
Noteworthy changes in version 1.25 (2016-11-14) [C20/A20/R0]
-----------------------------------------------
diff --git a/doc/errorref.txt b/doc/errorref.txt
index 496a2a2..70d94da 100644
--- a/doc/errorref.txt
+++ b/doc/errorref.txt
@@ -1016,6 +1016,14 @@ GPG_ERR_TOO_OLD Objects is too old
Used if an object is too old to be used. This is a more generic
code than GPG_ERR_ENGINE_TOO_OLD or GPG_ERR_CRL_TOO_OLD.
+GPG_ERR_UNKNOWN_FLAG Unknown flag
+
+ The flag is not known.
+
+ GNUPG: - The flag part of the string given to the
+ option --default-new-key-algo value is not known.
+
+
GPG_ERR_LDAP_GENERAL LDAP General error
Catch all error for LDAP. Use if if can't map an erro rocde to an
diff --git a/src/err-codes.h.in b/src/err-codes.h.in
index de703d7..0669d35 100644
--- a/src/err-codes.h.in
+++ b/src/err-codes.h.in
@@ -328,6 +328,7 @@
306 GPG_ERR_DUP_NAME Duplicated name
307 GPG_ERR_TOO_YOUNG Object is too young
308 GPG_ERR_TOO_OLD Object is too old
+309 GPG_ERR_UNKNOWN_FLAG Unknown flag
# This range is free for use.
#