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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Jun 24 06:28:49 UTC 2009


Author: rousseau
Date: Wed Jun 24 06:28:47 2009
New Revision: 4272

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4272
Log:
release 1.5.4

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

Modified: trunk/PCSC/ChangeLog
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/ChangeLog?rev=4272&op=diff
==============================================================================
--- trunk/PCSC/ChangeLog (original)
+++ trunk/PCSC/ChangeLog Wed Jun 24 06:28:47 2009
@@ -1,3 +1,21 @@
+pcsc-lite-1.5.4: Ludovic Rousseau
+24 June 2009
+- SCardGetStatusChange() works again. It was broken in some cases since
+  version 1.5.2
+- detect buffer overflows if pcscd if used by a rogue client
+- force access rights on /var/run/pcscd to be sure it can be used by a
+  libpcsclite client without privileges
+- create the PCSCLITE_EVENTS_DIR directory with the sticky bit so only
+  root or the owner of the event files can remove them
+- if RFAddReader() fails with the libhal scheme then we try with the
+  (old) libusb scheme.  This patch should allow proprietary drivers to
+  work even if pcsc-lite is compiled with libhal support.
+- give a higher priority to a specific driver over the CCID Class
+  driver. This should allow proprietary drivers to be used instead of
+  libccid when possible
+- some other minor improvements and bug corrections
+
+
 pcsc-lite-1.5.3: Ludovic Rousseau
 29 April 2009
 - SCardEstablishContext(): check we do not reuse an already allocated

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=4272&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Wed Jun 24 06:28:47 2009
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.58)
 
-AC_INIT(pcsc-lite, 1.5.3)
+AC_INIT(pcsc-lite, 1.5.4)
 AC_CONFIG_SRCDIR(src/pcscdaemon.c)
 AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip)
 AM_CONFIG_HEADER(config.h)




More information about the Pcsclite-cvs-commit mailing list