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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Dec 3 14:41:28 UTC 2010


Author: rousseau
Date: Fri Dec  3 14:41:27 2010
New Revision: 5430

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

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=5430&op=diff
==============================================================================
--- trunk/Drivers/ccid/README (original)
+++ trunk/Drivers/ccid/README Fri Dec  3 14:41:27 2010
@@ -116,6 +116,27 @@
 
 History:
 ========
+
+1.4.1 - 3 December 2010, Ludovic Rousseau
+    - Add support of Gemalto Smart Guardian (SG CCID), ReinerSCT
+      cyberJack RFID basis, Akasa AK-CR-03, BZH uKeyCI800-K18, Free
+      Software Initiative of Japan Gnuk token readers
+    - Remove O2 Micro Oz776 and Blutronics Bludrive II CCID since they
+      are no more supported since version 1.4.0
+    - SecurePINVerify() & SecurePINModify(): Accept big and little
+      endian byte orders for multibytes fields. The application
+      should not use HOST_TO_CCID_16() and HOST_TO_CCID_32() any more
+      and just use the normal byte order of the architecture.
+    - Need pcsc-lite 1.6.5 for TAG_IFD_POLLING_THREAD_WITH_TIMEOUT
+    - Add --enable-embedded (default is no) to build libccid for an
+      embedded system.  This will activate the NO_LOG option to disable
+      logging and limit RAM and disk consumption.
+    - Remove --enable-udev option since it is not used anymore with
+      libhal. The udev rules file is now used to change the access
+      rights of the device and not send a hotplug signal to pcscd.
+      See http://ludovicrousseau.blogspot.com/2010/09/pcscd-auto-start.html
+    - some minor bugs removed
+
 
 1.4.0 - 4 August 2010, Ludovic Rousseau
     - add support of Kingtrust Multi-Reader, Dectel CI692, Todos CX00,

Modified: trunk/Drivers/ccid/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/configure.in?rev=5430&op=diff
==============================================================================
--- trunk/Drivers/ccid/configure.in (original)
+++ trunk/Drivers/ccid/configure.in Fri Dec  3 14:41:27 2010
@@ -6,7 +6,7 @@
 # Require autoconf 2.61
 AC_PREREQ(2.61)
 
-AC_INIT(ccid, 1.4.0)
+AC_INIT(ccid, 1.4.1)
 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