summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-12-19 13:28:14 +0100
committerWerner Koch <wk@gnupg.org>2014-12-19 13:28:14 +0100
commit76140141699b545f7a988bf5fc101063917e8ce3 (patch)
tree34bec31a621422ab4d70459829a33b07fcb3f081 /NEWS
parentagent: Keep the session environment for restricted connections. (diff)
downloadgnupg2-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--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4bf2a4481..f4a691876 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
------------------------------------------------