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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Jun 27 15:28:44 UTC 2008


Author: rousseau
Date: Fri Jun 27 15:28:44 2008
New Revision: 3033

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

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=3033&op=diff
==============================================================================
--- trunk/Drivers/ccid/README (original)
+++ trunk/Drivers/ccid/README Fri Jun 27 15:28:44 2008
@@ -259,6 +259,16 @@
 History:
 ========
 
+1.3.8 - 27 June 2008, Ludovic Rousseau
+    - add support for Oberthur ID-One Cosmo Card
+    - do not include the release number in the Info.plist to avoid a
+      diff of a configuration file when upgrading the package.
+    - do not fail compilation if libusb is not available
+    - do not crash if the reader firmware is bogus and does not support
+      chaining for extended APDU.  This is the case for Kobil readers
+    - some minor bugs removed
+
+
 1.3.7 - 8 June 2008, Ludovic Rousseau
     - add support for ActivCard Activkey Sim, Pro-Active CSB6 Ultimate,
       id3 Semiconductors CL1356A HID
@@ -270,6 +280,7 @@
       reader)
     - correct a pthread problem under Solaris
     - some minor bugs removed
+
 
 1.3.6 - 30 April 2008, Ludovic Rousseau
     - add support for Covadis Alya, Covadis Véga, Precise Biometrics 250

Modified: trunk/Drivers/ccid/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/configure.in?rev=3033&op=diff
==============================================================================
--- trunk/Drivers/ccid/configure.in (original)
+++ trunk/Drivers/ccid/configure.in Fri Jun 27 15:28:44 2008
@@ -6,7 +6,7 @@
 # Require autoconf 2.61
 AC_PREREQ(2.61)
 
-AC_INIT(ccid, 1.3.7)
+AC_INIT(ccid, 1.3.8)
 AC_CONFIG_SRCDIR(src/ifdhandler.c)
 AC_CONFIG_AUX_DIR(build)
 AM_INIT_AUTOMAKE




More information about the Pcsclite-cvs-commit mailing list