[Pcsclite-cvs-commit] r5626 - in /trunk/Drivers/ccid: README configure.in

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Feb 22 22:12:59 UTC 2011


Author: rousseau
Date: Tue Feb 22 22:12:51 2011
New Revision: 5626

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

Modified:
    trunk/Drivers/ccid/README
    trunk/Drivers/ccid/configure.in

Modified: trunk/Drivers/ccid/README
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/README?rev=5626&op=diff
==============================================================================
--- trunk/Drivers/ccid/README (original)
+++ trunk/Drivers/ccid/README Tue Feb 22 22:12:51 2011
@@ -116,6 +116,19 @@
 
 History:
 ========
+
+1.4.2 - 22 February 2011, Ludovic Rousseau
+    - Add support of Feitian SCR310 reader (also known as 301v2), ACS
+      APG8201 PINhandy 1, Oberthur ID-ONE TOKEN SLIM v2, new Neowave
+      Weneo token, Vasco DIGIPASS KEY 860, Vasco DIGIPASS KEY 200,
+      Xiring Leo v2, Xiring MyLeo, Aktiv Rutoken lite readers
+    - Add back support of "bogus" Oz776, REINER SCT and BLUDRIVE II
+    - Ease detection of OpenCT by pcsc-lite
+    - disable use of interrupt card events for multi slots readers (the
+      algorithm is bogus and can't be used)
+    - fix minor problems detected by the clang tool
+    - some minor bugs removed
+
 
 1.4.1 - 3 December 2010, Ludovic Rousseau
     - Add support of Gemalto Smart Guardian (SG CCID), ReinerSCT

Modified: trunk/Drivers/ccid/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/configure.in?rev=5626&op=diff
==============================================================================
--- trunk/Drivers/ccid/configure.in (original)
+++ trunk/Drivers/ccid/configure.in Tue Feb 22 22:12:51 2011
@@ -6,7 +6,7 @@
 # Require autoconf 2.61
 AC_PREREQ(2.61)
 
-AC_INIT(ccid, 1.4.1)
+AC_INIT(ccid, 1.4.2)
 AC_CONFIG_SRCDIR(src/ifdhandler.c)
 AC_CONFIG_AUX_DIR([.])
 AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip)




More information about the Pcsclite-cvs-commit mailing list