1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Changed order of the confirmation questions for root certificates

and stores negative answers in trustlist.txt.
This commit is contained in:
Werner Koch 2009-03-19 10:21:51 +00:00
parent 588a7c34bb
commit c2c3cf4be1
6 changed files with 128 additions and 73 deletions

7
NEWS
View file

@ -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)