Commit graph

5 commits

Author SHA1 Message Date
Geert Hendrickx
15bd68615d Update to 1.2.9-beta10, as the old distfile wasn't available anymore.
ChangeLog:

pcsc-lite-1.2.9-beta10
3 February 2006
- if the USB reader defines a serial number then include it in the
  reader name (between parenthesis)
- the library libpcsclite.so.1 only exports the symbols defined by the
  API (http://pcsclite.alioth.debian.org/pcsc-lite/). This is needed to
  be able to use the library in an appliation that also uses flex (like
  muscleTool). The problem only occurs with GCC >= 4.0
- some other minor improvements and bug corrections

pcsc-lite-1.2.9-beta9
27 November 2005
- add/improve support of PIN pad readers
  . define HOST_TO_CCID_16() and HOST_TO_CCID_32() macro to convert 16 and
    32-bits data to the CCID format (replace HOST_TO_CCID)
- add support of SUN C compiler and try to avoid GCC specific features
  (Heiko Nardmann)
- SCardGetStatusChange():
  . exists if the list of readers changed (one reader added) so that the
    application can update its list of readers (Najam Siddiqui)
  . correct a bug when two contexts where used (Najam Siddiqui)
- add support of Solaris 10 IFDhandler (Douglas E. Engert)
- allow pcsc-lite to be compiled without (f)lex installed
- add a TODO file. Help/money needed here.
- improve Doxygen documentation
- some other minor improvements and bug corrections
2006-02-16 20:30:18 +00:00
Evaldo Gardenali
b8c0b9ce69 fix broken #includes 2005-07-25 19:52:22 +00:00
Evaldo Gardenali
7831711946 reverted unnecessary and broken patch-ad (aclocal -I ./m4 fixes the issue)
added configuration example for OpenCT ifdhandler
2005-07-23 22:07:04 +00:00
Evaldo Gardenali
97b101718e Fixed thread checks in configure.in (thanks to Tsume <tsume@tsumelabs.com> )
Fixed autotools run order, should stop breaking the bulk build now
2005-07-22 17:59:10 +00:00
Evaldo Gardenali
701f4c72b6 PC/SC Architecture for most Unix type operating systems. Allows easy
porting of Windows smartcard software to other operating systems.
Supports many types of serial, PCMCIA, and USB smartcard readers and
cryptographic tokens.
2005-07-20 21:07:06 +00:00