diff options
Diffstat (limited to '')
-rw-r--r-- | scd/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/scd/ChangeLog b/scd/ChangeLog index 41a0f76e1..c9f92b428 100644 --- a/scd/ChangeLog +++ b/scd/ChangeLog @@ -1,3 +1,23 @@ +2011-01-25 NIIBE Yutaka <[email protected]>, + Grant Olson <[email protected]> (wk) + + * command.c (do_reset, get_reader_slot) + (update_reader_status_file): Fix handling of the VALID flag for + unplugged readers. + +2011-01-25 Werner Koch <[email protected]> + + From 2.0 branch, 2010-03-17: + + * command.c (open_card): Return GPG_ERR_NOT_OPERATIONAL if no + card services are available. + (get_reader_slot): Detect no services status. + (cmd_serialno): No reset if there are no services. + (scd_command_handler): Stop scdaemon in that case. + * apdu.c (pcsc_no_service): New. + (open_pcsc_reader_direct): Set it. + (apdu_open_reader): Add arg R_NO_SERVICE. + 2011-01-05 Werner Koch <[email protected]> * ccid-driver.c (ccid_transceive_secure): Support the gnuk token. |