| 1 |
pcsc-lite-1.2.9-beta2: Ludovic Rousseau |
pcsc-lite-1.2.9-beta2: Ludovic Rousseau |
| 2 |
11 May 2004 |
11 May 2004 |
| 3 |
- change libmusclecard current version to 1 so that old libmusclecard0 and new |
- change libmusclecard current version to 1 so that old libmusclecard0 and new |
| 4 |
libmusclecard1 can cohabitate on the same system and will not break existing |
libmusclecard1 can cohabit on the same system and will not break existing |
| 5 |
programs during upgrades. |
programs during upgrades. |
| 6 |
|
|
| 7 |
This is because libmusclecard is provided in the same distrib/package as |
This is because libmusclecard is provided in the same distrib/package as |
| 8 |
libpcsclite. If we want two libpcsclite to cohabitate we must also ensure |
libpcsclite. If we want two libpcsclite to cohabit we must also ensure |
| 9 |
that the two libmusclecard can also cohabitate. |
that the two libmusclecard can also cohabit. |
| 10 |
- src/pcscdaemon.c: print pcsc-lite version number during startup |
- src/pcscdaemon.c: print pcsc-lite version number during startup |
| 11 |
- src/winscard.c: in SCardReconnect(), SCardDisconnect() and |
- src/winscard.c: in SCardReconnect(), SCardDisconnect() and |
| 12 |
SCardEndTransaction() SCARD_UNPOWER_CARD is "Power down the card and reset |
SCardEndTransaction() SCARD_UNPOWER_CARD is "Power down the card and reset |
| 124 |
- removed a very _stupid_ bug that linked libpcsclite with libusb. Any |
- removed a very _stupid_ bug that linked libpcsclite with libusb. Any |
| 125 |
application linked with libpcsclite was also linked with libusb. |
application linked with libpcsclite was also linked with libusb. |
| 126 |
- generate a new library libmusclecard and remove MuscleCard code from |
- generate a new library libmusclecard and remove MuscleCard code from |
| 127 |
libpcsclite. An application using MuscleCard function need to explicitely |
libpcsclite. An application using MuscleCard functions needs to explicitly |
| 128 |
link with libmusclecard. |
link with libmusclecard. |
| 129 |
- src/winscard_clnt.c: add a new function SCardUnload() to free allocated |
- src/winscard_clnt.c: add a new function SCardUnload() to free allocated |
| 130 |
resources. It is mandatory only if you use dlopen/dlclose to often |
resources. It is mandatory only if you use dlopen/dlclose to often |