aboutsummaryrefslogtreecommitdiffstats
path: root/scd/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'scd/ChangeLog')
-rw-r--r--scd/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/scd/ChangeLog b/scd/ChangeLog
index 7fbc524b3..eba39c731 100644
--- a/scd/ChangeLog
+++ b/scd/ChangeLog
@@ -1,3 +1,24 @@
+2004-10-20 Werner Koch <[email protected]>
+
+ * 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.
+
+2004-10-18 Werner Koch <[email protected]>
+
+ * ccid-driver.c (ccid_get_atr): Reset T=1 state info.
+
2004-10-14 Werner Koch <[email protected]>
* app-openpgp.c (parse_login_data): New.