diff options
author | Werner Koch <wk@gnupg.org> | 2009-03-19 11:21:51 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-03-19 11:21:51 +0100 |
commit | c2c3cf4be187cd3a5a634e59b0df98338d6bf31e (patch) | |
tree | 3ff8644d5b759cf7e0f74e9890f0a195aaa92116 /NEWS | |
parent | Make sure not to leak file descriptors if running gpg-agent with a (diff) | |
download | gnupg2-c2c3cf4be187cd3a5a634e59b0df98338d6bf31e.tar.xz gnupg2-c2c3cf4be187cd3a5a634e59b0df98338d6bf31e.zip |
Changed order of the confirmation questions for root certificates
and stores negative answers in trustlist.txt.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -7,8 +7,11 @@ Noteworthy changes in version 2.0.12 * New command "KEYINFO" for GPG_AGENT. GPGSM now also returns information about smartcards. - * Make sure not to leak file descriptors if running gpg-agent with a - command. Restore the signal mask to solve a problem in Mono. + * Made sure not to leak file descriptors if running gpg-agent with a + command. Restores the signal mask to solve a problem in Mono. + + * Changed order of the confirmation questions for root certificates + and stores negative answers in trustlist.txt. Noteworthy changes in version 2.0.11 (2009-03-03) |