diff options
author | Werner Koch <wk@gnupg.org> | 2004-10-20 10:54:45 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-10-20 10:54:45 +0200 |
commit | d33703e5fe46068ddfe7b04c44ec2e45f1f79ee3 (patch) | |
tree | 194a11c2a5fd9138ca8834fd5002a93bd591204c /NEWS | |
parent | Fixed copyright years (diff) | |
download | gnupg2-d33703e5fe46068ddfe7b04c44ec2e45f1f79ee3.tar.xz gnupg2-d33703e5fe46068ddfe7b04c44ec2e45f1f79ee3.zip |
* sc-investigate: Removed.
* Makefile.am (sc_investigate): Removed.
* pcsc-wrapper.c (load_pcsc_driver): Load get_status_change func.
(handle_open): Succeed even without a present card.
(handle_status, handle_reset): New.
* apdu.c (apdu_open_reader): Load pcsc_get_status_change fucntion.
(pcsc_get_status): Implemented.
(reset_pcsc_reader): Implemented.
(open_pcsc_reader): Succeed even with no card inserted.
(open_ccid_reader): Set LAST_STATUS.
* iso7816.c (iso7816_select_application): Always use 0 for P1.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ Noteworthy changes in version 1.9.12 ------------------------------------------------- + * [scdaemon] Partly rewrote the PC/SC code. + + * Removed the sc-investigate tool. It is now in the separate + gscutils package. Noteworthy changes in version 1.9.11 (2004-10-01) |