[Pcsclite-cvs-commit] r6509 - /website/matrix.py

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Jan 16 16:35:40 UTC 2013


Author: rousseau
Date: Wed Jan 16 16:35:39 2013
New Revision: 6509

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6509
Log:
Add CCID releases 1.4.7 and 1.4.8

Modified:
    website/matrix.py

Modified: website/matrix.py
URL: http://svn.debian.org/wsvn/pcsclite/website/matrix.py?rev=6509&op=diff
==============================================================================
--- website/matrix.py (original)
+++ website/matrix.py Wed Jan 16 16:35:39 2013
@@ -311,7 +311,9 @@
         [5688, "1.4.3"],
         [5742, "1.4.4"],
         [6032, "1.4.5"],
-        [6266, "1.4.6"]]
+        [6266, "1.4.6"],
+        [6470, "1.4.7"],
+        [6507, "1.4.8"]]
     for release in history:
         if rev <= release[0]:
             return release[1]




More information about the Pcsclite-cvs-commit mailing list