diff options
author | Werner Koch <wk@gnupg.org> | 2005-05-21 20:49:00 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2005-05-21 20:49:00 +0200 |
commit | 05e1dc22f0feef8d5af7c8bbb0c0a5129f2c0b05 (patch) | |
tree | a893c537329394cab1c954b2606e6d94d1846fe9 /NEWS | |
parent | * protect-tool.c: New option --canonical. (diff) | |
download | gnupg2-05e1dc22f0feef8d5af7c8bbb0c0a5129f2c0b05.tar.xz gnupg2-05e1dc22f0feef8d5af7c8bbb0c0a5129f2c0b05.zip |
* call-scd.c (start_scd): Don't test for an alive scdaemon here.
(agent_scd_check_aliveness): New.
* gpg-agent.c (handle_tick): Test for an alive scdaemon.
(handle_signal): Print thread info on SIGUSR1.
* scdaemon.c (handle_signal): Print thread info on SIGUSR1.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ Noteworthy changes in version 1.9.17 ------------------------------------------------- + * gpg-connect-agent has now features to handle Assuan INQUIRE + commands. + + * Internal changes for OpenPGP cards. New Assuan command WRITEKEY. + * GNU Pth is now a hard requirement. * [scdaemon] Support for OpenSC has been removed. Instead a new and |