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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Jul 28 20:52:50 UTC 2009


Author: rousseau
Date: Tue Jul 28 20:52:50 2009
New Revision: 4347

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

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=4347&op=diff
==============================================================================
--- trunk/Drivers/ccid/README (original)
+++ trunk/Drivers/ccid/README Tue Jul 28 20:52:50 2009
@@ -286,6 +286,29 @@
 
 History:
 ========
+
+1.3.11 - 28 July 2009, Ludovic Rousseau
+    - add support of Raritan D2CIM-DVUSB VM/CCID, Feitian SCR301,
+      Softforum XecureHSM, 2 Neowave Weneo tokens, Synnix STD200, Aktiv
+      Rutoken ECP, Alcor Micro SCR001, ATMEL AT91SC192192CT-USB,
+      Panasonic USB Smart Card Reader 7A-Smart, Gemalto GemProx DU and SU
+    - remove support of Reiner-SCT cyberJack pinpad(a) on request of
+      Reiner-SCT.  You should user the Reiner-SCT driver instead
+    - define CFBundleName to CCIDCLASSDRIVER so that non class drivers
+      have a higher priority. Used by pcsc-lite 1.5.5 and up.
+      Add a --disable-class configure option so that the Info.plist does
+      not define a Class driver. Default is class driver.
+    - do not power up a card with a voltage not supported by the reader
+    - add support of PIN_PROPERTIES_STRUCTURE structure and
+      FEATURE_IFD_PIN_PROPERTIES
+    - adds support of FEATURE_MCT_READERDIRECT. Only the Kobil TriB at nk
+      reader supports this feature for now. This is used for the Secoder
+      functionality in connected mode.
+    - add support of a composite device. No change needed with libhal.
+      use --enable-composite-as-multislot on Mac OS X since libhal is
+      not available on Mac OS X or with libusb on Linux
+    - some minor bugs removed
+
 
 1.3.10 - 7 March 2009, Ludovic Rousseau
     - add support for MSI StarReader SMART, Noname reader (from

Modified: trunk/Drivers/ccid/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/configure.in?rev=4347&op=diff
==============================================================================
--- trunk/Drivers/ccid/configure.in (original)
+++ trunk/Drivers/ccid/configure.in Tue Jul 28 20:52:50 2009
@@ -6,7 +6,7 @@
 # Require autoconf 2.61
 AC_PREREQ(2.61)
 
-AC_INIT(ccid, 1.3.10)
+AC_INIT(ccid, 1.3.11)
 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