summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2020-02-25 15:15:39 +0100
committerWerner Koch <wk@gnupg.org>2020-02-25 15:15:39 +0100
commite9f36cabe157aa046b32dfc0b9f5c175b9808722 (patch)
treefb0f55cffc23d66f04057b6664eaff1f70301bd0 /NEWS
parentf25555aed0da7f0492b68efb789dbe3e03ec7fe8 (diff)
downloadlibgpg-error-e9f36cabe157aa046b32dfc0b9f5c175b9808722.tar.gz
core: New flag ARGPARSE_FLAG_USERVERS to try versioned config files.
* src/gpg-error.h.in (ARGPARSE_FLAG_USERVERS): New. * src/argparse.c: Include unistd.h. (try_versioned_conffile): New. (_gpgrt_argparser): Use it. -- This is neded to bring the versioned config files back to gpg. 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 649b85b..1309dcf 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,7 @@ Noteworthy changes in version 1.38 (unreleased) [C28/A28/R_]
ARGPARSE_FLAG_SYS NEW.
ARGPARSE_FLAG_USER NEW.
ARGPARSE_FLAG_VERBOSE NEW.
+ ARGPARSE_FLAG_USERVERS NEW.
ARGPARSE_NO_CONFFILE NEW.
ARGPARSE_CONFFILE NEW.
ARGPARSE_OPT_CONFFILE NEW.