the correct path is /usr/local/lib instead of /usr/local/pcsc/lib
1 lines of code changed in 1 file:
ChangeLog.svn rule: search and replace corcoran-guest before corcoran
2 lines of code changed in 1 file:
remove libmusclecard directory
1 lines of code changed in 1 file:
remove libmusclecard code
0 lines of code changed in 1 file:
move PCSC/libmusclecard in its own package
0 lines of code changed in 20 files:
add a call to SCardTransmit()
37 lines of code changed in 1 file:
automatically call SCardUnload() when the libpcsclite library is unloaded
Thanks to Najam Siddiqui. See
http://archives.neohapsis.com/archives/dev/muscle/2006-q1/0177.html
5 lines of code changed in 1 file:
SCardTransmit(): use 0x%08lX instead of %ld since the return codes are
defined in hex in PCSC/pcsclite.h
1 lines of code changed in 1 file:
correctly detect the use of --enable-libusb (--enable-libusb has the
same effect as --disable-libusb)
Thanks to Iain MacDonnell for the bug report
5 lines of code changed in 1 file:
SCardReleaseContext(): do not check that the thread releasing the
context is the one that established it. This check is not performed on
Windows and creates portability problems
See http://archives.neohapsis.com/archives/dev/muscle/2006-q1/0134.html
0 lines of code changed in 1 file:
We can't use a # inside a #define so it is not possible to use
#define CONSTRUCTOR_DECLARATION(x) #pragma init (x)
The #pragma is used directly where needed
13 lines of code changed in 2 files:
update the available ./configure options
Thanks to Shawn Willden for the bug report
21 lines of code changed in 1 file:
correct the Perl regexp in ChangeLog.svn rule
9 lines of code changed in 1 file:
add subversion revision in ChangeLog.svn
1 lines of code changed in 1 file:
remove $(LIBUSB_LIBS) from libpcsclite_la_LIBADD
1 lines of code changed in 1 file:
release 1.2.9-beta10
12 lines of code changed in 2 files:
use ChangeLog.svn instead of ChangeLog.cvs
3 lines of code changed in 1 file: