From c761c981b38741421d13bb7102b1ea7625d2d639 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 2 Dec 2016 22:49:54 +0100 Subject: New error code GPG_ERR_INV_FLAG --- NEWS | 6 ++++++ doc/errorref.txt | 8 ++++++++ src/err-codes.h.in | 1 + 3 files changed, 15 insertions(+) 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. # -- cgit v1.2.3