diff --git a/pcsc-lite-1.8.8.tar.bz2 b/pcsc-lite-1.8.8.tar.bz2 deleted file mode 100644 index 18ba71c..0000000 --- a/pcsc-lite-1.8.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe66354a7e738d3ef8b4e572c7e447b85894da9262381fbf004e8abcc12885e7 -size 551751 diff --git a/pcsc-lite-1.8.8.tar.bz2.asc b/pcsc-lite-1.8.8.tar.bz2.asc deleted file mode 100644 index 0354411..0000000 --- a/pcsc-lite-1.8.8.tar.bz2.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.12 (GNU/Linux) - -iEYEABECAAYFAlD2xDkACgkQP0qKj+B/HPm25QCfb6xtilgqSBF5xYRbSmJN6zAa -eOgAoJX2VQ5m+Exfzpu522WhKDaRiO/T -=z5SB ------END PGP SIGNATURE----- diff --git a/pcsc-lite-1.8.9.tar.bz2 b/pcsc-lite-1.8.9.tar.bz2 new file mode 100644 index 0000000..7591ffd --- /dev/null +++ b/pcsc-lite-1.8.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da8afd5ac5a647d85cb355f3b76a89317914dd87dbec3138ba76291b97cc9ce +size 562946 diff --git a/pcsc-lite-1.8.9.tar.bz2.asc b/pcsc-lite-1.8.9.tar.bz2.asc new file mode 100644 index 0000000..28ed7ac --- /dev/null +++ b/pcsc-lite-1.8.9.tar.bz2.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.14 (GNU/Linux) + +iEYEABECAAYFAlJepFUACgkQP0qKj+B/HPkuoACfVfBs858oYJNkWEAgTOpr/1V8 +lDUAniPG/NaHDESl9OuWyDLvTHey/MJX +=mFQv +-----END PGP SIGNATURE----- diff --git a/pcsc-lite.changes b/pcsc-lite.changes index 1eb13c5..28bd93c 100644 --- a/pcsc-lite.changes +++ b/pcsc-lite.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Fri Oct 18 10:20:10 UTC 2013 - wr@rosenauer.org + +- Updated to version 1.8.9 + * SCardEndTransaction(): Return an error if is called with no + corresponding SCardBeginTransaction() + * SCardGetAttrib(): Add support of SCARD_ATTR_DEVICE_SYSTEM_NAME + * SCardGetAttrib(): Fix bug in SCARD_ATTR_DEVICE_FRIENDLY_NAME + * SCardBeginTransaction() was not correctly releasing a mutex when + the hCard handle was invalidated. The problem was that + SCardGetStatusChange() was blocked because SCardBeginTransaction() + had not released the context mutex. + * PCSC/reader.h: Use C99 flexible array member + The structures PIN_MODIFY_STRUCTURE and PIN_VERIFY_STRUCTURE now + use a C99 flexible array member when available for abData field. + uint8_t abData[]; + * Add support of --reader-name-no-serial and --reader-name-no-interface + It is now possible to NOT add the USB serial number of the reader + using --reader-name-no-serial + It is now possible to NOT add the CCID interface name of the reader + using --reader-name-no-interface + * Add support of serialconfdir pkg-config variable + It is now possible to use pkg-config to get the directory used by + pcscd to fetch serial drivers configurations. + $ pkg-config libpcsclite --variable=serialconfdir + /etc/reader.conf.d + * pcsc-spy: Try to display the thread in the order they appear in the log + * pcsc-spy: Add SCARD_ATTR_DEVICE_SYSTEM_NAME + * Check the Info.plist file is (a minimum) correct + * Update PROTOCOL_VERSION_MINOR from 2 to 3 + We broke the API between version 1.8.3 and 1.8.4 by changing the + value of MAX_READERNAME. This change should have been made before + releasing version 1.8.4 to make mix of versions clearly non working + instead of failing with strange errors. + * hotplug_libudev.c: Fix a memory leak in case of error + * Fix OpenBSD 5.2 compilation regarding dlopen + * correctly manage thread safe multi-slot readers + * Do not use pthread_atfork() any more (fix problem on FreeBSD) + * fix memory leaks. + This was not really a problem unless you embedd pcscd in another + process and do init/deinit pcscd without exiting the process (as + maybe used on Android or iOS). + * pcscd.8 manpage: add documentation for --max-thread, + --max-card-handle-per-thread, --max-card-handle-per-reader, + --force-reader-polling, --error, --critical and --color + * Some other minor improvements and bug corrections + ------------------------------------------------------------------- Wed Jan 16 18:05:38 UTC 2013 - wr@rosenauer.org diff --git a/pcsc-lite.spec b/pcsc-lite.spec index cf8ef0e..2cdd827 100644 --- a/pcsc-lite.spec +++ b/pcsc-lite.spec @@ -36,7 +36,7 @@ BuildRequires: systemd %if %suse_version > 1220 BuildRequires: gpg-offline %endif -Version: 1.8.8 +Version: 1.8.9 Release: 0 Requires(pre): pwdutils Url: http://pcsclite.alioth.debian.org/