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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Mar 31 19:47:15 UTC 2011


Author: rousseau
Date: Thu Mar 31 19:47:14 2011
New Revision: 5684

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

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

Modified: trunk/PCSC/ChangeLog
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/ChangeLog?rev=5684&op=diff
==============================================================================
--- trunk/PCSC/ChangeLog (original)
+++ trunk/PCSC/ChangeLog Thu Mar 31 19:47:14 2011
@@ -1,3 +1,8 @@
+pcsc-lite-1.7.2: Ludovic Rousseau
+31 March 2011
+- fix a crash if a specific driver fails to work and no class driver is
+  available
+
 pcsc-lite-1.7.1: Ludovic Rousseau
 30 March 2011
 - use libudev only on Linux and libusb elsewhere. The configuration now

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=5684&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Thu Mar 31 19:47:14 2011
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.58)
 
-AC_INIT(pcsc-lite, 1.7.1)
+AC_INIT(pcsc-lite, 1.7.2)
 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