Forked from
spice / libcacard
146 commits behind the upstream repository.
-
Christophe Fergeau authored
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Christophe Fergeau authoredSigned-off-by: Christophe Fergeau <cfergeau@redhat.com>
To find the state of this project's repository at the time of any of these versions, check out the tags.
NEWS 1.41 KiB
v2.6.1
======
- various bug fixes (memory corruption issues which would cause crashes in
spice-gtk)
v2.6.0
======
- provides implementation of GSC-IS 2.1 (aka CAC version 2) to improve
interoperatibility with guest software using the emulated or shared
smart cards. The previously implemented CACv1 specification is no
longer supported by any other application so the old code is gone
and any application depending on this old standard will not work
anymore.
- vscclient is no longer installed, as it is not an end-user support
solution
- various bug & leak fixes
v2.5.3
======
- fix memory leak in vcard_apdu_new
- do not fail, if the caller didn't pick up response
from previous call (to please opensc)
- some scan-build errors fixed
v2.5.2
======
- remove libcacard.h usage warning (to silence qemu 2.5.0 build)
v2.5.1
======
- fix mingw cross-compilation
- add error checking to vcard_emul_options()
- add VCARD_DIRECT implementation to provide direct communication with
a smartcard using libpcsclite (--enable-pcsc)
- add a top-level libcacard.h header compatible with c++
- add test & code coverage and travis CI integration
- bug fix: delete the reader entry after queueing an event, not before
v2.5.0
======
This is the first standalone release after the split from qemu.git
(the last release of libcacard was part of qemu 2.4). The hosting and
maintainance of libcacard is now part of the Spice project.