[Pcsclite-git-commit] [website] 01/02: Add release 1.4.20 in history

Ludovic Rousseau rousseau at moszumanska.debian.org
Wed Aug 26 15:59:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository website.

commit f446cc99551b3dd5bb8aeff7b0a0e0172e75923f
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Mon Aug 10 17:42:54 2015 +0200

    Add release 1.4.20 in history
---
 create_driver_version.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/create_driver_version.py b/create_driver_version.py
index fd0ebaa..d68007b 100755
--- a/create_driver_version.py
+++ b/create_driver_version.py
@@ -12,7 +12,8 @@ def driver_revision_to_version(rev):
     convert a git timestamp in the first release after this timestamp
     """
 
-    # git --no-pager log --no-walk --tags --pretty=format:"%at %D"
+    # to know the value for a new release:
+    # (cd ../CCID ; git --no-pager log --no-walk --tags --pretty=format:"%at %D")
 
     history = [
         # [ GIT timestamp, CCID release ]
@@ -68,6 +69,7 @@ def driver_revision_to_version(rev):
         [1402492197, "1.4.17"],
         [1410625524, "1.4.18"],
         [1431502500, "1.4.19"],
+        [1438773693, "1.4.20"],
             ]
 
     for release in history:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/website.git



More information about the Pcsclite-cvs-commit mailing list