Overview
Comment: | CACKey 0.5.17 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.5.17 |
Files: | files | file ages | folders |
SHA1: | 45a6d087dba906c7df7cb60a41fa0afcb626a872 |
User & Date: | rkeene on 2010-07-23 22:03:47 |
Other Links: | manifest | tags |
Context
2010-07-23
| ||
22:25 |
CACKey 0.5.18
Fixed issue with reset clean-up marking slot as reset (infinite loop) check-in: aff9dd7ca3 user: rkeene tags: trunk, 0.5.18 | |
22:03 | CACKey 0.5.17 check-in: 45a6d087db user: rkeene tags: trunk, 0.5.17 | |
21:58 | Updated to call SCardDisconnect if we detect a previously connected slot -- this fixes a regression in the previous commit where a smartcard would not function after being inserted, removed, and reinserted check-in: 84aaf35a0e user: rkeene tags: trunk | |
Changes
Modified configure.ac from [1ed71809e2] to [c22b165344].
1 -AC_INIT(cackey, 0.5.16) 1 +AC_INIT(cackey, 0.5.17) 2 2 AC_CONFIG_HEADERS(config.h) 3 3 4 4 dnl Locate standard tools 5 5 AC_PROG_CC 6 6 AC_PROG_MAKE_SET 7 7 AC_PROG_INSTALL 8 8 AC_AIX