summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2020-02-25 12:17:25 +0100
committerWerner Koch <wk@gnupg.org>2020-02-25 12:17:25 +0100
commitf25555aed0da7f0492b68efb789dbe3e03ec7fe8 (patch)
treec723e91afa383df45e52e03e79a41b935f983b1d /NEWS
parent732ac9c681a0b6afdee2e8eb6937500850f74986 (diff)
downloadlibgpg-error-f25555aed0da7f0492b68efb789dbe3e03ec7fe8.tar.gz
core: New pseudo option ARGPARSE_PERMISSION_ERROR.
* src/gpg-error.h.in (ARGPARSE_PERMISSION_ERROR): New. * src/argparse.c (initialize): Add code to print this error. -- We need this option to reject certain config files if we detect a permission problem. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fc91b90..649b85b 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,7 @@ Noteworthy changes in version 1.38 (unreleased) [C28/A28/R_]
ARGPARSE_NO_CONFFILE NEW.
ARGPARSE_CONFFILE NEW.
ARGPARSE_OPT_CONFFILE NEW.
+ ARGPARSE_PERMISSION_ERROR NEW.
ARGPARSE_conffile NEW.
ARGPARSE_noconffile NEW.
GPGRT_CONFDIR_USER NEW.