Blame NEWS

Packit cfa437
v2.6.0
Packit cfa437
======
Packit cfa437
Packit cfa437
- provides implementation of GSC-IS 2.1 (aka CAC version 2) to improve
Packit cfa437
  interoperatibility with guest software using the emulated or shared
Packit cfa437
  smart cards. The previously implemented CACv1 specification is no
Packit cfa437
  longer supported by any other application so the old code is gone
Packit cfa437
  and any application depending on this old standard will not work
Packit cfa437
  anymore.
Packit cfa437
- vscclient is no longer installed, as it is not an end-user support
Packit cfa437
  solution
Packit cfa437
- various bug & leak fixes
Packit cfa437
Packit cfa437
v2.5.3
Packit cfa437
======
Packit cfa437
Packit cfa437
- fix memory leak in vcard_apdu_new
Packit cfa437
- do not fail, if the caller didn't pick up response
Packit cfa437
  from previous call (to please opensc)
Packit cfa437
- some scan-build errors fixed
Packit cfa437
Packit cfa437
Packit cfa437
v2.5.2
Packit cfa437
======
Packit cfa437
Packit cfa437
- remove libcacard.h usage warning (to silence qemu 2.5.0 build)
Packit cfa437
Packit cfa437
v2.5.1
Packit cfa437
======
Packit cfa437
Packit cfa437
- fix mingw cross-compilation
Packit cfa437
- add error checking to vcard_emul_options()
Packit cfa437
- add VCARD_DIRECT implementation to provide direct communication with
Packit cfa437
  a smartcard using libpcsclite (--enable-pcsc)
Packit cfa437
- add a top-level libcacard.h header compatible with c++
Packit cfa437
- add test & code coverage and travis CI integration
Packit cfa437
- bug fix: delete the reader entry after queueing an event, not before
Packit cfa437
Packit cfa437
v2.5.0
Packit cfa437
======
Packit cfa437
Packit cfa437
This is the first standalone release after the split from qemu.git
Packit cfa437
(the last release of libcacard was part of qemu 2.4). The hosting and
Packit cfa437
maintainance of libcacard is now part of the Spice project.