diff options
author | Werner Koch <wk@gnupg.org> | 2014-12-19 13:28:14 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-12-19 13:28:14 +0100 |
commit | 76140141699b545f7a988bf5fc101063917e8ce3 (patch) | |
tree | 34bec31a621422ab4d70459829a33b07fcb3f081 /NEWS | |
parent | agent: Keep the session environment for restricted connections. (diff) | |
download | gnupg2-76140141699b545f7a988bf5fc101063917e8ce3.tar.xz gnupg2-76140141699b545f7a988bf5fc101063917e8ce3.zip |
agent: Make sure --max-cache-ttl is >= --default-cache-ttl.
* agent/gpg-agent.c (finalize_rereadable_options): New.
(main, reread_configuration): Call it.
--
This change should help to avoid surprising behaviour.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ Noteworthy changes in version 2.1.2 (unreleased) ------------------------------------------------ + * agent: When setting --default-cache-ttl the value for + --max-cache-ttl is adjusted to be not lower than the former. + + Noteworthy changes in version 2.1.1 (2014-12-16) ------------------------------------------------ |