[Pcsclite-cvs-commit] r6848 - website

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Fri Feb 14 10:04:41 UTC 2014


Author: rousseau
Date: 2014-02-14 10:04:41 +0000 (Fri, 14 Feb 2014)
New Revision: 6848

Modified:
   website/matrix.py
Log:
Add support of CCID 1.4.15


Modified: website/matrix.py
===================================================================
--- website/matrix.py	2014-02-14 09:21:06 UTC (rev 6847)
+++ website/matrix.py	2014-02-14 10:04:41 UTC (rev 6848)
@@ -331,7 +331,8 @@
         [6660, "1.4.11"],
         [6729, "1.4.12"],
         [6766, "1.4.13"],
-        [6796, "1.4.14"]]
+        [6796, "1.4.14"],
+        [6847, "1.4.15"]]
     for release in history:
         if rev <= release[0]:
             return release[1]




More information about the Pcsclite-cvs-commit mailing list