[Pcsclite-cvs-commit] r6401 - in /trunk/PCSC: ChangeLog configure.in

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sat Aug 4 13:48:07 UTC 2012


Author: rousseau
Date: Sat Aug  4 13:48:06 2012
New Revision: 6401

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6401
Log:
Release 1.8.5

Modified:
    trunk/PCSC/ChangeLog
    trunk/PCSC/configure.in

Modified: trunk/PCSC/ChangeLog
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/ChangeLog?rev=6401&op=diff
==============================================================================
--- trunk/PCSC/ChangeLog (original)
+++ trunk/PCSC/ChangeLog Sat Aug  4 13:48:06 2012
@@ -1,3 +1,12 @@
+pcsc-lite-1.8.5: Ludovic Rousseau
+4 August 2012
+- Fix crash when a reader is unplugged while pcscd is in the middle of a
+  PC/SC function
+- SCardBeginTransaction(): fix a bug introduced in version 1.8.4
+  related to sharing
+- Some other minor improvements and bug corrections
+
+
 pcsc-lite-1.8.4: Ludovic Rousseau
 26 June 2012
 - Add [ and ] in the list of accepted characters for a reader name

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=6401&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Sat Aug  4 13:48:06 2012
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.69])
 
-AC_INIT([pcsc-lite],[1.8.4])
+AC_INIT([pcsc-lite],[1.8.5])
 AC_CONFIG_SRCDIR(src/pcscdaemon.c)
 AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip)
 AC_CONFIG_HEADERS([config.h])




More information about the Pcsclite-cvs-commit mailing list