diff options
author | Werner Koch <wk@gnupg.org> | 2004-08-05 11:24:36 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-08-05 11:24:36 +0200 |
commit | 818e9bad581868f8455a62fb3548b4dcc9d4cbac (patch) | |
tree | a42c59abd922f5957105fa0ce880917020fde5f6 /ChangeLog | |
parent | 2004-07-27 Moritz Schulte <moritz@g10code.com> (diff) | |
download | gnupg2-818e9bad581868f8455a62fb3548b4dcc9d4cbac.tar.xz gnupg2-818e9bad581868f8455a62fb3548b4dcc9d4cbac.zip |
* configure.ac: Changed tests for libusb to also suuport the
stable version 0.1.x.
* scdaemon.texi (Card applications): New section.
* scdaemon.c (main): New option --disable-application.
* app.c (is_app_allowed): New.
(select_application): Use it to check for disabled applications.
* ccid-driver.h (CCID_DRIVER_ERR_ABORTED): New.
* ccid-driver.c (ccid_open_reader): Support the stable 0.1 version
of libusb.
(ccid_get_atr): Handle short messages.
* apdu.c (my_rapdu_get_status): Implemented.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-08-05 Werner Koch <wk@g10code.de> + + * configure.ac: Changed tests for libusb to also suuport the + stable version 0.1.x. + 2004-07-22 Werner Koch <wk@g10code.de> Released 1.9.10. |