[Pcsclite-cvs-commit] r2020 - trunk/Drivers/ccid

Ludovic Rousseau rousseau at costa.debian.org
Sat Apr 22 15:31:06 UTC 2006


Author: rousseau
Date: 2006-04-22 15:31:05 +0000 (Sat, 22 Apr 2006)
New Revision: 2020

Modified:
   trunk/Drivers/ccid/README
   trunk/Drivers/ccid/configure.in
Log:
release 1.0.1


Modified: trunk/Drivers/ccid/README
===================================================================
--- trunk/Drivers/ccid/README	2006-04-20 18:57:14 UTC (rev 2019)
+++ trunk/Drivers/ccid/README	2006-04-22 15:31:05 UTC (rev 2020)
@@ -178,6 +178,20 @@
 History:
 ========
 
+1.0.1 - 22 April 2006, Ludovic Rousseau
+    - add support for Axalto Reflex USB v3, SCM Micro SDI 010, Winbond
+      Electronics W81E381 chipset, Gemplus GemPC Card, Athena ASE IIIe
+      KB USB, OmniKey CardMan 3621
+    - support Solaris (Solaris uses a different libusb)
+    - better documentation for ./configure arguments
+    - improve support of Cherry XX44 keyboard for PIN verify and change
+      (circumvent firmware bugs)
+    - do not use LTPBundleFindValueWithKey() from pcscd since this
+      function has been removed from pcscd API
+    - use -fvisibility=hidden is available to limit the number of
+      exported symbols
+
+
 1.0.0 - 3 March 2006, Ludovic Rousseau
     - add support for ActivCard USB Reader 3.0, Athena ASE IIIe USB V2,
       SCM Micro SCR 355, SCR 3311, SCR 3320, SCR 3340 ExpressCard54,

Modified: trunk/Drivers/ccid/configure.in
===================================================================
--- trunk/Drivers/ccid/configure.in	2006-04-20 18:57:14 UTC (rev 2019)
+++ trunk/Drivers/ccid/configure.in	2006-04-22 15:31:05 UTC (rev 2020)
@@ -6,7 +6,7 @@
 # Require autoconf 2.52
 AC_PREREQ(2.52)
 
-AC_INIT(ccid, 1.0.0)
+AC_INIT(ccid, 1.0.1)
 AC_CONFIG_SRCDIR(src/ifdhandler.c)
 AC_CONFIG_AUX_DIR(build)
 AM_INIT_AUTOMAKE




More information about the Pcsclite-cvs-commit mailing list