diff options
author | Werner Koch <[email protected]> | 2004-04-20 16:42:55 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-04-20 16:42:55 +0000 |
commit | 78f797d11d9201b3561b921b69b6de50df7160e8 (patch) | |
tree | 59d64e297d9d465fc9ab3f4b10907372afadbda5 /NEWS | |
parent | 2004-04-20 Marcus Brinkmann <[email protected]> (diff) | |
download | gnupg-78f797d11d9201b3561b921b69b6de50df7160e8.tar.gz gnupg-78f797d11d9201b3561b921b69b6de50df7160e8.zip |
* command.c (scd_update_reader_status_file): Write status files.
* app-help.c (app_help_read_length_of_cert): Fixed calculation of
R_CERTOFF.
* pcsc-wrapper.c: New.
* Makefile.am (pkglib_PROGRAMS): Install it here.
* apdu.c (writen, readn): New.
(open_pcsc_reader, pcsc_send_apdu, close_pcsc_reader): Use the
pcsc-wrapper if we are using Pth.
(apdu_send_le): Reinitialize RESULTLEN. Handle SW_EOF_REACHED
like SW_SUCCESS.
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.8 ------------------------------------------------ + * [scdaemon] Overhauled the internal CCID driver. + + * [scdaemon] Status files named ~/.gnupg/reader_<n>.status are now + written when using the internal CCID driver. + Noteworthy changes in version 1.9.7 (2004-04-06) ------------------------------------------------ |