diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2017-01-31 07:29:08 +0100 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2017-01-31 07:29:08 +0100 |
commit | e17fa5c75d76af4d4684ee810cb446ecd5110560 (patch) | |
tree | d7f33f460ef25dae775d506e9d9cfb2ed0a0d571 /NEWS | |
parent | scd: Fix SERIALNO for multiple devices. (diff) | |
download | gnupg2-e17fa5c75d76af4d4684ee810cb446ecd5110560.tar.xz gnupg2-e17fa5c75d76af4d4684ee810cb446ecd5110560.zip |
scd: Remove --debug-disable-ticker option.
* scd/scdaemon.c (ticker_disabled): Remove.
(handle_tick, need_tick): Remove.
(handle_connections): Don't check ticker_disabled.
--
Now, removal of device/card is only done by the function
scd_update_reader_status_file, it should be called if needed.
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ Noteworthy changes in version 2.1.19 (unreleased) ------------------------------------------------- + * scd: Removed option --debug-disable-ticker. Ticker is used + only when it is required to watch removal of device/card. + Noteworthy changes in version 2.1.18 (2017-01-23) ------------------------------------------------- |