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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Mar 30 08:16:43 UTC 2011


Author: rousseau
Date: Wed Mar 30 08:16:28 2011
New Revision: 5679

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

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

Modified: trunk/PCSC/ChangeLog
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/ChangeLog?rev=5679&op=diff
==============================================================================
--- trunk/PCSC/ChangeLog (original)
+++ trunk/PCSC/ChangeLog Wed Mar 30 08:16:28 2011
@@ -1,3 +1,12 @@
+pcsc-lite-1.7.1: Ludovic Rousseau
+30 March 2011
+- use libudev only on Linux and libusb elsewhere. The configuration now
+  works by default on GNU/kFreeBSD systems
+- Try to use a (CCID) class driver if a specific driver fails to use the
+  reader.
+- fix a potential crash
+
+
 pcsc-lite-1.7.0: Ludovic Rousseau
 9 March 2011
 - use libudev instead of (the deprecated) libhal

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=5679&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Wed Mar 30 08:16:28 2011
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.58)
 
-AC_INIT(pcsc-lite, 1.7.0)
+AC_INIT(pcsc-lite, 1.7.1)
 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