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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Oct 11 20:20:54 UTC 2011


Author: rousseau
Date: Tue Oct 11 20:20:53 2011
New Revision: 6032

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

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=6032&op=diff
==============================================================================
--- trunk/Drivers/ccid/README (original)
+++ trunk/Drivers/ccid/README Tue Oct 11 20:20:53 2011
@@ -117,6 +117,21 @@
 
 History:
 ========
+
+1.4.5 - 11 October 2011, Ludovic Rousseau
+    - Add support of Alcor Micro AU9540, Ubisys 13.56MHz RFID (CCID),
+      BIFIT USB-Token iBank2key, BIFIT iBank2Key, Gemalto Ezio Shield
+      PinPad reader, Gemalto SA .NET Dual, Precise Sense MC reader (with
+      fingerprint), SDS DOMINO-Key TWIN Pro
+    - Add support of bPPDUSupport and FEATURE_CCID_ESC_COMMAND
+    - SCARD_ATTR_VENDOR_NAME and SCARD_ATTR_VENDOR_IFD_VERSION are not
+      the vendor name and version of the driver but of the IFD:
+      InterFace Device i.e. the smart card reader.  We then return the
+      USB iManufacturer string as SCARD_ATTR_VENDOR_NAME and USB
+      bcdDevice as SCARD_ATTR_VENDOR_IFD_VERSION
+    - reduce binary size bu removing unused features from simclist
+    - Fix some warnings reported bu Coverity
+
 
 1.4.4 - 13 May 2011, Ludovic Rousseau
     - Add support of Gemalto Ezio Shield, Gemalto Ezio CB+, Gemalto Ezio

Modified: trunk/Drivers/ccid/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/configure.in?rev=6032&op=diff
==============================================================================
--- trunk/Drivers/ccid/configure.in (original)
+++ trunk/Drivers/ccid/configure.in Tue Oct 11 20:20:53 2011
@@ -6,7 +6,7 @@
 # Require autoconf 2.61
 AC_PREREQ(2.61)
 
-AC_INIT(ccid, 1.4.4)
+AC_INIT(ccid, 1.4.5)
 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