commit c6e9fa746d00e08fc71c57c79e305669ff2e3106 (HEAD -> master, zotac/master, origin/master)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 29 18:46:30 2022 +0100

    Release 1.6.0
    
    Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>

 README       | 7 +++++++
 configure.ac | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 94b335cee7281442f69e76cddea54b04ffe58c6e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 29 18:46:09 2022 +0100

    8 new ATRs

 smartcard_list.txt | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

commit a740e87d24d69855ca26639ba513228f9cb7e405
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jan 28 10:43:17 2022 +0100

    pcsc_scan: handle Ctrl-C on macOS
    
    macOS does not support the plug & play mechanism "\\?PnP?\Notification"
    for SCardGetStatusChange() and uses instead an active polling loop over
    SCardListReaders().
    
    There is no SCardGetStatusChange() that can be cancled by SCardCancel()
    so we must handle the interruption by ourself.

 pcsc_scan.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit ad38b2a420b1c808ae6e2a3fd9c9dcb3fbce5592
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jan 21 14:53:43 2022 +0100

    10 new ATRs

 smartcard_list.txt | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

commit 2d685e74833d9d8ac01faef1d33b4a19155c4d62
Author: Philippe Teuwen <phil@teuwen.org>
Date:   Fri Jan 14 23:23:59 2022 +0100

    smartcard_list.txt: fix typos

 smartcard_list.txt | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit f0412761544dd6782b2c152a51ba760d0c946af6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 12 17:48:43 2022 +0100

    10 new ATRs

 smartcard_list.txt | 32 +++++++++++++++++++++++++++++++-
 1 file changed, 31 insertions(+), 1 deletion(-)

commit dd64def92639534aa5381306fcd3ffebfecfa53e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 4 19:09:58 2022 +0100

    10 new ATRs

 smartcard_list.txt | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

commit bffb77bafeaf99b8cd263145445632ba984dd7a7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Dec 25 11:13:02 2021 +0100

    pcsc_scan: start the spinning thread before use
    
    The spinning mechanism can be used when waiting for the first reader.
    The thread must be started before that.

 pcsc_scan.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit c1d6a4b7a5dadcb4e329c87caf3944727a4ea53a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Dec 24 20:33:52 2021 +0100

    pcsc_scan: fix spinning in quiet mode
    
    It was not possible to exit on Windows in quiet mode (-q)

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b5d15785da131d06a8c6786f63938ec4023778b4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Dec 24 20:32:25 2021 +0100

    pcsc_scan: no "-n" option on Windows

 pcsc_scan.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit d8846288750a147f9dd082e2a635cc16f71ecc6c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Dec 24 14:15:21 2021 +0100

    pcsc_scan: fix compiler warning
    
    pcsc_scan.c:372:33: warning: declaration of ‘hContext’ shadows a global declaration [-Wshadow]
      372 | static LONG stress(SCARDCONTEXT hContext, const char *readerName)
          |                    ~~~~~~~~~~~~~^~~~~~~~
    pcsc_scan.c:138:14: note: shadowed declaration is here
      138 | SCARDCONTEXT hContext;
          |              ^~~~~~~~

 pcsc_scan.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8ba170ed2c5c20540f9c71ecc49cd1ee9ad3a29a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Dec 24 14:09:03 2021 +0100

    pcsc_scan: reduce the number of SCardGetStatusChange() calls
    
    SCardGetStatusChange() was called every 1 second. This generated a lot
    of pcscd logs (when debugging) and was not a good use of CPU resources.
    
    We now use a thread to animate the spining characters.
    SCardGetStatusChange() is called with a timeout of 1 hour and
    SCardCancel() is used to stop it.

 pcsc_scan.c | 181 +++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 101 insertions(+), 80 deletions(-)

commit 8d2829455dac2b4d0326a5930b71f3f2758635d3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Dec 11 14:29:00 2021 +0100

    10 new ATRs

 smartcard_list.txt | 57 ++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 36 insertions(+), 21 deletions(-)

commit 53923ef8e98062c478f99e3bfcc8eb4654996c27 (tag: 1.5.8, github/master)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 7 16:50:44 2021 +0100

    Release 1.5.8
    
    Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>

 README       | 12 ++++++++++++
 configure.ac |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

commit a954b5f306e7eb1371f3d264262020726694b763
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 7 16:56:23 2021 +0100

    configure.ac: remove AC_HEADER_STDC
    
    Problem reported by autoreconf(1)
    configure.ac:62: warning: The macro `AC_HEADER_STDC' is obsolete.
    configure.ac:62: You should run autoupdate.

 configure.ac | 1 -
 1 file changed, 1 deletion(-)

commit e6909c2d10b1ff164cd478508eafc3ca4b9109e3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 7 16:55:01 2021 +0100

    configure.ac: Use AC_CONFIG_HEADERS
    
    Problem reported by autoreconf(1)
    configure.ac:10: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
    configure.ac:10: You should use the 'AC_CONFIG_HEADERS' macro instead.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit adb2716122a7bada68e3b1085f5f23980a0df4fc
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Nov 4 19:47:47 2021 +0100

    10 new ATRs

 smartcard_list.txt | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

commit 7a5c7861cf87911d7a6f3552d9b81747c085d133
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Nov 1 15:21:22 2021 +0100

    pcsc_scan: Exit if no reader is found and -c or -r is used
    
    The command was waiting for a first reader. But because the execution
    is in quiet mode when -r or -c is used the command did not displayed the
    classic message:
    Using reader plug'n play mechanism
    Scanning present readers...
    Waiting for the first reader...
    and was waiting.
    
    Now we display "No reader found." and exit.

 pcsc_scan.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit 99749ef960c540f987371e2c508c13230206e6ac
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Oct 28 11:48:54 2021 +0200

    pcsc_scan: use quiet mode when listing cards or readers
    
    We do not need the messages:
      Using reader plug'n play mechanism
      Scanning present readers...
    when we just list readers and cards and then exit.

 pcsc_scan.c | 3 +++
 1 file changed, 3 insertions(+)

commit 29bb503557fc234b123c3f7df117987309211b8d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Oct 28 11:47:08 2021 +0200

    pcsc_scan add the option -c to list cards only once

 pcsc_scan.c | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

commit e3068f12449cbeeacd2c13b3791119a1b7a2058f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 26 18:17:39 2021 +0200

    14 new ATRs

 smartcard_list.txt | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)

commit 49fdb241d6cf7ed994407c88d85bb3f5726733e0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Oct 7 23:07:50 2021 +0200

    11 new ATRs

 smartcard_list.txt | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

commit bcfc9045e318a352d970b697f42f14db2fca2685
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Sep 20 17:14:08 2021 +0200

    10 new ATRs

 smartcard_list.txt | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

commit c455f59179637c97fc7fcc5724a9ec96de96224d
Merge: c5d937c 98bc9b5
Author: Ludovic Rousseau <ludovic.rousseau+github@gmail.com>
Date:   Thu Sep 9 17:54:00 2021 +0200

    Merge pull request #47 from graealex/master
    
    Fix known tachograph card entries

commit 98bc9b5f8dbdf21d7a3fcb032a210e47d849d0e1
Author: Alexander Graef <graef@milanoengineering.com>
Date:   Thu Sep 9 16:35:35 2021 +0200

    Fix known tachograph card entries

 smartcard_list.txt | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit c5d937cbdce06f386d5e88ccc861d2255621ba55
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Aug 22 23:19:53 2021 +0200

    11 new ATRs

 smartcard_list.txt | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

commit 775b1dc1b93caba6b67c06569749fe24d5639360
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jul 24 23:15:44 2021 +0200

    11 new ATRs

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit 8033aa1e8a9211928c31f914cd33d39abfbbd7c9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jul 24 22:04:55 2021 +0200

    15 new ATRs

 smartcard_list.txt | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

commit 54505cfd9024897b0b5473836108c78c697026ed
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jun 25 18:57:26 2021 +0200

    10 new ATRs

 smartcard_list.txt | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

commit 691ae06a6925b7a0e283016c8a05725959beebb3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jun 15 21:34:09 2021 +0200

    pcsc_scan: turn off colour if redirected output
    
    If the output is redirected then we do not use colors.

 pcsc_scan.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit ae882b8596b96c86b59ccf9887676a2663743e72
Author: egil <egil@kvaleberg.no>
Date:   Tue Jun 15 14:52:31 2021 +0200

    pcsc_scan: add maxtime option -t
    
    -t: specify time program should run, in seconds. The program will
    terminate when this +time has passed.

 pcsc_scan.1 |  4 ++++
 pcsc_scan.c | 30 +++++++++++++++++++++++++++---
 2 files changed, 31 insertions(+), 3 deletions(-)

commit c5474d9de8bf7484077096986e97ee30ee4c5f67
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jun 12 16:05:59 2021 +0200

    10 new ATRs

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit 3d20e3b3838a5931c89536b57ab1512e28313cc1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue May 25 18:38:58 2021 +0200

    pcsc_scan: no spinner in quiet mode (-q)
    
    Thanks to Daniel Milnes for the bug report
    "Flag to disable spinner in pcsc_scan #44"
    Fixes https://github.com/LudovicRousseau/pcsc-tools/issues/44

 pcsc_scan.c | 7 +++++++
 1 file changed, 7 insertions(+)

commit d62c9b6541ff86b608c8f50af8179b9fc8a56ade
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue May 25 18:38:44 2021 +0200

    pcsc_scan: code reorganization
    
    Move the declaration of Options earlier in the code.

 pcsc_scan.c | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

commit 4d5df2e08bc918689938e149ca8c790903506435
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 23 09:34:45 2021 +0200

    11 new ATRs

 smartcard_list.txt | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

commit 2a9118c3ce352be2afec0480b3371e68673b0513
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu May 6 18:16:43 2021 +0200

    10 new ATRs

 smartcard_list.txt | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

commit bb01422ee31f89c9a67adb5ddf13fbdeeff99a82
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 23 22:03:57 2021 +0200

    11 new ATRs

 smartcard_list.txt | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

commit 3330d3560d344aeeac2b4eb6a4882d0fe5b079c1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Apr 11 13:30:58 2021 +0200

    10 new ATRs

 smartcard_list.txt | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

commit 2a451a308a6c453a56b02a1396374eef08d5eca6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Apr 5 17:44:06 2021 +0200

    10 new ATRs

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit 0ea6a037539be93639590a4dc899dec6a1945ef5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 30 09:14:14 2021 +0200

    10 new ATRs

 smartcard_list.txt | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

commit 981b16b77b2db218f61b424843c0fac827280d36
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Mar 21 15:19:44 2021 +0100

    11 new ATRs

 smartcard_list.txt | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

commit 43e810af341f0f55c90f437ad226675c7d0db68f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Mar 5 15:45:55 2021 +0100

    12 new ATRs

 smartcard_list.txt | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

commit 3e466ee0576ba40e61fbd952eb450bf961720483
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Feb 21 22:09:51 2021 +0100

    10 new ATRs

 smartcard_list.txt | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

commit 36ef54fa1e7f22fba411770eaca6694f61b8e388
Author: Erik Ekman <erik@kryo.se>
Date:   Sat Feb 20 21:20:21 2021 +0100

    ATR_analysis: misc speling fixes (#43)

 ATR_analysis | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 4e8c6ace1c431a0d45bb2b42685acef826a95226
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Feb 10 14:32:06 2021 +0100

    10 new ATRs

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit 8655eeb781ee1c080aee95f47adbc7632c7b93e3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 30 13:19:36 2021 +0100

    10 new ATRs

 smartcard_list.txt | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit 1154cc3636275b2d199d91677b90ae26c8a37fb4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 12 14:53:25 2021 +0100

    10 new ATRs

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit 843de9a0328a0d1ae7219a23a65ec81916ca4ed8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 30 19:04:25 2020 +0100

    15 new ATRs

 smartcard_list.txt | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

commit 6edf473b90ec3576f219d35c47a9c53aeecf1431
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Dec 7 17:14:56 2020 +0100

    10 new ATRs

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++----
 1 file changed, 33 insertions(+), 4 deletions(-)

commit c476365fa84a43ee24abfd77357bcac36dc94a8c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 28 12:23:46 2020 +0100

    11 new ATRs

 smartcard_list.txt | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

commit 22a44e966dc1a7c9f4172367b4f9bcfe18ffaca7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 21 13:09:11 2020 +0100

    2 new ATRs

 smartcard_list.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 74ec0cc2aa1433efff4843668ddc1d93777fe5f8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Nov 20 17:14:29 2020 +0100

    ATR_analysis: fix TB2 parsing error
    
    Thanks to Milan Zoric for the bug report.

 ATR_analysis | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9647c03ba3706123864c1fe704d3fb164c2d2ab2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 14 18:19:56 2020 +0100

    10 new ATRs

 smartcard_list.txt | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

commit 63c26fd9918135a131ed2eeef87b1f53b6da4f4d
Merge: f765d4e a8634ee
Author: Ludovic Rousseau <ludovic.rousseau+github@gmail.com>
Date:   Sun Nov 8 12:03:02 2020 +0100

    Merge pull request #42 from fdelapena/firma-digital-nxp
    
    Add new version of Costa Rican eID

commit a8634ee1eb9da86ab2c075a64f19e24d8c689a36
Author: Francisco de la Peña <fran@fran.cr>
Date:   Sat Nov 7 16:30:59 2020 -0600

    Add new version of Costa Rican eID
    Pre-2019 models were manufactured by Athena, now acquired by NXP.
    since 2019, new models are from NXP and the ATR differs.

 smartcard_list.txt | 2 ++
 1 file changed, 2 insertions(+)

commit f765d4ec4d538e2fbc4236f2e2c539c3aa9ee8ae
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 7 18:26:20 2020 +0100

    10 new ATRs

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit 368ae6ee37d321115174704c59f580e814d74298
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Oct 31 18:53:28 2020 +0100

    15 new ATRs

 smartcard_list.txt | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

commit 4f76989c590668abfef447ff6ef7afc060ea30b6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Oct 18 17:31:09 2020 +0200

    Remove 4 duplicated ATRs

 smartcard_list.txt | 9 ---------
 1 file changed, 9 deletions(-)

commit 0bc2ce4ce98e7340443cc8cbb86658c7b63283cb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Oct 18 17:28:16 2020 +0200

    Remove extra 3B 02 14 50
    
    Some ATR were corrupted by an extra "3B 02 14 50" at the end.
    This is because an old version of the online service
    https://smartcard-atr.apdu.fr/ had "3B 02 14 50" as the default ATR.

 smartcard_list.txt | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit d2a3b471c57288bbece21972776dbe0326de1846
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Oct 18 17:27:26 2020 +0200

    Remove 3 duplicated ATRs

 smartcard_list.txt | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

commit ea19b33c6d63656417c485bbc01d53a204cd6e1a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Oct 18 17:27:07 2020 +0200

    sort_smartcard_list: find duplicate ATRs

 sort_smartcard_list.py | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 5dee3387ac9295b66565797985e3168348f7dde1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Oct 18 17:16:35 2020 +0200

    4 ATR

 smartcard_list.txt | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit ac3654d43132540bf286d8757b080deee3b62ea6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Oct 15 16:41:57 2020 +0200

    10 new ATRs

 smartcard_list.txt | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

commit 34ac207adbba0d1a951b314c1676610a1d0bba01
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Sep 29 18:00:01 2020 +0200

    10 new ATRs

 smartcard_list.txt | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit 0607487ac786f9740b4ee99ccdb0f7bc7224a331
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Sep 19 13:31:32 2020 +0200

    10 new ATRs

 smartcard_list.txt | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

commit 14e52c9447b53d0cded587797c9dc2f7d69adf1c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Sep 8 17:59:30 2020 +0200

    10 new ATRs

 smartcard_list.txt | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

commit 603f422267c163997a7fd268605f4ce92ef83a62
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Aug 23 18:38:06 2020 +0200

    10 new ATRs

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit 60f6928576fc5503b0ad6c3b9dbb5ca8b1bda1f1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 11 19:17:18 2020 +0200

    11 new ATRs

 smartcard_list.txt | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

commit 08fd381dd8c84614df46a3f4ad6aeeaf47cc5d00
Author: Leonardo Brondani Schenkel <leonardo@schenkel.net>
Date:   Wed Jul 29 17:55:25 2020 +0200

    Add Länsförsäkringar Debit Mastercard

 smartcard_list.txt | 2 ++
 1 file changed, 2 insertions(+)

commit 8411a21b733dc8af5d3be7104d1e78b7955d9883
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jul 29 18:29:11 2020 +0200

    10 new ATRs

 smartcard_list.txt | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

commit 7035ab7fa7313d57f2ab1f4afb1c32ae23ad3ff0 (tag: 1.5.7)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jul 7 10:57:18 2020 +0200

    Release 1.5.7
    
    Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>

 README       | 4 ++++
 configure.ac | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 956f984834cc29b0366b4342e397425df15fea20
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jul 7 10:56:19 2020 +0200

    3 new ATRs

 smartcard_list.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit ae1dfaa4028127350bbe314e0010ae22abf9b560
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Jul 6 12:44:08 2020 +0200

    Update URL of the online parser
    
    Moved from Google App Engine to https://smartcard-atr.apdu.fr/

 ATR_analysis | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2217a2f5651b58ba83456796ae44bea1b75abb56
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Jun 29 17:07:54 2020 +0200

    10 new ATRs

 smartcard_list.txt | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

commit eb44944c3853504a60d961229f5ddcf9faffd840
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jun 19 15:48:04 2020 +0200

    10 new ATRs

 smartcard_list.txt | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

commit bc60fa9eb1611b96da9ebbf16fbfac8eaf77689b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jun 10 10:55:10 2020 +0200

    10 new ATRs

 smartcard_list.txt | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

commit 3f5505a28498201bd67f490b19a6df9ef6b60b0a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jun 4 11:32:41 2020 +0200

    11 new ATRs

 smartcard_list.txt | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

commit d57489cd1bd20e33f4db54084a682c273a8dff64
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 29 10:38:49 2020 +0200

    pcsc_scan: fix message for SCARD_STATE_UNKNOWN
    
    When SCARD_STATE_UNKNOWN is reported that is the Card state that is
    unknown, not the Reader state.

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c37f0951b37ca19d2f10310ceb8e2c9e48da80bb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue May 19 09:29:45 2020 +0200

    10 new ATRs

 smartcard_list.txt | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit ba082fd6aa5fc447929bfe6939334a35f5419757
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 10 11:22:00 2020 +0200

    10 new ATRs

 smartcard_list.txt | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit 926510270d2586fbe4b7316599fe502bbb0c4c8a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon May 4 18:30:20 2020 +0200

    10 new ATRs

 smartcard_list.txt | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit 7d6db155933b379edc057d5a15cebd1d7fca4356
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 25 15:59:48 2020 +0200

    11 new ATRs

 smartcard_list.txt | 51 +++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 49 insertions(+), 2 deletions(-)

commit bccb6c18fbe9ff3dd5c5d93a3aaa100a1c1b386c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 10 11:52:05 2020 +0200

    10 new ATRs

 smartcard_list.txt | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

commit 931e9388c6d07eeaae40e35a7b11e47968f58601
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 3 15:00:30 2020 +0200

    11 new ATRs

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit 83b055e57c5b7235a5a6b5f37095872f90fffafb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Mar 20 13:35:29 2020 +0100

    10 new ATRs

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit fa828662814d4484b873e443420e144e17a66ed9 (tag: 1.5.6)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Mar 8 16:39:53 2020 +0100

    Release 1.5.6
    
    Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>

 README       | 4 ++++
 configure.ac | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit d17f47f5cb2c72988a8e0de2f8ccf36ed49ac05c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Mar 8 13:19:32 2020 +0100

    10 new ATRs

 smartcard_list.txt | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit 1727dbf217f22b6e32ad5c066989f542f6233da9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 7 11:21:49 2020 +0100

    Windows: fix an infinite loop on some systems
    
    Some Windows systems do not report "correct" information for
    .dwEventState returned by SCardGetStatusChange() for the special reader
    "\\?PnP?\Notification".
    The program was looping forever trying to detect a new reader.
    
    I now use a different, less smart, code to handle this.
    
    Thanks to digitalentropy for the bug report
    https://github.com/LudovicRousseau/pcsc-tools/issues/34

 pcsc_scan.c | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

commit b1755385cb2941482fafcec4a52e3589e1e2ab82
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 7 11:20:20 2020 +0100

    Windows: Press shift key to quit
    
    Using Ctrl-C does not work on Windows.
    So we use a special key, shift, to exit from the waiting loops.

 pcsc_scan.c | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit ff52fca52ce1c7c44fc5441c7e03805155205b33
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 7 11:16:55 2020 +0100

    Windows: add color output
    
    The Windows terminal name is "cygwin". So add this terminal as able to
    use colors.

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 86020666cd33185b52a8cbcc7decc2ecb4ee8de3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Mar 1 16:15:03 2020 +0100

    12 new ATRs

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit 58d93da6bef33c721c1092f5d752fb30fc2f701a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Feb 24 18:55:49 2020 +0100

    10 new ATRs

 smartcard_list.txt | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit f7853918fb7fd700adb1afcb5ce7c2ad70a7b2dc
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Feb 8 14:39:21 2020 +0100

    10 new ATRs

 smartcard_list.txt | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit 2731d4567253986f52e187202fc69a4f9604fe9d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Jan 27 17:55:01 2020 +0100

    10 new ATRs

 smartcard_list.txt | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

commit d27c181ba318930603d213085affbf930cbad529
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 22 11:35:37 2020 +0100

    10 new ATRs

 smartcard_list.txt | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

commit db84f2d422399723b11a6610cfc5cfed20465d46
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jan 16 21:33:15 2020 +0100

    sync.sh: call sort_smartcard_list.py first
    
    Do no sync the file if sort_smartcard_list.py fails.

 sync.sh | 6 ++++++
 1 file changed, 6 insertions(+)

commit 6f9b14337138c81ff8979b9bee81daa050567bb4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jan 16 21:32:20 2020 +0100

    sort_smartcard_list: return non-null in case of error
    
    It is now possible to use the script in a larger script and exit early
    in case of problem.

 sort_smartcard_list.py | 95 +++++++++++++++++++++++++++++---------------------
 1 file changed, 56 insertions(+), 39 deletions(-)

commit 475e61acbcf0e1bb99e22e0a212c02dee3af73d9 (tag: 1.5.5)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 4 13:18:03 2020 +0100

    Release 1.5.5
    
    Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>

 README       | 4 ++++
 configure.ac | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 3388cc8d900a19bbe6a66a17df3313412d946610
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 4 12:25:01 2020 +0100

    10 new ATRs

 smartcard_list.txt | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

commit 800a5ce7d4795db8b35a50f6bbcbfb784eff70eb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jan 2 22:31:56 2020 +0100

    scriptor: fix -u option to make stdout unbuffered
    
    " After submitting the patch I noticed that Perl's getopt does not properly
    support flags like -u (which I had assumed to be supported from the current
    scriptor code). According to Getopt/Std.pm:
        getopt('oDI', \%opts);    # -o, -D & -I take arg.  Values in %opts
    
    This went unnoticed during my tests as -u was always passed as the last
    argument to scriptor.
    
    My suggestion would be to apply the patch below on top of the last commit
    to have proper -u support. Please note that getopts() outputs a warning
    on stderr if unknown options are given which getopt() does not. If this
    is not wanted code like
    
    $SIG{__WARN__} = sub {};
    getopts ("r:p:u" , \%options);
    undef $SIG{__WARN__};
    
    would have to be used. "
    
    Thanks to Reinhard Speyerer for the patch.

 scriptor | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 16f10bb1e6d54effa5891082dc258cb091c8aeaf
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Dec 17 21:30:35 2019 +0100

    scriptor: add -u option to make stdout unbuffered
    
    Adds the -u option to make stdout unbuffered to scriptor. This option
    enables scriptor to be used in shell scripts with coprocesses or named
    pipes.
    
    Thanks to Reinhard Speyerer for the patch.

 scriptor    | 8 ++++++--
 scriptor.1p | 4 ++++
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 9ec11bcc3f7da2474c000f4ceea7f466d93ccc1f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Dec 16 19:36:43 2019 +0100

    10 new ATRs

 smartcard_list.txt | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

commit 620f9850b0b972b8cb35bb0d839dad6547e1bbc8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Nov 29 22:02:14 2019 +0100

    10 new ATRs

 smartcard_list.txt | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

commit 78df5e1ad0edc1dce84ec88f6e08215c5df96071
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Nov 12 18:20:16 2019 +0100

    10 new ATRs

 smartcard_list.txt | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

commit 3ca7e2f97c517fa7a46ec32e080bc63c2961cd8e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Nov 8 21:59:51 2019 +0100

    10 new ATRs

 smartcard_list.txt | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit 0ff8f911add75a3a259619315de9333bec8469a9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 30 19:55:40 2019 +0100

    10 new ATRs

 smartcard_list.txt | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit 3b92b1a13c1e2b9a900624a818e1ebd2b391d394
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Oct 19 13:33:32 2019 +0200

    10 new ATRs

 smartcard_list.txt | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

commit e1aac0b1cf42e2a8a1260f68e4e01b88f2f813ca
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Oct 5 14:03:22 2019 +0200

    11 new ATRs

 smartcard_list.txt | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

commit 4a6d71a25e7e6141edce5ea16f0634459db3e331
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Sep 30 17:13:37 2019 +0200

    10 new ATRs

 smartcard_list.txt | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

commit 4ac4cf84e0878bf5ad36ce9dc183db70b80538ec
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Sep 17 21:38:03 2019 +0200

    10 new ATRs

 smartcard_list.txt | 44 ++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 40 insertions(+), 4 deletions(-)

commit 86adc079ac25b1d449fc4214235b9b2f8daa6af9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Sep 13 16:00:22 2019 +0200

    11 new ATRs

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit 77ec286157112dc1a523701089747cbf3d5b9d83
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Sep 8 18:11:30 2019 +0200

    sync: update smartcard_list.txt on https://smartcard-atr.apdu.fr/

 sync.sh | 2 ++
 1 file changed, 2 insertions(+)

commit d7f6616e682b9ba1294348e2a6dc5fe951e4b9e7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Sep 8 18:11:11 2019 +0200

    10 new ATRs

 smartcard_list.txt | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

commit 5828ce91bea6f00c24a5648ec65f25991ca7d0c5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Sep 1 17:26:07 2019 +0200

    sort_smartcard_list: display the number of ATR if less than 10

 sort_smartcard_list.py | 2 ++
 1 file changed, 2 insertions(+)

commit a090749a2957c76c14bd1bd36dfd9a87c6e5690c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Sep 1 17:22:27 2019 +0200

    12 ATRs

 smartcard_list.txt | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

commit 253766b2a52e21873e1bed812330b917fffee27f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Sep 1 16:52:34 2019 +0200

    Fix patch from Michael Farrell

 smartcard_list.txt | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit f6307ba2792d53e913b47346be4b20cf6fbb8700
Author: Michael Farrell <micolous+gh@gmail.com>
Date:   Mon Sep 2 00:05:22 2019 +1000

    Update with data from PC/SC standards doc
    
    * Adds PC/SC Standard types for FeliCa and low-frequency tags (added 2010 - 2011).
    * Adds PC/SC card types 0x0000, 0x0036 - 0x003d (added 2010 - 2013).
    * Replaces "Mifare Standard" (not a real product name, but appears in PC/SC standard) with "MIFARE Classic" (a real product name) and de-duplicates some of the entries.
    * Clarifies first and second-generation London Oyster cards, and makes the record formatting consistent.
    * Adds the other Japanese IC-compatible cards.
    
    There's dozens of transit cards that can fit under some of these ATS records for PC/SC, but challenges are old versions of `pcsc-lite` and different reader firmwares can mess up the results (particularly with CardName=0x0000)

 smartcard_list.txt | 57 +++++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 48 insertions(+), 9 deletions(-)

commit f3074508d105ded57753fe2da8fe7685291b091d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 23 20:33:01 2019 +0200

    10 new ATRs

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit 78e35a8c29f9ba495335715ec36ee486351d9d83
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Jul 29 21:55:05 2019 +0200

    14 new ATRs

 smartcard_list.txt | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

commit 3e9fc47ff7c3c3db71d0f56abde8566bc820fb5b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Jul 8 18:05:32 2019 +0200

    11 new ATRs

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit 85c420b5e8579e811e5bf5a665c8ed0cd65776f9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jun 25 19:45:36 2019 +0200

    10 new ATRs

 smartcard_list.txt | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

commit fe991614c25e58fd6bdd99211cea77eaa74623fb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jun 1 17:54:42 2019 +0200

    13 new ATRs

 smartcard_list.txt | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

commit fd7a3738a22b3033f0602e8bf9e6fbfc0472d776
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon May 20 18:08:24 2019 +0200

    10 new ATRs

 smartcard_list.txt | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

commit fbacfe51028616f140d525450d788935a2974a29
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat May 4 14:06:41 2019 +0200

    Remove the name "C*******r" from the list
    
    Requested by a legal company representing C*******r.

 smartcard_list.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 759ba861af2b2009f6564ef2890667e0bd22544f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat May 4 14:01:04 2019 +0200

    10 new ATRs

 smartcard_list.txt | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

commit 4eb7c12b36bd85b498d39d78c0cbb1156afe4adf
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Apr 22 21:29:05 2019 +0200

    11 new ATRs

 smartcard_list.txt | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

commit c1198da03d040e93496a3e55a00c925710537521
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 13 16:48:38 2019 +0200

    10 new ATRs

 smartcard_list.txt | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

commit cda66d0efc8af71c5bf09099d6f617ab18dacb94
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 5 21:43:42 2019 +0200

    11 new ATRs

 smartcard_list.txt | 41 ++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 40 insertions(+), 1 deletion(-)

commit 5ef83b8469dabbbcf140e0a85712e88927dd1161
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Mar 24 13:18:24 2019 +0100

    10 new ATRs

 smartcard_list.txt | 34 +++++++++++++++++++++++++++++++++-
 1 file changed, 33 insertions(+), 1 deletion(-)

commit 3bea736bc159a0e68f674ed88c7dde1d084a9085
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Mar 11 18:26:02 2019 +0100

    11 new ATRs

 smartcard_list.txt | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

commit d0fcd1d40b9e4d2e50a209c05cf63a36f1d06c60
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 6 13:32:38 2019 +0100

    10 new ATRs

 smartcard_list.txt | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

commit 67cb34a3520599684ba4321463edd67c4059dde7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Feb 21 21:42:19 2019 +0100

    12 new ATRs

 smartcard_list.txt | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

commit 8fb77febe80ad2334d021de544f714051464804c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Feb 13 12:22:24 2019 +0100

    10 new ATRs

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit fea4fe2c2d6b28a27fc0e24b28914b44460dd150
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jan 31 22:16:07 2019 +0100

    10 new ATRs

 smartcard_list.txt | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

commit 616bb67e75fe61ac3dfb8ca3e57f5d1cc07d9170
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 15 22:35:42 2019 +0100

    14 new ATRs

 smartcard_list.txt | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

commit 672a587be9da930cc02db5a582a8e686a594ce1b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Jan 7 19:47:02 2019 +0100

    10 new ATRs

 smartcard_list.txt | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

commit c9a1e353e67465068cad7762d15f1ea7b9f7c7ad
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Dec 17 21:19:18 2018 +0100

    10 new ATRs

 smartcard_list.txt | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

commit 47134c7ebfc43974276aca53797e94468eb5fdd7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 12 13:49:13 2018 +0100

    ATR_analysis.1p: fix typo
    
    Exemple -> Example

 ATR_analysis.1p | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e6efd02002decabe1dfa956a5257109190fc6ae8 (tag: 1.5.4)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 12 13:05:34 2018 +0100

    Release 1.5.4

 README       | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 59eeae9deccbc3372e9f1ad25b68f4391a9fba3c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 12 12:22:22 2018 +0100

    gscriptor: save and restore the window size
    
    Thanks to Lionel Victor for the patch.

 gscriptor | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

commit 0179b1214c4ce276e8bf2cec00f5110c563b8476
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Dec 11 18:45:16 2018 +0100

    10 new ATRs

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit e8f827bcb3e3a485c1d83091998faae6487b96b0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Dec 6 12:07:05 2018 +0100

    gscriptor: remove unimplemented Logo

 gscriptor | 2 --
 1 file changed, 2 deletions(-)

commit e24701e427e48ae2f83a87fca7b533c44fc3c599
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Dec 6 12:03:21 2018 +0100

    gscriptor: update copyright date

 gscriptor | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e3da5408a5b6878da5f0c0f64cd08b24dd6adbbe
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 5 17:31:50 2018 +0100

    gscriptor: port to GTK+3
    
    Big thank to Lionel Victor for the patch.

 gscriptor | 1386 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 678 insertions(+), 708 deletions(-)

commit 4c2971635bddf0755d2674328da9230c411259b1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Nov 28 10:25:04 2018 +0100

    10 new ATRs

 smartcard_list.txt | 39 +++++++++++++++++++++++++++++++++++++--
 1 file changed, 37 insertions(+), 2 deletions(-)

commit 5827d108b3f59adf8e2468d6b18f411d31ec32c0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Nov 9 23:08:16 2018 +0100

    11 new ATRs

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit cd0ebe1aaeafab1d14003592a3c188885d178a5f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 3 19:01:50 2018 +0100

    14 new ATRs

 smartcard_list.txt | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

commit a56dc7ad3b7498b288b54712d3d9e093282c2163
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 24 18:26:50 2018 +0200

    35 new ATRs

 smartcard_list.txt | 139 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 139 insertions(+)

commit 214bbabba705de5c3e95838d930ad5586d0f4ba9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 23 18:08:09 2018 +0200

    sort_smartcard_list: code reformat using black(1)

 sort_smartcard_list.py | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

commit ecdbed451dd6ca984f48baf67a14ce3dab6188f4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 23 18:07:25 2018 +0200

    sort_smartcard_list: convert from bytes to string

 sort_smartcard_list.py | 2 ++
 1 file changed, 2 insertions(+)

commit 44c47c323a56789c3285faf67c5dec1a9e6dfc8a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 23 18:04:50 2018 +0200

    sort_smartcard_list: use new open() syntax

 sort_smartcard_list.py | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

commit 8315edf684de0ee345b328a97b35bdc571886a01
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 23 18:00:13 2018 +0200

    sort_smartcard_list.py: use print as a function

 sort_smartcard_list.py | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

commit 79279e02328ce4ff75f57e288a94569b541f1847
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Oct 22 18:03:28 2018 +0200

    11 new ATRs

 smartcard_list.txt | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

commit 68263934ed2410d6887c9d12a805929ed8109888
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 3 15:53:04 2018 +0200

    10 new ATRs

 smartcard_list.txt | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

commit ea9b2383593a100bc809268eedac456d15a64acd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Sep 21 17:46:06 2018 +0200

    10 new ATRs

 smartcard_list.txt | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

commit 7cfc68c9011066cc67fbc819c857a256f2f1d55d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Sep 20 11:22:00 2018 +0200

    pcsc_scan: display the number of events
    
    From the high word of .dwEventState
    
    See
    https://pcsclite.apdu.fr/api/group__API.html#ga33247d5d1257d59e55647c3bb717db24
    for more details on .dwEventState

 pcsc_scan.c | 5 +++++
 1 file changed, 5 insertions(+)

commit 66287c48aa8ddb23e29ddb3f38f48c810b8787ba
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Sep 12 15:33:17 2018 +0200

    10 new ATRs

 smartcard_list.txt | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

commit 741f3c151f14211307c84314715e5cd4500b8cd1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Sep 5 15:15:50 2018 +0200

    10 new ATRs

 smartcard_list.txt | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

commit 918d8400ca7c0022ba86d9dfa642974a869e1ea3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Aug 26 19:54:26 2018 +0200

    17 new ATRs

 smartcard_list.txt | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)

commit 17e2dc2ab148f1aa4dce89a79bfcd1b9c452ab01
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Aug 4 21:30:10 2018 +0200

    10 new ATRs

 smartcard_list.txt | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

commit 34318c4afa990f97710ec732f42d721a8f0fccae
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jul 13 23:11:24 2018 +0200

    10 new ATRs

 smartcard_list.txt | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit 06d548aee8da6660200493258566f2f4c2f626b6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jun 27 14:58:39 2018 +0200

    10 new ATRs

 smartcard_list.txt | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

commit e367488cdd8e1b79c0ca54091029508216d7c20f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jun 8 13:00:07 2018 +0200

    10 new ATRs

 smartcard_list.txt | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

commit ce3fd4684e6b1098e9fdcf320e4ac4cecea3c4dd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon May 28 21:58:22 2018 +0200

    11 new ATRs

 smartcard_list.txt | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

commit a94a437196a29f5869c621650c13f8f184ae13c0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 11 21:55:22 2018 +0200

    14 new ATRs

 smartcard_list.txt | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)

commit 997ad8c72a028e0daef855891ecc884ab474bc2b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 11 21:49:51 2018 +0200

    smartcard_list: update copyright

 smartcard_list.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6e255f72102d8d204f65ce24450a3c2bfa419981
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Apr 23 17:29:18 2018 +0200

    10 new ATRs

 smartcard_list.txt | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit 18fe998c55a1e4d2020b0473a4a56c5f082fd590
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Apr 15 17:19:46 2018 +0200

    pcsc_scan.1: fix typo

 pcsc_scan.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 737099b7e95e69a1e15316a46681437b5115620f (tag: 1.5.3)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Apr 15 17:02:34 2018 +0200

    Release 1.5.3

 README       | 8 ++++++++
 configure.ac | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit 67213bf0b9f918d83229ca8059f439660b2d7726
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Apr 15 17:00:11 2018 +0200

    pcsc_scan: go to a new line before exiting
    
    The shell prompt will then start on the first column of the new line.

 pcsc_scan.c | 1 +
 1 file changed, 1 insertion(+)

commit e512f057da0d02752ba535559177f4ce1776065c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Apr 15 16:59:03 2018 +0200

    pcsc_scan: remove funny comment

 pcsc_scan.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 854e2876af678621fd36d817ac1514b6132cc77b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Apr 15 16:58:33 2018 +0200

    pcsc_scan: reformat using tabs instead of spaces

 pcsc_scan.c | 287 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 144 insertions(+), 143 deletions(-)

commit cb1a76b680b9f1a7ae5d6a4fcb69effbc3f8ecf2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Apr 15 16:43:18 2018 +0200

    Fix compiler warning: function declaration isn’t a prototype
    
    pcsc_scan.c:218:13: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     static void initialize_signal_handlers()
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
    pcsc_scan.c: In function ‘initialize_signal_handlers’:
    pcsc_scan.c:218:13: warning: old-style function definition [-Wold-style-definition]

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 016152061592a8d05152191cbdb8c14d93a09d15
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Apr 15 16:42:29 2018 +0200

    Fix compiler warning: function declaration isn’t a prototype
    
    pcsc_scan.c:128:13: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     static void initialize_terminal()
                 ^~~~~~~~~~~~~~~~~~~

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4dec6400a06cf6cff5234433f50dbe12f294da9c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 13 21:22:43 2018 +0200

    12 new ATRs

 smartcard_list.txt | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

commit bb153076bc9002e02aa07206320b65e6f2939475
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 10 15:36:11 2018 +0200

    Fix compiler warnings on macOS
    
    pcsc_scan.c:488:9: warning: comparison of integers of different signs: 'LONG'
          (aka 'int') and 'unsigned int' [-Wsign-compare]
            if (rv != SCARD_E_NO_READERS_AVAILABLE)
                ~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    pcsc_scan.c:520:35: warning: comparison of integers of different signs:
          'unsigned int' and 'LONG' (aka 'int') [-Wsign-compare]
            if (SCARD_E_NO_READERS_AVAILABLE == rv || 0 == nbReaders)
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
    pcsc_scan.c:539:28: warning: comparison of integers of different signs:
          'unsigned int' and 'LONG' (aka 'int') [-Wsign-compare]
                            while ((SCARD_E_TIMEOUT == rv) && !spinning_inte...
                                    ~~~~~~~~~~~~~~~ ^  ~~
    pcsc_scan.c:551:38: warning: comparison of integers of different signs:
          'unsigned int' and 'LONG' (aka 'int') [-Wsign-compare]
                                    if (SCARD_E_NO_READERS_AVAILABLE == rv)
                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
    pcsc_scan.c:623:41: warning: comparison of integers of different signs: 'LONG'
          (aka 'int') and 'unsigned int' [-Wsign-compare]
            while (((rv == SCARD_S_SUCCESS) || (rv == SCARD_E_TIMEOUT)) && !spinning...
                                                ~~ ^  ~~~~~~~~~~~~~~~
    pcsc_scan.c:653:10: warning: comparison of integers of different signs: 'LONG'
          (aka 'int') and 'unsigned int' [-Wsign-compare]
                    if (rv != SCARD_E_TIMEOUT)
                        ~~ ^  ~~~~~~~~~~~~~~~
    pcsc_scan.c:798:29: warning: comparison of integers of different signs:
          'unsigned int' and 'LONG' (aka 'int') [-Wsign-compare]
            if (SCARD_E_UNKNOWN_READER == rv)
                ~~~~~~~~~~~~~~~~~~~~~~ ^  ~~

 pcsc_scan.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 206b2a2f13fbd50149d3abfbb52cb8dfd3d5a6a5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 10 15:27:34 2018 +0200

    Document -v argument

 pcsc_scan.c | 1 +
 1 file changed, 1 insertion(+)

commit 3d8222a87538dd72cb74e76e7ca1bd1f869c1ff0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 10 15:26:53 2018 +0200

    Default mode is verbose. Use -q for quiet

 pcsc_scan.1 |  5 ++++-
 pcsc_scan.c | 11 ++++++++---
 2 files changed, 12 insertions(+), 4 deletions(-)

commit 4fb13a07ba6ed708c19cbf973774b2cada625d9a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 10 15:22:43 2018 +0200

    Allow to stop stress test using Ctrl-C

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b9fced34ae0d1b2c1e18804fe2e7fca9c01db826
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 10 15:21:06 2018 +0200

    Fix display when not in verbose mode

 pcsc_scan.c | 2 ++
 1 file changed, 2 insertions(+)

commit 98f815092334a9e1fbc4afdb5323d90c13bc9099
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 10 15:01:19 2018 +0200

    Update copyright

 pcsc_scan.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 109ad08561d97f3e6495126999b6257ca98bd912
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 10 15:12:23 2018 +0200

    Fix indentation

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3be035d9726e3b2e331137628b726b99ac836d2a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 10 15:09:34 2018 +0200

    Fix compiler warning: '&&' within '||'
    
    pcsc_scan.c:615:60: warning: '&&' within '||' [-Wlogical-op-parentheses]
      ...== SCARD_S_SUCCESS) || (rv == SCARD_E_TIMEOUT) && !spinning_interrupted)
                             ~~ ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
    pcsc_scan.c:615:60: note: place parentheses around the '&&' expression to
          silence this warning
      ...== SCARD_S_SUCCESS) || (rv == SCARD_E_TIMEOUT) && !spinning_interrupted)
                                                        ^
                                (                                               )

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 99c06eef3106e889326333fdf02b5e10146c3f11
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 10 15:08:19 2018 +0200

    Fix compiler warning: no previous prototype
    
    pcsc_scan.c:387:6: warning: no previous prototype for function 'print_readers'
          [-Wmissing-prototypes]
    void print_readers(const char **readers, int nbReaders)
         ^

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 92d257b12a01c372b802b2d2f934b50f5d238564
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 10 15:07:41 2018 +0200

    Fix compiler warning: no previous prototype
    
    pcsc_scan.c:301:6: warning: no previous prototype for function 'print_version'
          [-Wmissing-prototypes]
    void print_version()
         ^

 pcsc_scan.c | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

commit 36710b262c23ee326d87bd9bfe5b25dc033bcf31
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 10 15:05:59 2018 +0200

    Fix compiler warning: no previous prototype
    
    pcsc_scan.c:254:5: warning: no previous prototype for function 'parse_options'
          [-Wmissing-prototypes]
    int parse_options(int argc, char *argv[], options_t *options)
        ^

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cd4ed0668c8cea1cf3cae63bc6ccd3cf11da780c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 10 15:05:20 2018 +0200

    Fix compiler warning: no previous prototype
    
    pcsc_scan.c:234:6: warning: no previous prototype for function
          'initialize_options' [-Wmissing-prototypes]
    void initialize_options(options_t *options, const char *pname)
         ^

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f3835088564be84ec249e0a4054ac965d3ead7cc
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 10 15:04:03 2018 +0200

    Rename global variable with a capital
    
    options -> Options
    
    Fix compiler warning:
    pcsc_scan.c:234:36: warning: declaration shadows a variable in the global scope
          [-Wshadow]
    void initialize_options(options_t *options, const char *pname)
                                       ^
    pcsc_scan.c:232:18: note: previous declaration is here
    static options_t options;
                     ^

 pcsc_scan.c | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

commit c8f50a0749d2c26423ddca06b13d76123f556712
Merge: c2d2bfa 989bf05
Author: Ludovic Rousseau <ludovic.rousseau+github@gmail.com>
Date:   Tue Apr 10 14:58:10 2018 +0200

    Merge pull request #16 from informatimago/master
    
    New options.

commit 989bf058a47074dc1fb54a04a9b90399931b037e
Author: Pascal J. Bourguignon <pjb@informatimago.com>
Date:   Tue Apr 10 11:18:03 2018 +0200

    Updated manual page.

 pcsc_scan.1 | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

commit b661dd4e44f6ad6729d888f66368e7cd209a90b8
Author: Pascal J. Bourguignon <pjb@informatimago.com>
Date:   Tue Apr 10 11:10:43 2018 +0200

    Added -r only list readers option.

 pcsc_scan.c | 37 ++++++++++++++++++++++++++++++-------
 1 file changed, 30 insertions(+), 7 deletions(-)

commit d9e9004ee5efe743dddf0173fe9b0622ed3777de
Author: Pascal J. Bourguignon <pjb@informatimago.com>
Date:   Tue Apr 10 10:53:17 2018 +0200

    Conditionalized all useless printing by the -v verbose option.  Directed error printing to stderr.  exit(EX_OSS) on out of memory errors.

 pcsc_scan.c | 197 ++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 117 insertions(+), 80 deletions(-)

commit d017b443587c3529fd3092854f323e6993e24954
Author: Pascal J. Bourguignon <pjb@informatimago.com>
Date:   Tue Apr 10 10:41:27 2018 +0200

    Use cpl instead of hardwired escape codes.

 pcsc_scan.c | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

commit 8cd17e415f1a3ec147411e1a861e548232250182
Author: Pascal J. Bourguignon <pjb@informatimago.com>
Date:   Tue Apr 10 10:23:40 2018 +0200

    Factorized out option parsing; improved usage formatting; used sysexits for exit codes.

 pcsc_scan.c | 144 +++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 90 insertions(+), 54 deletions(-)

commit bafc5740a8341d67248ab102e547c70e9eaed205
Author: Pascal J. Bourguignon <pjb@informatimago.com>
Date:   Mon Apr 9 16:27:14 2018 +0200

    Added a SIGINT signal handler, so that spin_suspend() is called when interrupting in a spinning loop.

 pcsc_scan.c | 49 ++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 46 insertions(+), 3 deletions(-)

commit b6c2e7fa6d8b3da56174500fbc526f1fa67b5b81
Author: Pascal J. Bourguignon <pjb@informatimago.com>
Date:   Mon Apr 9 16:12:49 2018 +0200

    Abstracted initialize_terminal(); use cub2 and cub3 variables
    instead of hardwiring escape codes that are not understood by
    all terminals.
    
    The default terminal when the environment variable TERM is not
    defined is dumb, which disable color and cursor movement escape
    codes.

 pcsc_scan.c | 79 ++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 52 insertions(+), 27 deletions(-)

commit c2d2bfac70dd2f5e05dc3d2d7706b1bbf724cccd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 31 23:50:29 2018 +0200

    11 new ATRs

 smartcard_list.txt | 43 +++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 41 insertions(+), 2 deletions(-)

commit 67804caf3a720fa5bc892f647e22eebbb71b0010
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 10 10:32:29 2018 +0100

    10 new ATRs

 smartcard_list.txt | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

commit 613dd0191829a7aafc862f703bbb72857179e6db
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Feb 23 23:34:29 2018 +0100

    10 new ATRs

 smartcard_list.txt | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit c98f8ec9d3bcf4c5f6e6d8968112ea7c7dc1ecaf
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Feb 13 17:41:25 2018 +0100

    10 new ATRs

 smartcard_list.txt | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit c8803a59e730fc7e19e52870436d04e1c56086d3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 31 09:08:40 2018 +0100

    11 new ATRs

 smartcard_list.txt | 60 +++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 39 insertions(+), 21 deletions(-)

commit 803a0739c3326f90ff4d2d43b12da61dfd3c6f23
Author: Your Name <you@example.com>
Date:   Thu Jan 25 15:16:00 2018 +0300

    6 new ATRs

 smartcard_list.txt | 39 ++++++++++++++++++++++++++++++++-------
 1 file changed, 32 insertions(+), 7 deletions(-)

commit 6c90e81061b543c03084eae57980250cc5ac1b28
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 20 14:43:25 2018 +0100

    11 new ATRs

 smartcard_list.txt | 38 +++++++++++++++++++++++++++++++++++++-
 1 file changed, 37 insertions(+), 1 deletion(-)

commit 2b7565d3a97a3076f5e4f54328bcb1a39e65d746
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 10 09:38:01 2018 +0100

    11 new ATRs

 smartcard_list.txt | 44 +++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 43 insertions(+), 1 deletion(-)

commit d1df66af025382d3e31488374d3450ad7af1db75
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 20 21:10:40 2017 +0100

    10 new ATRs

 smartcard_list.txt | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit bd41ff2c14e53b218b7c330a318b5417b74fecc1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Nov 28 18:08:10 2017 +0100

    10 new ATRs

 smartcard_list.txt | 38 +++++++++++++++++++++++++++++++++++++-
 1 file changed, 37 insertions(+), 1 deletion(-)

commit 648645539f08fb3ff0eec81bf9a09f7a554f0c1e
Author: Ludovic Rousseau <ludovic.rousseau+github@gmail.com>
Date:   Tue Nov 28 18:04:05 2017 +0100

    Create README.md
    
    Small file to refer to http://ludovic.rousseau.free.fr/softwares/pcsc-tools/

 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit d395fdec7ee0e4f1347f269d64355c6156c01f4e
Author: Alexander Paetzelt <alex@nitrokey.com>
Date:   Thu Nov 23 15:40:23 2017 +0100

    OpenPGP Card v3 ATR added

 smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 28a3736235687428ee5b317dee2b7d1d490733f0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Nov 16 18:52:14 2017 +0100

    11 new ATRs

 smartcard_list.txt | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

commit 9ad7bd83ef982ef938c93a421677483abca24c0c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Nov 7 18:52:52 2017 +0100

    12 new ATRs

 smartcard_list.txt | 47 ++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 46 insertions(+), 1 deletion(-)

commit 575a8d4a5f893341e8d32126ecee93fa38775ce8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 24 18:50:35 2017 +0200

    10 new ATRs

 smartcard_list.txt | 35 ++++++++++++++++++++++++++++++++++-
 1 file changed, 34 insertions(+), 1 deletion(-)

commit 1931eaa4bae368f755d8b36183c08ddce7b96025
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Oct 7 17:13:07 2017 +0200

    10 new ATRs

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit 6c1488ed0e66cdd9d6e5c0b2587c7087aae40320
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Sep 20 18:46:43 2017 +0200

    11 new ATRs

 smartcard_list.txt | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

commit 4e18a166d117d7719c57c66d9f8305c10bf623ad
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Sep 10 16:00:11 2017 +0200

    10 new ATRs

 smartcard_list.txt | 34 +++++++++++++++++++++++++++++++++-
 1 file changed, 33 insertions(+), 1 deletion(-)

commit 726279b986fc2c36a6c6d97991b96f9fcacc184e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Sep 8 16:35:27 2017 +0200

    ATR_analysis: fix smartcard_list.txt first fetch
    
    If the user smartcard_list.txt (in ~/.cache/ by default) does not exist
    then try to create the parent directory (~/.cache by default) first.
    
    The parent directory may not exist yet and storing a file in a
    non-existant directory does not work well.

 ATR_analysis | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

commit 12f84e8d3345e133b2eaa00621324916fc3ab0e6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 29 17:57:49 2017 +0200

    10 new ATRs

 smartcard_list.txt | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

commit b611b4c7846df440562e2a44316717f44797b069
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Aug 20 15:29:17 2017 +0200

    10 new ATRs

 smartcard_list.txt | 42 ++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 40 insertions(+), 2 deletions(-)

commit 9c5a6d51241a58c5ab08d4b8b13d29cf68a0b113
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jul 30 18:04:38 2017 +0200

    14 new ATRs

 smartcard_list.txt | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

commit e9cc9004100ac3afd2ec2ea7fa7e1e15c4745ed5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jul 6 20:11:22 2017 +0200

    12 new ATRs

 smartcard_list.txt | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

commit 0b52595e6c2b418a56ef9a357eb7a024cba02976
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jun 28 22:59:57 2017 +0200

    10 new ATRs

 smartcard_list.txt | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit a3e78f0957f85988de4212bc5468029ddd2458c3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jun 13 17:41:16 2017 +0200

    10 new ATRs

 smartcard_list.txt | 36 +++++++++++++++++++++++++++++++++++-
 1 file changed, 35 insertions(+), 1 deletion(-)

commit 1e0ef1f5f6d50165264e2747340ceb65736eb94d
Author: Leon0824 <Leon0824@users.noreply.github.com>
Date:   Fri Jun 2 13:53:51 2017 +0800

    Add Land Bank of Taiwan

 smartcard_list.txt | 1 +
 1 file changed, 1 insertion(+)

commit 77a38773e472d9e678207e848ff42aa9be93ee39 (tag: 1.5.2)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 28 23:02:23 2017 +0200

    Release 1.5.2

 README       | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit e14dd39cfa5678b354df49211bef8cf5b25a6055
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 28 23:01:31 2017 +0200

    Makefile: include test.script in the archive

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3310b36a47c2872aa70adf75fac9938dbbfd27c2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 28 22:56:58 2017 +0200

    Makefile: include gscriptor.desktop in the archive

 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 5a648504631e1826c1843bcfb8ecb212c6720d7c (tag: 1.5.1)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 28 22:46:56 2017 +0200

    Release 1.5.1

 README       | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 0f369e8cdbf0b8b0525f464a4178e63f943c2756
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 28 22:43:58 2017 +0200

    2 new ATRs

 smartcard_list.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit 52260b9fffeb50b0140d34767ef138bc5c9b2738
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 28 22:40:42 2017 +0200

    rename the archive to pcsc-tools

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d01a27f8495c8707895a8a4e5d1770ddd2cbdb6b (tag: 1.5.0)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 28 22:18:55 2017 +0200

    Release 1.5.0

 README       | 9 +++++++++
 configure.ac | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

commit 4aefaec2079cd3cb335b4dc2f72b7a03f2929dad
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 28 22:09:55 2017 +0200

    Remove useless files now we use autoconf/automake
    
    MANIFEST and create_distrib.sh are no more used to create a .tar.bz2
    archive.

 MANIFEST          | 17 -------------
 create_distrib.sh | 76 -------------------------------------------------------
 2 files changed, 93 deletions(-)

commit 72cfc8edfa8d9fbd251f2d12d13489d065dadb79
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 28 21:46:26 2017 +0200

    Makefile: install smartcard_list.txt
    
    Installed in $(prefix)/share/pcsc

 Makefile.am | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit f3bc3ba5aa7f3415aeaac4442badaffbf6428446
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue May 23 23:17:34 2017 +0200

    Makefile: install ATR_analysis scriptor gscriptor
    
    Install the Perl scripts and the associated man pages.

 Makefile.am | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit 99df061947a730c50855ce68a428678a5dbb5a67
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon May 22 18:27:56 2017 +0200

    10 new ATRs

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit e527f93db61a8d206871701144693a4f7f69f8d1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 14 16:28:24 2017 +0200

    Remove use c-window.sh
    
    Windows (MSYS2) is now supported by default in ./configure

 c-window.sh | 1 -
 1 file changed, 1 deletion(-)

commit 749f26bd2645226250cc4f8a3a40fdc5f9b20042
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 14 16:26:12 2017 +0200

    configure.ac: add support of Windows (MSYS2)
    
    Add default linker value for PCSC_LIBS.

 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

commit 17d5d03433c40e9a303375ae5477e3c93fb43399
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 14 16:24:36 2017 +0200

    pcsc_scan: disable ATR analysis on Windows
    
    ATR_analysis (Perl script) is not yet available on Windows.

 pcsc_scan.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 915d988fc06302bd1789491d40945c0ff23e8f2c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 14 12:58:38 2017 +0200

    configure.ac: no need to set PCSC_CFLAGS on macOS
    
    The PC/SC header files are found with no extra CFLAGS.
    Only the linker needs to have "--framework PCSC"

 configure.ac | 1 -
 1 file changed, 1 deletion(-)

commit ec710969b2975c359a23f164b17f2e079a8c0185
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat May 13 18:31:48 2017 +0200

    c-windows.sh: configure script for WIndows

 c-window.sh | 1 +
 1 file changed, 1 insertion(+)

commit ca5d2cde0401e5571855a0fd89a646f3aea2eec8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat May 13 18:31:12 2017 +0200

    pcsc_scan: add Windows support
    
    Tested on Windows 10 using MSYS2 (http://www.msys2.org/)

 pcsc_scan.c | 32 ++++++++++++++++++++++++++++++--
 1 file changed, 30 insertions(+), 2 deletions(-)

commit 03db6a1eba98081801b06980ab7da741206183bc
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat May 13 18:28:48 2017 +0200

    pcsc_scan: log stressed reader name
    
    Display the reader name used by the stress() function.
    
    This is useful in a multi-reader configuration.

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4df1b96c64a117060867b997697ced92c63e6f0e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat May 13 17:28:47 2017 +0200

    Remove useless c-mac.sh
    
    ./configure now works by default on macOS.
    No need to use special arguments any more.

 c-mac.sh | 10 ----------
 1 file changed, 10 deletions(-)

commit e8358686cba2c5dfeec4fb7f976104d507027b7a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 12 21:42:14 2017 +0200

    configure.ac: add support of macOS
    
    No need to add extra parameters to ./configure on macOS.

 configure.ac | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

commit a0abec85e6ab8f3d495ff7e6b8ea02270a32fedf
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu May 11 22:10:19 2017 +0200

    pcsc_scan: recheck immediatly after a stress error
    
    If the stress() function returns in error then we reset the reader state
    to SCARD_STATE_UNAWARE so that its state will be updated immediately.

 pcsc_scan.c | 2 ++
 1 file changed, 2 insertions(+)

commit 07b2fdeca9769ad9bd07bcb425c7decf0e0b760b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 7 11:52:16 2017 +0200

    10 new ATRs

 smartcard_list.txt | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

commit aa4b6070b59d585f38b10cd1ab3e881baec33011
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 5 09:42:17 2017 +0200

    pcsc_scan: fix a crash
    
    In stress mode, if the first APDU exchange fails then the APDU/s
    calculation uses a division by 0 and make the program crash:
    Stress card
    APDU n°: 0
    SCardTransmit: Transaction failed.
    Total time: 229543 µs
    Exception en point flottant

 pcsc_scan.c | 2 ++
 1 file changed, 2 insertions(+)

commit d3c51d508c75e5ff93807e1ea0e4a5230e2752c2
Merge: a1a1386 248fa8a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu May 4 17:42:53 2017 +0200

    Merge branch 'master' into custom

commit a1a13869fa670894baf53e39159cca92e109b8b8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu May 4 17:40:08 2017 +0200

    pcsc_scan: reset the card before exiting stress()
    
    If the stress test fails then we power down the card (SCARD_UNPOWER_CARD)
    instead of doing nothing (SCARD_LEAVE_CARD) so that the card can
    reset and come back to work for the next stress loop.

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 248fa8a1ced3b38a1d45eae3c1e4410c174951bd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 18 19:04:36 2017 +0200

    10 new ATRs

 smartcard_list.txt | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

commit 45aa3ea39a83f0ce0fafedf28fa92ea323548692
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Apr 12 14:36:17 2017 +0200

    manpage: document -s argument

 pcsc_scan.1 | 27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

commit ae77e5fa9d8571d3509b04030f2ffca52ceb4fd5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Apr 12 14:35:34 2017 +0200

    pcsc_scan: document -s argument

 pcsc_scan.c | 1 +
 1 file changed, 1 insertion(+)

commit cf0e9c29aacd6244ec7704414eca3c3989208984
Merge: e1a76f2 a1574ff
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 11 21:54:34 2017 +0200

    Merge branch 'master' into custom

commit a1574ffc259e8809c8a0db6214f8a048e32224bc
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 11 21:53:16 2017 +0200

    11 new ATRs

 smartcard_list.txt | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

commit e1a76f2a903d101198c70b7f65dd3f3a1157663d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 18:18:04 2017 +0200

    pcsc_scan: ignore same state
    
    On macOS SCardGetStatusChange() set SCARD_STATE_CHANGED even
    if the state has _not_ changed.
    The bit is not reset.

 pcsc_scan.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit 4b22815c90de290ae293f05b164997adf4c7bdc8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 18:11:16 2017 +0200

    pcsc_scan: do not stress a mute card
    
    Do not try to communicate to a mute card.

 pcsc_scan.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 5b24f9e79d19a4495c984b898b8928262c513841
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 17:55:04 2017 +0200

    Makefile: remove useless comment

 Makefile.am | 3 ---
 1 file changed, 3 deletions(-)

commit 5227475b6628f3ebba8fecd00263915a17adbc62
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 17:53:32 2017 +0200

    Makefile: generate and include Changelog

 Makefile.am | 5 +++++
 1 file changed, 5 insertions(+)

commit e7d2a419fe5ceb9090796c1cda12cc32fa2f0bc9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 17:47:51 2017 +0200

    pcsc_scan: call stress() until it fails
    
    Loop calling stress() until an error is reported:
    - reader removed
    - card removed
    - else

 pcsc_scan.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 08452ba121ded92d7d38491bf5c7aef0e40f9367
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 17:46:44 2017 +0200

    pcsc_scan: stress() returns the first error value
    
    If SCardTransmit() fails the function should return the error.

 pcsc_scan.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit 8e8d8a5392a98dc8b32946659fb179cb6feb6857
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 17:39:09 2017 +0200

    pcsc_scan: stress card when "-s" is used

 pcsc_scan.c | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

commit de52e7442e9de288a95e5aabc2241e298d85ce77
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 17:38:16 2017 +0200

    pcsc_scan: add a stress() function

 pcsc_scan.c | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 77 insertions(+)

commit a0bde8f573acccf6f9a4c0dfebd9526153a9fd4d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 17:33:10 2017 +0200

    pcsc_scan: move colors outside of main()
    
    colors are now define as global variables so they can be used
    outside of main().

 pcsc_scan.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit 40f44890254a12e8468df0d9f30018269f2cadba
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 15:04:41 2017 +0200

    pcsc_scan: animate "Waiting for first reader"
    
    Animation if PC/SC support reader Plug & Play.

 pcsc_scan.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 0f1967391a485f57ba86a89b3863931e6ff06aeb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 15:01:13 2017 +0200

    pcsc_scan: animate "Waiting for first reader"

 pcsc_scan.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit aade0b9eeb1da7c27305577999944bdc510bb777
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 14:57:12 2017 +0200

    pcsc_scan: add the animation
    
    use the spin_* function

 pcsc_scan.c | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit 2921f884bc66580226c22af2f181585bc1befcac
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 14:56:18 2017 +0200

    pcsc_scan: add spin_* functions
    
    spin_start(): init the animation
    spin_update(): draw next animation state
    spin_suspend(): hide the animation

 pcsc_scan.c | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

commit 583761bb85df0e0651d38fe7a99d5e17bfabfc57
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 14:44:06 2017 +0200

    pcsc_scan: remove timeout variable
    
    The timeout is now always 1000 ms even if hot plug is supported.
    The idea is to add an animation every 1 second.

 pcsc_scan.c | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

commit 989ad1082bfba2f2c9f2f317f0400cc9d7b343e4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 14:41:05 2017 +0200

    pcsc_scan: re-indent

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7cc0c81b61cf318a11ac2e5b182e034d13c96cf8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 14:40:37 2017 +0200

    pcsc_scan: use print_pcsc_error() macro
    
    test_rv() now uses print_pcsc_error() macro.

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 92aba236079b3892b4515835bbde96790f03d61a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 14:40:00 2017 +0200

    pcsc_scan: add print_pcsc_error() macro

 pcsc_scan.c | 3 +++
 1 file changed, 3 insertions(+)

commit d6047fe5c9db49e789cc84fe780be2383e753104
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 14:39:38 2017 +0200

    pcsc_scan: use return in test_rv macro
    
    test_rv() will return from the function instead of exiting the program.

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7f1d41074fefa1f6e295e85f6da1db576ec14bbd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 14:36:23 2017 +0200

    pcsc_scan: indent the "Reader " line
    
    The output is now:
    Sat Apr  8 14:35:29 2017
     Reader 0: Gemalto PC Twin Reader
      Card state: Card inserted,
      ATR: 3B A7 00 40 18 80 65 A2 08 01 01 52

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0aaf78eae612ef81bcc1131a934bd3eb30cb50e5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 14:34:42 2017 +0200

    pcsc_scan: update copyright date

 pcsc_scan.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 19f071d0cdb4900cd3e7f63db3ff2ef9058e9977
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 14:33:20 2017 +0200

    pcsc_scan: add support of xterm-256color
    
    A xterm-256color terminal also has support of colors.

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 53875966d811a2822343c26edf64147a3b2dd68e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 14:32:23 2017 +0200

    pcsc_scan: include config.h
    
    Options are defined in config.h

 pcsc_scan.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 09f71103741bbee3e1608007361aa5026ca4c0db
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 14:30:09 2017 +0200

    pcsc_scan: use PACKAGE_VERSION
    
    Autoconf defined PACKAGE_VERSION instead of VERSION.

 pcsc_scan.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 918978fe536b0c92786e3e75508984b823301982
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 14:28:12 2017 +0200

    c-mac.sh: configure script for macOS
    
    We use special arguments to find PC/SC on macOS.

 c-mac.sh | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit 45a504146fa5e6fc65d0ab72f1861648c21ae577
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 14:27:31 2017 +0200

    .gitignore: ignore autoconf/automake files

 .gitignore | 27 ++++++++++++++++++++++-----
 1 file changed, 22 insertions(+), 5 deletions(-)

commit 1af2ff759064d800254b0d664342349dd085e6b5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 14:22:03 2017 +0200

    configure.ac: use foreign format
    
    foreign
    
        Automake will check for only those things that are absolutely
        required for proper operations. For instance, whereas GNU standards
        dictate the existence of a NEWS file, it will not be required in
        this mode. This strictness will also turn off some warnings by
        default (among them, portability warnings). The name comes from the
        fact that Automake is intended to be used for GNU programs; these
        relaxed rules are not the standard mode of operation.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 54b87b9fd9617a4905969b9801d2a288847ff00f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 8 14:20:00 2017 +0200

    Convert to autoconf/automake

 Makefile     | 54 ------------------------------------------------
 Makefile.am  | 10 +++++++++
 bootstrap    | 16 +++++++++++++++
 configure.ac | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 93 insertions(+), 54 deletions(-)

commit d9c7199b0e6c434ed6849e53989120c1799c4c16
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Apr 3 18:51:41 2017 +0200

    10 new ATRs

 smartcard_list.txt | 40 ++++++++++++++++++++++++++++++++++++++--
 1 file changed, 38 insertions(+), 2 deletions(-)

commit 88c0cf6c9c55ecc5be47ed74b76904134a771e8d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Mar 17 18:15:03 2017 +0100

    10 new ATRs

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit 52c32b321de02faa5415016ade1b31a83647c0f4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Mar 5 18:58:46 2017 +0100

    10 new ATRs

 smartcard_list.txt | 37 ++++++++++++++++++++++++++++++++++++-
 1 file changed, 36 insertions(+), 1 deletion(-)

commit 45f8422ca3c9308ca612f42b50792c59f491dce5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Feb 17 11:39:27 2017 +0100

    10 new ATRs

 smartcard_list.txt | 44 ++++++++++++++++++++++++++++++++++++++------
 1 file changed, 38 insertions(+), 6 deletions(-)

commit 143d1d7ddb9030bf644be811d16ebe548d838f30
Author: carblue <ka6613-496@online.de>
Date:   Sat Feb 4 13:31:09 2017 +0100

    1 new ATR (ACS ACOS5-64 V3.00), changed descriptive text of ACS ACOS5-64

 smartcard_list.txt | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit f783e1c732e94ac5f129610074b21b52a830408c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Feb 1 08:39:52 2017 +0100

    10 new ATRs

 smartcard_list.txt | 35 ++++++++++++++++++++++++++++++++++-
 1 file changed, 34 insertions(+), 1 deletion(-)

commit 22b65fe210f920750033f75e648c07bb152d5290
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jan 29 18:32:24 2017 +0100

    Makefile: Use variables for installation paths
    
    Thanks to Georgi D. Sotirov for the idea
    https://github.com/LudovicRousseau/pcsc-tools/pull/5

 Makefile | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

commit 908904a344dcd4c61abed17e252f1ef3c4d73d5d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 17 22:14:02 2017 +0100

    12 new ATRs

 smartcard_list.txt | 44 +++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 43 insertions(+), 1 deletion(-)

commit dcc862a5c38d86c832204e10bb3e7bb24c4b29c7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Jan 2 17:53:34 2017 +0100

    10 new ATRs

 smartcard_list.txt | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit 602d66bd1d66cac5b50970bbd40988f606129b52
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Dec 19 18:40:21 2016 +0100

    10 new ATRs

 smartcard_list.txt | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

commit 7fc70ec970412574bd89dc977b96b28353a4bd79
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Dec 6 19:01:29 2016 +0100

    12 new ATRs

 smartcard_list.txt | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

commit 33dea586fc8ab951edb78d5a3ac9a2dabf2d8baf
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 26 10:53:49 2016 +0100

    10 new ATRs

 smartcard_list.txt | 33 ++++++++++++++++++++++++++++++++-
 1 file changed, 32 insertions(+), 1 deletion(-)

commit 2a5e6d5c239d9585a1cd32b13dd124765cdbad86
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 20 15:25:30 2016 +0100

    16 new ATRs

 smartcard_list.txt | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)

commit e6acac34596500ce8aa3914e5d01e9ad1a5a1c06
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Nov 10 18:58:35 2016 +0100

    11 new ATRs

 smartcard_list.txt | 47 ++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 40 insertions(+), 7 deletions(-)

commit d6bc6c30a385a156ca7314e08d20d6d4097e79ee
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Oct 31 22:22:46 2016 +0100

    10 new ATRs

 smartcard_list.txt | 35 +++++++++++++++++++++++++++++++++--
 1 file changed, 33 insertions(+), 2 deletions(-)

commit c8c4dc8c23f2fdb20d89f22fc570329ddfb499c8
Author: Henri Watson <henri@henriwatson.com>
Date:   Wed Oct 19 19:05:28 2016 +0200

    Add Apple Pay virtual cards to smartcard list

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit ff3e8d63360ea096c7bb4b18cc3f83b0d6187ee9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 19 08:56:31 2016 +0200

    10 new ATRs

 smartcard_list.txt | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

commit 3f7c5ce66fa570ad8067ef2be7c007ad1401e573
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Sep 18 17:53:57 2016 +0200

    14 new ATRs

 smartcard_list.txt | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)

commit 220beab6b0114e0a680f9003e7de581293c34f43
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Sep 5 17:22:32 2016 +0200

    13 new ATRs

 smartcard_list.txt | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

commit 5915c44fa768f8ad6c51b0fdbc8d5a0610f64594
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Aug 24 12:59:31 2016 +0200

    10 new ATRs

 smartcard_list.txt | 76 ++++++++++++++++++++++++++----------------------------
 1 file changed, 36 insertions(+), 40 deletions(-)

commit 6b456d1262ab0a5f3d490900ccfe32f46230cce5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jul 29 22:58:27 2016 +0200

    15 new ATRs

 smartcard_list.txt | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)

commit 8e1c9315b8a165450acf272fc5999394736f0abc
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jul 29 22:17:36 2016 +0200

    Fix smartcard_list.txt
    
    The regular expression [1,2] is wrong and should be [12] instead.
    To match 0, 1 or 2 we use [0-2].
    
    Thanks to Doug Erickson for the bug report.

 smartcard_list.txt | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

commit d0374f31b175e409c7bec0998ef164c8c5659f09
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jul 29 22:10:43 2016 +0200

    Fix smartcard_list.txt
    
    Use ".. " instead of "..." (typo)
    
    Thanks to Doug Erickson for the bug report.

 smartcard_list.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8f2a6b311ba28c12540afb24d5dfcb2e83c95091 (tag: 1.4.27)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jul 2 18:23:15 2016 +0200

    Release 1.4.27

 README | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit ecd2d200486654f2564dd30cd497dc293f345fc7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jul 2 18:19:03 2016 +0200

    10 new ATRs

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit b10d9dc1634939fc16ae590d1fce04667be2b2b7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Jun 27 11:02:17 2016 +0200

    Handle "simultaneous" readers removal
    
    When a multi slot reader (say with 2 slots) is removed then
    SCardGetStatusChange() will return with .dwEventState bit
    SCARD_STATE_CHANGED set for the first slot. Then the present readers are
    enumerated again and the second slot may still be listed by pcscd at
    that time.
    
    But when SCardGetStatusChange() is called again then the second slot may
    have been removed by pcscd and SCardGetStatusChange() will fail and
    return SCARD_E_UNKNOWN_READER.
    
    This a toctou (Time of check to time of use) issue between
    SCardListReaders() call and SCardGetStatusChange() call.
    
    Before the change the command pcsc_scan just exited with an error
    message: SCardGetStatusChange: Unknown reader specified.
    
    No the readers are re-enumerated and the loop continues.

 pcsc_scan.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 57cb31a55851107744873095953d24cc44c6cded
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jun 10 20:58:55 2016 +0200

    10 new ATRs

 smartcard_list.txt | 44 ++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 42 insertions(+), 2 deletions(-)

commit 36210326f4e0a0f72774c5b30241e1db58dead96
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jun 8 15:33:12 2016 +0200

    ATR_analysis: propose to submit the ATR if not known
    
    We propose to submit the ATR at http://smartcard-atr.appspot.com/ when
    the ATR is not found in the list.
    The message is always displayed for an unknown ATR, not just after the
    list has been updated.

 ATR_analysis | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

commit 9f47ff531a3369de734ea5d0118e15606cd9c531
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jun 8 15:32:25 2016 +0200

    ATR_analysis: use wget --quiet
    
    No need to have a ‘verbose’ wget command

 ATR_analysis | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0937cef1dcfc3f8ded00109c4daa1a5e988e4217
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jun 8 15:31:10 2016 +0200

    ATR_analysis: fix typo in comment

 ATR_analysis | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3b22a64b4b63096cbe90125230fff2a8111fd057
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu May 19 20:28:16 2016 +0200

    sort_smartcard_list.py: compute the number of ATR
    
    Display the number of ATRs that are new and not yet committed

 sort_smartcard_list.py | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit dff186c74b67e86dd5dd34af627268ae6362ae96
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu May 19 20:27:58 2016 +0200

    10 new ATRs

 smartcard_list.txt | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

commit 6bbb0d2206771d7ae1c4284b9b3e03391f41fefe
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue May 10 22:37:26 2016 +0200

    10 new ATRs

 smartcard_list.txt | 50 ++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 48 insertions(+), 2 deletions(-)

commit 4b6ff258a8a5a2658f399fab6420fd9338a6b193
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Apr 28 18:46:55 2016 +0200

    10 new ATRs

 smartcard_list.txt | 40 +++++++++++++++++++++++++++++++++++-----
 1 file changed, 35 insertions(+), 5 deletions(-)

commit 600539ba3bb6993b48d98607759a517e1e225a4f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Apr 13 17:07:51 2016 +0200

    12 new ATRs

 smartcard_list.txt | 49 +++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 47 insertions(+), 2 deletions(-)

commit f44d44e0929748f0da6fca61119542fdedf5de02
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 1 15:37:22 2016 +0200

    10 new ATRs

 smartcard_list.txt | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 52 insertions(+), 1 deletion(-)

commit 42a2d2046c11dbb1ad16dc9cdf8f85df01775e1d (tag: 1.4.26)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 19 23:51:02 2016 +0100

    README: add missing changes

 README | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit ad604f7acf3e1d7ba1dc090d9cdb767207f0b59c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 19 23:30:15 2016 +0100

    gscriptor.desktop: Add Keywords= entry
    
    pcsc-tools: desktop-entry-lacks-keywords-entry usr/share/applications/gscriptor.desktop
    N:
    N:    This .desktop file does either not contain a "Keywords" entry or it does
    N:    not contain any keywords not already present in the "Name" or
    N:    "GenericName" entries.
    N:
    N:    .desktop files are organized in key/value pairs (similar to .ini files).
    N:    "Keywords" is the name of the entry/key in the .desktop file containing
    N:    keywords relevant for this .desktop file.
    N:
    N:    The desktop-file-validate tool in the desktop-file-utils package is
    N:    useful for checking the syntax of desktop entries.
    N:
    N:    Refer to
    N:    http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s05.html,
    N:    https://bugs.debian.org/693918, and
    N:    https://wiki.gnome.org/Initiatives/GnomeGoals/DesktopFileKeywords for
    N:    details.
    N:
    N:    Severity: wishlist, Certainty: certain
    N:
    N:    Check: menu-format, Type: binary
    
    Thanks lintian(1)

 gscriptor.desktop | 1 +
 1 file changed, 1 insertion(+)

commit e5a8a546cbfbb20e5f8acb182b835de9c0ea1e15
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 19 23:29:14 2016 +0100

    scriptor.1p: fix 2 spelling errors
    
    pcsc-tools: spelling-error-in-manpage usr/share/man/man1/scriptor.1p.gz
    Reponse Response
    
    Thanks lintian(1)

 scriptor.1p | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 9cabf7dd7928964b35d994a3b1bfbb64cee393c1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 19 23:28:03 2016 +0100

    pcsc_scan.1: fix spelling error
    
    spelling-error-in-manpage usr/share/man/man1/pcsc_scan.1.gz occured occurred
    
    Thanks to lintian(1)

 pcsc_scan.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 991ccdb03b498a930767ba06608332e4dc86efc1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 19 23:11:48 2016 +0100

    Release 1.4.26

 README | 4 ++++
 1 file changed, 4 insertions(+)

commit 0f6c6739f4b55938c5dbd0d359a3a606662f21b6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 19 23:09:19 2016 +0100

    MANIFEST: remove TODO file

 MANIFEST | 1 -
 1 file changed, 1 deletion(-)

commit 3dc2e47afe12e85a4cb232a9a44ce598ff833b15
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 19 22:55:38 2016 +0100

    ATR_analysis: fix display the submission message
    
    The message "Your card is not present in the database.
    Please submit your unknown card at: ..." was only displayed when the ATR
    _was_ found in the updated list file.
    If the ATR was not found even on the second request the message was
    _not_ displayed.
    
    I should get more ATR submissions now.

 ATR_analysis | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 157ad58b1f7b9a57becf8ec64808620be50f31f6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 19 22:49:30 2016 +0100

    10 new ATRs

 smartcard_list.txt | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

commit df11c8c8dcfc915f13ddeeed534b61d3d37110b8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Mar 6 13:07:28 2016 +0100

    10 new ATRs

 smartcard_list.txt | 43 ++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 42 insertions(+), 1 deletion(-)

commit 92695b05d24384ad0161ae3d141174f3aeb97630
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Feb 17 00:05:49 2016 +0100

    10 new ATRs

 smartcard_list.txt | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

commit 75dca4d529b919b5fb0d8ef513bb8c4597e72292
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Feb 3 15:47:20 2016 +0100

    10 new ATRs

 smartcard_list.txt | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

commit ce3e1342536a3ed46afcc9dc9212ae20757ea115
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 23 13:56:43 2016 +0100

    10 new ATRs

 smartcard_list.txt | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

commit dd7a784a13d5c2db9e8be6573fe2dcc3081c7c46
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jan 15 16:50:44 2016 +0100

    Change copyright date

 smartcard_list.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 824173f8c3f286e646be93a5571884fae0531cdd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jan 3 20:42:54 2016 +0100

    14 new ATRs

 smartcard_list.txt | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 55 insertions(+), 2 deletions(-)

commit 61fc2bcf099063a908667aae29776f8bdffe1567
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Dec 4 09:02:19 2015 +0100

    13 new ATRs

 smartcard_list.txt | 50 ++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 48 insertions(+), 2 deletions(-)

commit 179de1caee4984cc47bbc96b322664fb77a975ad
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 8 18:19:33 2015 +0100

    Use Changelog instead of ChangeLog

 Makefile          | 4 ++--
 create_distrib.sh | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit d5d90d7d55655d8332c3af92894a05d6f9fea6de (tag: 1.4.25)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 8 18:13:54 2015 +0100

    Release 1.4.25

 README | 4 ++++
 1 file changed, 4 insertions(+)

commit ca2464ebf8806da32a435b9c3629f08eeba4105a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 8 18:11:41 2015 +0100

    Makefile: add a ChangeLog rule

 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 5c97f44c8c42406b1dc83711aab88fa49c44ded2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 8 18:08:14 2015 +0100

    4 new ATRs

 smartcard_list.txt | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

commit c1c2ea10886b3bb41673fb885a65cbae12e2856c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 8 18:06:12 2015 +0100

    TODO: remove empty file

 TODO | 6 ------
 1 file changed, 6 deletions(-)

commit 98b043657e21860feea4e99dd66d65372cb17233
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 8 18:00:23 2015 +0100

    ATR_analysis: correctly use wget to store the ATR list
    
    Using --output-file= correctly set the file time. But the content of the
    file is the log of the wget command not the content of the remote file.
    The code was completely broken.
    
    This change reverts a4165dbd2baca4588c4ac8b21bc40a6dc21c54d8 and add the
    missing touch(1) call.
    
    Closes Debian bug #804049: [pcsc-tools] Update of smartcard_list.txt is
    broken

 ATR_analysis | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7a62806675fc12f0cb30b4b238b6d0df21e331e4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 8 17:57:11 2015 +0100

    Comments: Remove the $Id$ tag
    
    The $Id$ tag was used by subversion (svn) to indicate the file revision.
    This tag is now useless with git.

 ATR_analysis       | 2 --
 Makefile           | 2 --
 README             | 2 --
 gscriptor          | 2 --
 gscriptor.gtk1.2   | 2 --
 pcsc_scan.c        | 2 --
 scriptor           | 2 --
 smartcard_list.txt | 2 --
 8 files changed, 16 deletions(-)

commit c87bed6685691def67b159f4fc57ccee50d42636
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 14 18:43:04 2015 +0200

    10 new ATRs

 smartcard_list.txt | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

commit 2bca9aebb9899cecddbb78319190143708468004
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Sep 11 10:24:27 2015 +0200

    Add .gitignore file
    
    Ignore generated files.

 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)

commit 1203ed381c1a3545e5fcb5d6b346bdd27883bcb9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Sep 11 10:22:34 2015 +0200

    13 new ATRs

 smartcard_list.txt | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

commit 274e373037ed9230de9262740a0e88c26a888c4e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 25 19:54:54 2015 +0200

    17 new ATRs

 smartcard_list.txt | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 61 insertions(+)

commit 8286f6f1aaae46234a643c97013ef2503b8f3af5 (tag: 1.4.24)
Author: Ludovic Rousseau <ludovic.rousseau@gmail.com>
Date:   Fri Aug 7 20:44:56 2015 +0200

    Release 1.4.24

 README | 4 ++++
 1 file changed, 4 insertions(+)

commit b1c7e323697c0e1b12b6d138b2eb098b95c877d0
Author: Ludovic Rousseau <ludovic.rousseau@gmail.com>
Date:   Fri Aug 7 20:44:00 2015 +0200

    create_distrib.sh: update for git
    
    The repository moved from subversion to git.

 create_distrib.sh | 20 ++------------------
 1 file changed, 2 insertions(+), 18 deletions(-)

commit 4c63e2a7b1c4af75622415438b612d84cceca743
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 7 18:12:47 2015 +0200

    13 new ATRs

 smartcard_list.txt | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

commit 974d4be1fb8771fb77427985a8f687fa162d2b03
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 7 17:38:15 2015 +0200

    sort_smartcard_list.py: check the ATR is all upper case
    
    If an ATR contains lower case letters then an error is reported.

 sort_smartcard_list.py | 4 ++++
 1 file changed, 4 insertions(+)

commit 815d531589409e8cb33788194302a8960667e915
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 4 17:54:03 2015 +0200

    sync.sh: do not update the local ATR list
    
    The local ATR list should be updated by the automatic update mechanism.
    At least I should use my own code.

 sync.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a4165dbd2baca4588c4ac8b21bc40a6dc21c54d8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 4 11:05:45 2015 +0200

    ATR_analysis: get the correct time for cache ATR list
    
    wget --output-document=foo will set the date (and time) of the file foo
    to the date of the remote file. But we want the file to have the date
    the wget was run and not the date the remote file was last updated.
    
    We new use get $url --output-file=foo
    
    Problem detected on Debian jessie (8.1)

 ATR_analysis | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5e37873ce4ad2998632e03d5c767cac68b2f9516
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 4 10:55:01 2015 +0200

    ATR_analysis: update the ATR list if non present
    
    If no ATR list cache is present then it was not be updated.
    The ATR list automatic update did work only if a file
    ~/.cache/smartcard_list.txt was already present.

 ATR_analysis | 32 ++++++++++++++++++++++++++++----
 1 file changed, 28 insertions(+), 4 deletions(-)

commit dfa527cf03a73b876e3013c8c2ff2d18a82b8733
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Jul 27 21:27:34 2015 +0200

    19 new ATRs

 smartcard_list.txt | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 67 insertions(+)

commit 43f11e1af31c026de59326e4041e42bc36ba6c28
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jul 2 17:44:53 2015 +0200

    17 new ATRs

 smartcard_list.txt | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 62 insertions(+)

commit cebc7e056583dd2f38d5246715eb34e07cb0fa8c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jun 18 21:34:09 2015 +0200

    10 new ATRs

 smartcard_list.txt | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

commit c9fb8f1a0864e9d1735a4b6df17293630286abac
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Jun 8 19:42:44 2015 +0200

    13 new ATRs

 smartcard_list.txt | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

commit 127c497622bfcbf692f881afde5b237072ee3b3a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed May 20 15:00:48 2015 +0200

    10 new ATRs

 smartcard_list.txt | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

commit ecfbabda561cf69f4095cefe02ae7f34ceb0d231
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 1 09:16:05 2015 +0200

    10 new ATRs

 smartcard_list.txt | 45 +++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 41 insertions(+), 4 deletions(-)

commit 49ce00c410a41c54cc8a4fa6299f633ff05c0cf0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Apr 15 08:42:09 2015 +0200

    13 new ATRs

 smartcard_list.txt | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

commit fcc576d0200974048c8137a52d811f1f28fbd7ab
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 25 06:34:30 2015 +0000

    15 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@7106 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)

commit 7de1998179e2a0373ad78cc17188460aae557e65
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Mar 5 17:43:35 2015 +0000

    Document how to quit pcsc_scan
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@7100 0ce88b0d-b2fd-0310-8134-9614164e65ea

 pcsc_scan.1 | 2 ++
 1 file changed, 2 insertions(+)

commit 6d3929211cbcd2856bc6c72697c4eaddf973b20e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Feb 25 12:11:41 2015 +0000

    11 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@7097 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

commit 943a2bd027896a2248ad56f46ca1cc81ed52df68
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Feb 14 16:32:08 2015 +0000

    11 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@7093 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

commit 9ddd74d92ec8c2e7a9a6bc11c276fcf9b1c86e96
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 31 17:42:18 2015 +0000

    13 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@7088 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

commit d0096ac8d501d1fcbf433a3b8a4a3bf83028c216
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Jan 19 19:32:59 2015 +0000

    12 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@7083 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 48 +++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 47 insertions(+), 1 deletion(-)

commit 040d93c01ab1b64fefdddacc1e616c2e34cf177b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Dec 30 21:36:17 2014 +0000

    15 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@7056 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 65 insertions(+), 2 deletions(-)

commit fc62b687fde11a98ce4c97002254090bc592c896
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 30 10:37:36 2014 +0000

    24 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@7048 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 81 insertions(+)

commit efb9ea88725950e85028e08db5e7cc7587a98f62
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Nov 5 19:32:42 2014 +0000

    10 new ATRS
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@7025 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 43 +++++++++++++++++++++++++++++++++++++------
 1 file changed, 37 insertions(+), 6 deletions(-)

commit 44f2c7df2b64557e11168194020ddc88cfbebe6d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Oct 26 16:24:23 2014 +0000

    17 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@7017 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 62 insertions(+), 2 deletions(-)

commit a4ace816245f8552876f7440851b6788435acf1f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Oct 9 16:42:48 2014 +0000

    10 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@7009 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

commit da04b8ddf7edd1b149cce1bbc47bbb2fd11b952b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Sep 24 07:27:13 2014 +0000

    10 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6998 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

commit f28be7e1cf9cc6e2ba91bb7eb4688b2f032a4060
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Sep 18 12:52:37 2014 +0000

    Use "\\?PnP?\Notification" reader only if supported
    
    Add the special reader "\\?PnP?\Notification" only if the Plug and Play
    feature is supported by the PC/SC layer (it is supported on GNU/Linux
    but not on Mac OS X).
    
    Thanks to Santiago Gimeno for the suggestion
    https://github.com/santigimeno/node-pcsclite/issues/14#issuecomment-56031963
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6992 0ce88b0d-b2fd-0310-8134-9614164e65ea

 pcsc_scan.c | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

commit e1e1880dfdfe753b641abc77f104a64e9f6cb7fc (tag: 1.4.23)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Sep 13 12:45:21 2014 +0000

    Release 1.4.23
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6981 0ce88b0d-b2fd-0310-8134-9614164e65ea

 README | 3 +++
 1 file changed, 3 insertions(+)

commit baf7598381aa321ec54083ad0c06912a24aea80a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Sep 11 17:46:21 2014 +0000

    10 new ATRS
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6980 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

commit 30e75ffbb3a4585a49471e04f11372c42bb30d75
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Aug 24 19:06:21 2014 +0000

    12 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6959 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

commit 26db759b02ee9137a0b20877cfc95a691b943093
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Aug 2 17:32:53 2014 +0000

    Reformat to have the URL on one line
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6947 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 257 ++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 168 insertions(+), 89 deletions(-)

commit ee69af4024bc984c9d0254763d4a31fcdc93428f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 1 19:35:32 2014 +0000

    10 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6946 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

commit 79d0d43727400f3665b5d6f613a70656eca4488b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jul 10 17:10:45 2014 +0000

    14 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6934 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

commit cfcbe3353cc1360dab26c2d4cf9d7ddc2d1ba223
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jun 20 16:15:18 2014 +0000

    10 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6932 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit db1c99dd478229eae0bd6da322da2156b4cb5a46
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jun 5 16:36:12 2014 +0000

    10 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6913 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 35 ++++++++++++++++++++++++++++++++++-
 1 file changed, 34 insertions(+), 1 deletion(-)

commit 64d323fc5fa3468afcb1c14cbba7be27bda932ea
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu May 29 15:49:34 2014 +0000

    15 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6903 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

commit f14918b1ac903ee6e13f3f7599c5d167b7b5dd38
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat May 3 18:25:46 2014 +0000

    25 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6893 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 82 insertions(+)

commit 497ea6780916fd641769b5d67e47f6593580a242
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 11 16:40:20 2014 +0000

    11 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6872 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit 8bc799252ff4e8c11f943ad9ae312c3689fad3ea
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Feb 26 14:02:29 2014 +0000

    13 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6863 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 48 +++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 47 insertions(+), 1 deletion(-)

commit 149f8a5dbaf83302ffdb987de02cf7eecc0da182
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jan 31 16:04:37 2014 +0000

    7 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6834 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 67 +++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 46 insertions(+), 21 deletions(-)

commit 3ff61cda94b51d95ba5d5eb2dc4f33c53bdc1d3f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jan 17 14:51:51 2014 +0000

    Reformat
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6826 0ce88b0d-b2fd-0310-8134-9614164e65ea

 README | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 86947ad6fb190a7755044d0f470debc038da60e7 (tag: 1.4.22)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jan 17 14:07:36 2014 +0000

    Release 1.4.22
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6825 0ce88b0d-b2fd-0310-8134-9614164e65ea

 README | 7 +++++++
 1 file changed, 7 insertions(+)

commit 3f37fd739e67eb54589c23bbbae5853bc20e32b8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jan 17 13:53:40 2014 +0000

    10 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6824 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

commit a6c2bfe51564b4cac1cb530c966897af2d901f9d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 14 16:24:49 2014 +0000

    Automatically update the ATR list
    
    - Fetch a new ATR file if it was not upgraded in the last 10 hours.
    - Propose to use http://smartcard-atr.appspot.com/parse to submit a new
      ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6823 0ce88b0d-b2fd-0310-8134-9614164e65ea

 ATR_analysis | 76 ++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 59 insertions(+), 17 deletions(-)

commit 90d8ddfbd4ba9cb1a9a9b11ddc1ed8a55f212264
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Dec 14 17:50:43 2013 +0000

    10 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6808 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 41 +++++++++++++++++++++++++++++++++++++----
 1 file changed, 37 insertions(+), 4 deletions(-)

commit 057d674c65f8621677e61fa04e39a88b7685467a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Nov 22 08:27:48 2013 +0000

    10 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6789 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

commit 27eed84d70cc75082d745a35b1847667d05fe9ea
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Oct 27 19:28:55 2013 +0000

    10 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6788 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

commit 3b4e040734a68615694a0ad9de78b7a5000bc676
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Oct 11 20:57:00 2013 +0000

    10 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6768 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

commit d2d749ee230a4c2a92ae23be3df6dd50e6708d5a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Sep 24 15:57:07 2013 +0000

    11 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6756 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 50 ++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 44 insertions(+), 6 deletions(-)

commit 58d0e7a9b6f174d542770b996805b3b20ba41099
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Sep 3 16:28:30 2013 +0000

    8 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6745 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

commit b6ce8d88792e8db30cfd36e6c440880b06be9361
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 20 16:00:40 2013 +0000

    8 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6731 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

commit e9adc67fdea5bdb6942eb9c9c9c27562e1837eee
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 2 08:28:26 2013 +0000

    11 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6704 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

commit f8c2b0db94f8fdaaaead19648b1cd2302d1137b1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Jul 29 14:17:37 2013 +0000

    Initialize the .cbAtr field
    
    Thanks to Frank Morgner for the patch
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6690 0ce88b0d-b2fd-0310-8134-9614164e65ea

 pcsc_scan.c | 1 +
 1 file changed, 1 insertion(+)

commit 492342327a23f0fac89f9f32c476ec07cb340335
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jul 4 07:25:16 2013 +0000

    If the ATR is not found ask for a description of the smart card
    
    I want a description of the smart card, not the reader.
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6683 0ce88b0d-b2fd-0310-8134-9614164e65ea

 ATR_analysis | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 990de2a3f9a626318531a441a49f41e7791876dd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jun 30 15:22:28 2013 +0000

    9 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6679 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

commit 238cdf423f04b0ce9d7f334a7c96aa5115a431b3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jun 18 17:00:00 2013 +0000

    10 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6665 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

commit 3146fbb6d432703fa31092dab121231b6fed04f6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 26 11:13:42 2013 +0000

    8 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6636 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

commit 98574665ef2bcd0c0ca61e4ff124ba84fee7c2e4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue May 14 16:06:08 2013 +0000

    10 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6628 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 42 ++++++++++++++++++++++++++++++++++++++----
 1 file changed, 38 insertions(+), 4 deletions(-)

commit e8accd7efda87ed347f058055fcb269bc4ee9ab7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 23 18:30:26 2013 +0000

    12 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6613 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 43 ++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 42 insertions(+), 1 deletion(-)

commit 2fd30ea8809f1c4f00f4410eae93b344186188a1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 9 15:37:53 2013 +0000

    6 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6589 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

commit 247a8e505477c668b3b4fcc653a392ff02d5a200
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 27 21:37:15 2013 +0000

    7 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6578 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

commit fa2825f0970060ff972f9e13ac40cdc7b9a4e124
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 16 10:37:42 2013 +0000

    9 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6571 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

commit 31327e471aedc4116d658ae5fa4b570e102845ba
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Feb 27 09:36:53 2013 +0000

    7 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6537 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

commit d4e5fe784117cef353f2d8bd6a3d3e9778151435
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Feb 15 19:17:03 2013 +0000

    9 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6529 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

commit 7fed59add0b3fc714016a046b11a1a5fccce7d8e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Feb 5 17:33:07 2013 +0000

    7 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6522 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

commit fcac5eba3d34a70c59ec8c2ca76306852f3a83a3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 29 17:02:45 2013 +0000

    9 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6520 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

commit 562b2028e83a2544b271cc428d0327bd2c80fda4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jan 20 17:18:52 2013 +0000

    7 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6510 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 27 +++++++++++++++++++++++++--
 1 file changed, 25 insertions(+), 2 deletions(-)

commit af820f53f6553d63271f5e818766ba7f0e89656e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 8 20:04:01 2013 +0000

    5 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6499 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

commit eca13e9b48c09e00e6ae496899831917354b54b9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jan 3 22:01:30 2013 +0000

    6 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6498 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

commit 3990b50524392df5d647873c177edaffec6e54aa
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Dec 21 09:53:00 2012 +0000

    6 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6497 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

commit ff0bca10d980fcea66efb2bbc1ec5baf6deed77e (tag: 1.4.21)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Dec 7 14:49:59 2012 +0000

    Release 1.4.21
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6494 0ce88b0d-b2fd-0310-8134-9614164e65ea

 README | 6 ++++++
 1 file changed, 6 insertions(+)

commit 4d112ae46146dadde0f2bb0c149b8fb953ede8b6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 5 13:57:40 2012 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6493 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit 424f09dde2211877bbdba8eaf3e7e7f4b0ca9743
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 5 13:43:32 2012 +0000

    pcscd is in section 8 not 1
    
    Fixes Debian bug #695094 "wrong man page section in SEE ALSO"
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6492 0ce88b0d-b2fd-0310-8134-9614164e65ea

 pcsc_scan.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b7e4660b35dd82a974c190d2e9f6b510d2ae4a60
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Nov 27 20:28:21 2012 +0000

    5 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6485 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 25 +++++++++++++++++++++----
 1 file changed, 21 insertions(+), 4 deletions(-)

commit f0d1e29cc0a23e7bbc6bbe0a2324a30278321660
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Nov 27 17:06:01 2012 +0000

    Do not display time if SCardGetStatusChange() returns because of a time
    out.
    
    Mac OS X PC/SC do not support \\?PnP?\Notification so a timeout of 1
    second is used. We do not want to have a log line with the time every 1
    second.
    
    Thanks to Libor Pospíchal for the bug report.
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6484 0ce88b0d-b2fd-0310-8134-9614164e65ea

 pcsc_scan.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit da757f8a4eabff040a33425ca5700b23b248f885
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Nov 6 19:24:00 2012 +0000

    8 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6480 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

commit 646257115a5589d14297e3896fc74185b57f7b33
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Oct 11 16:45:27 2012 +0000

    8 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6472 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

commit 20b5cc3daca30b744f42aaba2112cfc9088a7f70
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Sep 30 18:24:00 2012 +0000

    7 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6466 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

commit 49ff43093d7c328f180ec48c3a2a97c90c1fec6a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Sep 7 15:50:18 2012 +0000

    6 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6456 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

commit a1f64bcefba06dfc0e4f8e37a630f59f7c70cb43
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Sep 3 15:48:00 2012 +0000

    6 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6453 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 25 +++++++++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)

commit edf539bd04aecbbfcfe69c6fd4a7148aaa887499
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Aug 26 14:33:19 2012 +0000

    7 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6448 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 37 +++++++++++++++++++++++++++++++------
 1 file changed, 31 insertions(+), 6 deletions(-)

commit d11303fd89e00fe4eff086cd38cc81e7e661d50c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Aug 19 18:49:20 2012 +0000

    9 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6435 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

commit 4659ad66abdbbbc65f1e4badf8a61c33dc7617a0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Aug 2 16:25:46 2012 +0000

    7 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6398 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 33 ++++++++++++++++++++++++++++++---
 1 file changed, 30 insertions(+), 3 deletions(-)

commit 0200c50bc3c2218ca97ce65ba7b18392a250680c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jul 27 16:48:52 2012 +0000

    11 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6395 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 41 +++++++++++++++++++++++++++++++++++++++--
 1 file changed, 39 insertions(+), 2 deletions(-)

commit 952746479db3c980f43696f37dc6542571bcbf39
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jul 1 13:40:43 2012 +0000

    Copy the ATR list in ~/.cache/ now
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6381 0ce88b0d-b2fd-0310-8134-9614164e65ea

 sync.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 87cbfb345de1ec15ca5a7db2acddd773c9f6e32f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jun 17 12:54:58 2012 +0000

    2 new ATRs
    reformat
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6347 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 90 +++++++++++++++++++++++++-----------------------------
 1 file changed, 41 insertions(+), 49 deletions(-)

commit 11381e2493f2d55c47c8c9e04c432dd3557626d1 (tag: 1.4.20)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jun 16 11:19:25 2012 +0000

    Release 1.4.20
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6346 0ce88b0d-b2fd-0310-8134-9614164e65ea

 README | 4 ++++
 1 file changed, 4 insertions(+)

commit 0901786a8ef2c48c06cda655b882ce4006533058
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jun 16 11:18:54 2012 +0000

    Update copyright date
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6345 0ce88b0d-b2fd-0310-8134-9614164e65ea

 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a83f8831a1a2d34c084d841dac96583f0a428852
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jun 16 11:14:04 2012 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6344 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit 7ee4b76c9f3a10cf5276d126116fd591262b5e75
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jun 16 10:39:18 2012 +0000

    Fix compiler warning
    
    pcsc_scan.c:280:13: warning: comparison between signed and unsigned
    integer expressions [-Wsign-compare]
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6343 0ce88b0d-b2fd-0310-8134-9614164e65ea

 pcsc_scan.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit 495b0ba730fa90fc3fabff8675bb3c8568fca51f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jun 16 10:37:48 2012 +0000

    Fix compiler warning
    
    pcsc_scan.c:131:18: warning: comparison between signed and unsigned
    integer expressions [-Wsign-compare]
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6342 0ce88b0d-b2fd-0310-8134-9614164e65ea

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f6e2e22bb2ddd0132a5e6179f9106b5aa0d35e3f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jun 16 10:36:43 2012 +0000

    Fix compiler warning
    
    Use j instead of i for the variable name
    
    pcsc_scan.c:128:8: warning: declaration of ‘i’ shadows a previous local [-Wshadow]
    pcsc_scan.c:78:17: warning: shadowed declaration is here [-Wshadow]
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6341 0ce88b0d-b2fd-0310-8134-9614164e65ea

 pcsc_scan.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 7dc164fd28fd5e03faba7b3550bccc597c71057a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jun 16 10:35:18 2012 +0000

    Fix compiler warnings
    
    pcsc_scan.c:83:15: warning: initialization discards ‘const’ qualifier
    from pointer target type [enabled by default]
    pcsc_scan.c:84:14: warning: initialization discards ‘const’ qualifier
    from pointer target type [enabled by default]
    pcsc_scan.c:85:18: warning: initialization discards ‘const’ qualifier
    from pointer target type [enabled by default]
    pcsc_scan.c:86:20: warning: initialization discards ‘const’ qualifier
    from pointer target type [enabled by default]
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6340 0ce88b0d-b2fd-0310-8134-9614164e65ea

 pcsc_scan.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 0c8abc287577ab420570d4b76d9d6de7cad4e29a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jun 16 10:34:15 2012 +0000

    Fix compiler warning
    
    pcsc_scan.c:59:6: warning: no previous prototype for ‘usage’
    [-Wmissing-prototypes]
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6339 0ce88b0d-b2fd-0310-8134-9614164e65ea

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 076256bb631661da448e36db37d99ec00612045e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jun 16 10:31:54 2012 +0000

    Add arguments to CFLAGS instead of overwritting them
    
    It is now possible to define extra CFLAGS before the compilation. Like
    what is done on Debian using dpkg-buildflags.
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6338 0ce88b0d-b2fd-0310-8134-9614164e65ea

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3aa0970dde13ef01a5d14c70eae4293f590a958b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jun 13 15:50:12 2012 +0000

    update 1.4.19 description
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6335 0ce88b0d-b2fd-0310-8134-9614164e65ea

 README | 1 +
 1 file changed, 1 insertion(+)

commit afc3dc3e6d55bf38d4c96dda0e59eb5595647ed0 (tag: 1.4.19)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jun 13 14:53:02 2012 +0000

    Release 1.4.19
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6334 0ce88b0d-b2fd-0310-8134-9614164e65ea

 README | 4 ++++
 1 file changed, 4 insertions(+)

commit 9f8038702695a2358bcaabe3955414702b2bf51d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jun 13 12:03:42 2012 +0000

    Update version and copyright date
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6333 0ce88b0d-b2fd-0310-8134-9614164e65ea

 ATR_analysis | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 55564c7ed02cee052f6bf541c079845f3a1411f1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jun 13 12:02:32 2012 +0000

    Use XDG_CACHE_HOME env variable
    
    http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
    defines the default cache directory and the use of XDG_CACHE_HOME to
    override it.
    The smartcard_list.txt file is now searched in ~/.cache/ by default
    
    Thanks to Diego Elio Pettenò for the idea.
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6332 0ce88b0d-b2fd-0310-8134-9614164e65ea

 ATR_analysis | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

commit a204b64608e460a4c397594d27773fd8cef56e63
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jun 12 16:20:36 2012 +0000

    8 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6330 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 72 ++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 48 insertions(+), 24 deletions(-)

commit 04623ee9d9f2764adfdc8bbfda61a37a3367f87a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jun 9 11:45:46 2012 +0000

    10 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6329 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

commit 5c6212d658fc0257273ccf9823ba6be69f6b6db5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jun 5 16:20:50 2012 +0000

    10 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6324 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 35 +++++++++++++++++++++++++++++++++--
 1 file changed, 33 insertions(+), 2 deletions(-)

commit 4e81243df011201c0b2ac143b13c60e2640e62ec
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu May 31 21:00:23 2012 +0000

    6 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6314 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

commit d1761a5786fbeb548f0174efa91361274c41d6c7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 18 18:45:57 2012 +0000

    7 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6304 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

commit 17fae1b2ecb4594516e50bf7fa55f8f884b59155
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Apr 30 17:04:13 2012 +0000

    6 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6288 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

commit 7be00a063552ba0075b1daf2dd3be3be69d1524f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Apr 18 11:28:25 2012 +0000

    9 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6276 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

commit b1edbd87230690939a918691c27771b4bae011b7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Apr 4 20:26:45 2012 +0000

    8 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6257 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

commit 35180ac3897e08efd8bb59e234f5f7857ee56488
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 21 12:45:44 2012 +0000

    5 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6242 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit c2d1153dec2359ba33072e0f1804e172efa0cb6c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 7 14:41:55 2012 +0000

    6 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6237 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

commit c636d438b396d4fbf954f8b4580b987becd0cd5e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Feb 19 13:25:29 2012 +0000

    7 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6228 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

commit e953691b0d66642f09fda08fe37b23d183cc535b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jan 26 16:57:15 2012 +0000

    7 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6202 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

commit f5a95208393a247a3c356163827a6688de3b9bfb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 17 17:03:18 2012 +0000

    5 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6180 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit 7828d0c0e965f59a59ea35fc3768f4dd5e2fb8c1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 10 17:09:50 2012 +0000

    14 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6167 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 53 insertions(+), 2 deletions(-)

commit ee40ab51bbfd75483c06753147a4157e8f01c000
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jan 5 18:39:51 2012 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6166 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit 0fcaeed18a460726bf2f54e0cf7ff35ddf607fc4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Dec 30 17:08:26 2011 +0000

    4 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6153 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit 5511b7fa93ca34a712536a09a37a2031a04269d2 (tag: 1.4.18)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Dec 18 13:10:26 2011 +0000

    release 1.4.18
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6150 0ce88b0d-b2fd-0310-8134-9614164e65ea

 README | 7 +++++++
 1 file changed, 7 insertions(+)

commit a6b8bef71f881b4491f0950ac8ff60f0d01faea0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Dec 18 13:04:50 2011 +0000

    Display lines of 16 bytes instead of 24
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6149 0ce88b0d-b2fd-0310-8134-9614164e65ea

 scriptor | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1eda212cd98974c68d68858a9e0ddedec2705df6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Dec 18 12:44:40 2011 +0000

    Display bytes of value 0x20 as ' ' instead of '.'
    
    Thanks to Alain SAURAT for the patch
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6148 0ce88b0d-b2fd-0310-8134-9614164e65ea

 gscriptor | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 62efaeef8bbf261b33f47eb85050c12e3777da2b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Dec 18 12:43:45 2011 +0000

    Display hex dumps in lines of 16 bytes instead of 17
    
    Thanks to Alain SAURAT for the patch
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6147 0ce88b0d-b2fd-0310-8134-9614164e65ea

 gscriptor | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit be534c617c457ff4a2ce9988bb12952db53d2bf5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Dec 18 12:36:16 2011 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6146 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit 4bc58334c00609faf319c55d337baafdd10bf55a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Dec 15 19:36:40 2011 +0000

    1 new ATR + generalisation of the Reinet SCT WOK card
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6140 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 06b813b0c159b0777e335a84f61853a9b5536596
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 14 08:08:09 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6138 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit ae7e00b3ac7aff881a826f01f689fedc176b3764
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Dec 10 08:28:03 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6137 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit d75d312cd7ff42ca05c2dcedf463a66d54a79585
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 7 12:53:21 2011 +0000

    4 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6136 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit 2edc5b3bc7a22fbc8c1ce120b5f385d4ce084199
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Dec 1 21:12:19 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6127 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 5 +++++
 1 file changed, 5 insertions(+)

commit 24b8de94b4bbefd861db34a8afe85a583f810f87
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Nov 29 17:55:20 2011 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6121 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 5 +++++
 1 file changed, 5 insertions(+)

commit 679312881db661347fb214a7dae9fba559e80b0c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Nov 25 09:37:35 2011 +0000

    Do not mix spaces and tabs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6116 0ce88b0d-b2fd-0310-8134-9614164e65ea

 sort_smartcard_list.py | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

commit 4cd573a7917e0b8a3f5511bdb42bb1e0b17626d0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Nov 25 09:36:26 2011 +0000

    3 new ATRs and reorder
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6115 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 99 +++++++++++++++++++++++++++++-------------------------
 1 file changed, 53 insertions(+), 46 deletions(-)

commit d3606386ca34ee8ced822d60c631938d3b7041a8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Nov 23 08:28:56 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6114 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++++
 1 file changed, 4 insertions(+)

commit 8104e2dbc5ea7f909d552bce34ddeac9ea92250e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Nov 15 17:30:09 2011 +0000

    8 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6106 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

commit d3c1886bb36db35477a41ec9c5a1a5e025a1a3fa
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 6 15:50:50 2011 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6101 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit c173f27752204bf47c1fc7809ded8c75c0bcf3de
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 26 16:31:42 2011 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6084 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

commit ca511b33b82b8046af51d3629193551636ee8451
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Oct 23 17:27:50 2011 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6068 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit 59d0207d55e41a1c8b55eccdf78773d2e418f33a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 18 16:26:17 2011 +0000

    Fix description
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6048 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 31beb67756d42301a73cb31ebb9a93d8780130fc
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 18 16:24:37 2011 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6047 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit 16e177a22ea9a91dc2642bed970aa6719a3d0196
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Oct 16 14:26:37 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6046 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 35d98da54a131f879ed6f4a9502a88d322fd514b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Oct 14 06:11:03 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6039 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 038df2b6d59310cbb34182a02cc357068a28acc8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 11 16:03:39 2011 +0000

    Add card description
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6031 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 1 +
 1 file changed, 1 insertion(+)

commit cd247a94e6f1c9483aeb208ca08380fe81a65ff2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 11 16:03:15 2011 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6030 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit 7714b1c8145522a1658b6b65c5091eefe181511e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Oct 6 18:19:51 2011 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@6004 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit a0c30e600991cf57ee054bf30452e29b5d0fe13e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 4 16:03:59 2011 +0000

    update URL in card description
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5998 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e330d19fdd838f6b762224a5e5aba940475cd71a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Sep 24 17:03:25 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5966 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 7513c5bc7a6c768e52e9321d9bb2087fb9f21acd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Sep 20 17:06:41 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5958 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 7f31aef517348b4593d183556c7aaead864e6006
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Sep 17 20:05:55 2011 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5957 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit fadf38acf9315ca1d81dd05065114ebab0f6d1df
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Sep 16 16:02:41 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5956 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit c2ae35cc7431869148c5772dd31b5feaaf40900e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Sep 9 16:48:44 2011 +0000

    11 ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5950 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

commit 91152ecdde056f8adde1aaa93cf61f07ce373a18
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Aug 29 16:39:47 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5920 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit e0c78e5c7abb867d11c73c11dd5118939ccec6ea
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Aug 28 08:04:57 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5918 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++++
 1 file changed, 4 insertions(+)

commit 569f3c5e88483445bd8a1b74db6af8d2b0db4dcb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Aug 27 15:54:45 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5917 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit c9464e1488f336d6a9b5345b0d7e2123927c5dfb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Aug 27 07:36:38 2011 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5913 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 79be3252e0490007919a18749d32ff81c91f9479
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 19 09:32:46 2011 +0000

    Remove extra tab
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5892 0ce88b0d-b2fd-0310-8134-9614164e65ea

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 096a99096f097876ee6a61f9f3d04ff79da697ed
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Aug 17 21:02:23 2011 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5889 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 7 +++++++
 1 file changed, 7 insertions(+)

commit 3da0e1bb3246e203291295bec6defb49eab0ae22
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 9 15:38:01 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5888 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 32cdd52e72bd692711ba6aa09d1ac5525657b657
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Aug 8 20:58:25 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5884 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 58c2000deb39d8f52e82a4fb640141a2ccf0226f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Aug 8 15:47:14 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5883 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 7174fcebb1233cb89a2b7e620d7ca0d41407e19b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Aug 3 14:31:03 2011 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5876 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit fe33f3c6aeafccdaa9b4ec158cdc609847666b53
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jul 17 08:27:24 2011 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5872 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit 1c1cc8704fc0aa0b2700214205ead07afcfc7ccf
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jul 5 15:58:42 2011 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5823 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 15551729019894645ddd389a1bea7038fa8d3415
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jul 2 17:00:41 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5820 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 8c2fb972cb1c06ed682031a0c2d18af47e2682e0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jun 30 16:50:47 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5817 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit ef4de73d2b18e3c27aac61ed2aa41738ea3daa5d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jun 16 18:30:26 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5798 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 5aa64177e9df17a56e4a4a0e181daf253ad2826a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jun 15 09:41:26 2011 +0000

    Update copyright date
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5792 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a16d884c3d625a4dd07f8a16fd3519e12c692ffd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jun 15 09:41:05 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5791 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++++
 1 file changed, 4 insertions(+)

commit d5bb3d8bf2259edace99437d0455be1fbf5146ff
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jun 3 06:00:25 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5777 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 49853a8b7a8e6d78672753e7cf645935e3dd0fc3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat May 28 17:19:00 2011 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5768 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit c77dc938b0b9524d634d0b90976d962568a5b981
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 27 18:39:27 2011 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5767 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit e4caadeef7fdffa1468a51e8addbe2fc0b6f05ca
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue May 17 15:42:10 2011 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5760 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit c222a898527d64bcb991aab4881711ab18423440
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat May 14 15:20:31 2011 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5748 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit da47a218f5fc1ac14d3728f3f8a4bc042cdec121
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat May 7 18:08:49 2011 +0000

    5 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5717 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

commit 6acea9258ce00f8631ba29b906bfc670f52f33c4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Apr 21 20:34:07 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5702 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 4394772bdb9cc3e1f429e5815e8d629ca0cd0f5a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 19 15:44:13 2011 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5701 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit fd83b95715a25d653ba6bf9fcb56c3a6f99438bb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Apr 17 07:15:50 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5700 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit cb56f90df65eed0ab354472cfbf1c203c90fcf59
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 12 19:41:37 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5696 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++++
 1 file changed, 4 insertions(+)

commit eac2420e37e199a818f4e1144d7297e16b0dd985
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 30 09:35:10 2011 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5680 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit c340a85381ab894f61e892262289ccc1853e15d3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Mar 25 17:19:46 2011 +0000

    fix an ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5670 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit fe6d3564d794d08947213eb33df463bd9b181f56
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Mar 25 16:10:50 2011 +0000

    4 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5669 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit ce8f01b01f363736d6635c570f709e202803d256
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 22 21:16:07 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5665 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit c6b00474f8d91b2169a8a48ccbbc78a1cf02c536
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Mar 21 16:59:11 2011 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5664 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit 56bb3d8f7e13c4ac3fd6cd58c7150f8f9a797b47
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Mar 18 15:11:52 2011 +0000

    10 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5661 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 32 +++++++++++++++++++++++++++++++-
 1 file changed, 31 insertions(+), 1 deletion(-)

commit 08c20c692e467cc5b164812976a6582cdb34dfef
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 9 09:57:31 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5648 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++++
 1 file changed, 4 insertions(+)

commit 4fec4d0f28e5616860cac271323026199dad38e1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 5 16:24:53 2011 +0000

    4 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5642 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit 5ccad75546962a03734ca3eea660d26b54ef4b39
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Feb 25 17:59:09 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5641 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 9409be4b6a9d3070bdd8e470f27c74ede32ac5c1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Feb 24 17:39:02 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5635 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit cb5feb67f8ce94427e801d3bd0a9f854703bd51b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Feb 23 19:41:56 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5631 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit ced6565996ff1739ccc6b6b36535fe49a2e7e705
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Feb 23 17:41:55 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5630 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit f3a7bbe931fb8a48f30a0b57a7707c155432f1da
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Feb 18 17:11:29 2011 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5619 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 7 +++++++
 1 file changed, 7 insertions(+)

commit 3f4b536422f7afb0f853ea856d30c7a1c396ea0f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Feb 17 19:50:59 2011 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5618 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 7 +++++++
 1 file changed, 7 insertions(+)

commit 2d7dfad8d656ccc52d1cdad308ce34f7bb0fbccd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Feb 16 14:39:04 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5613 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 5 +++++
 1 file changed, 5 insertions(+)

commit 6aa6ddbead31261b3463c6d37813abd86df9269d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Feb 15 19:49:36 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5598 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 6f47771c221ea7d61a8373a511b64de3a7c75eb3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Feb 11 17:44:21 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5591 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit d28771a507bd6580aea3864426f7f5eb15f1ca39
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Feb 10 21:59:20 2011 +0000

    5 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5590 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

commit 06093a8cc9184586fca6787a86a685455c661120
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Feb 9 22:01:54 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5588 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 87d83ade7a03878ce5595975b999cae921250e55
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Feb 8 17:09:55 2011 +0000

    4 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5585 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit 2abc564504167ae9c02520a451b0412fb95531c8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Feb 4 09:45:22 2011 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5577 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

commit d397ac16b5bfc61e8d285e736a8ed4630f5ec36a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Feb 2 13:43:41 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5576 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit b8abd955ae0a991e82e7c72418b01f097b1541e8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 29 16:06:55 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5571 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit ea2ccf4b238e397fd0f29c82d3e8cdb715af9b6c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 29 12:23:54 2011 +0000

    5 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5564 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

commit ad74d7c20ebb2dcc666b72e3deda1e035eca5f9e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jan 28 20:01:22 2011 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5561 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 7 +++++++
 1 file changed, 7 insertions(+)

commit 13de583e4dfc9c5d10b8a1a74b108c14e6948922
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 26 17:01:06 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5553 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 5c529394a7b6dab8ae7c24684b3d03bd574a112a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 25 17:10:34 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5552 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 24044d18f2f4b0b0ef7eb7426bde1b1152f3cd70
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 25 17:09:02 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5551 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 5 +++++
 1 file changed, 5 insertions(+)

commit c6a713de8402ad0acb8697dfdd00b6493c2ebf24
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 19 22:44:06 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5529 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++++
 1 file changed, 4 insertions(+)

commit 4c21a7b8311c0aae25aa8a53c2897cdbf13cd56f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 19 09:12:29 2011 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5526 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 7 +++++++
 1 file changed, 7 insertions(+)

commit a1d64c758dd552a827ee469875a61f53dff7148e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Jan 17 17:14:26 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5512 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit d247f8076f8b66554c4b2ce92397fd7977ea6aef
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jan 14 16:57:12 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5511 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 093e30bf8667e89ddb1df6fca42f3e81cf6b3320
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jan 14 16:56:20 2011 +0000

    update 1 ATR description
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5510 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 1dea1ecf434bbd6fcda8e3fdf646882916c1ecc9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jan 13 17:49:34 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5503 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++++
 1 file changed, 4 insertions(+)

commit 6f711b1793246b5f117544d5c227c98e98c7e66c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jan 13 17:31:00 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5502 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 3c649068001414a93ea49acfdab46d26d4d275ec
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 8 10:40:13 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5497 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 7b4e7f0a7c28435cc34a6a774109b31e1be5335a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jan 6 20:28:01 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5493 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 30e7a1b709507e83a2dbbd650b22093e3883ac6f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jan 6 19:51:34 2011 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5492 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 66a4bd7cf1eaec7e8e224517f73a16757916bb44
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 5 13:16:07 2011 +0000

    Display a timestamp only for each event, not for each reader on the
    same event.
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5487 0ce88b0d-b2fd-0310-8134-9614164e65ea

 pcsc_scan.c | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

commit adde91467659ffdc706b75e1d44607a981757513
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 5 13:13:42 2011 +0000

    Reformat
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5486 0ce88b0d-b2fd-0310-8134-9614164e65ea

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3f34ec9cd01b3b454fbe0208b6590374dc75f891
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 5 13:11:40 2011 +0000

    Display if reader PnP mechanism is used
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5485 0ce88b0d-b2fd-0310-8134-9614164e65ea

 pcsc_scan.c | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

commit e2a0b5bf50ee2a29ef9860292ab1981a228cc818
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 5 13:03:38 2011 +0000

    Do not print an extra \n if the ATR is not parsed/analysed
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5484 0ce88b0d-b2fd-0310-8134-9614164e65ea

 pcsc_scan.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 5cb8e4e3e23133fa9c6df34dda9d121d950149f1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 5 12:59:11 2011 +0000

    Update copyright date
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5483 0ce88b0d-b2fd-0310-8134-9614164e65ea

 pcsc_scan.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 31133200d02959364fd8157b62b4682e2ace57e2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 5 12:14:37 2011 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5482 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 746f4753c2c6419f88e09f82c7a03c41449cf04c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 4 17:58:42 2011 +0000

    5 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5479 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

commit 4dd8b6123bd2a6fba0be54d5605ee0baa1dcfcac
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Dec 20 08:14:46 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5460 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 65b72e1aec50415091e10323bc741d086ae3c205
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Dec 19 16:24:33 2010 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5459 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit 785c0ac8d3fd84ea952e3e7afbb67c3a697fcb6a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 15 16:35:06 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5454 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 0ddb800dd3e4cb4d12de0a9489b11e0ad4051e07
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 15 15:23:46 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5453 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++++
 1 file changed, 4 insertions(+)

commit 2a8fe75f06d9afef6469c489561991294c3e8818
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Dec 11 13:45:23 2010 +0000

    update copyright dates
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5439 0ce88b0d-b2fd-0310-8134-9614164e65ea

 pcsc_scan.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit ac47a760b16bc0f0ce62e98e3da54f8b84c38dc8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Dec 10 15:11:52 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5438 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit b0fe40f69dc7cba1fbb753f3f5a05c6cb9ae9acd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Dec 9 19:55:45 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5435 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++++
 1 file changed, 4 insertions(+)

commit 628f62c793795c9ac8facc2aca9bced8e67daeb0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 8 07:01:24 2010 +0000

    Add an ATR documentation
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5433 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 1 +
 1 file changed, 1 insertion(+)

commit 2fafa8d87e1380462faae3f802b5a20be44665f5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Dec 7 17:04:21 2010 +0000

    5 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5432 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit d0f89c610ab8a83cb83e70a6a0562e21fcd82896
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 1 13:03:46 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5424 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit ea3d400c999ace634e1a2755ded23c9219d90c6f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 27 10:46:16 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5421 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 16abdaafc41accc69240a63a8cdaeea6ba628cf0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Nov 26 10:08:24 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5419 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit cac7cd86e61fc4a3ec0d18c955463dedaed5189a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Nov 24 12:26:36 2010 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5418 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 95475e911334b1965a2a2b11a19653c4bb3fe2a2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Nov 24 12:24:43 2010 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5417 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 7 +++++++
 1 file changed, 7 insertions(+)

commit bbb41f44a53d273eab6571162feff5d86c5d327b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Nov 23 17:34:34 2010 +0000

    Fix 1 ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5416 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit f0c56c1138b59eac38f20417be5937e191364d81
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 21 10:55:38 2010 +0000

    Check for trailing spaces and tabs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5411 0ce88b0d-b2fd-0310-8134-9614164e65ea

 sort_smartcard_list.py | 3 +++
 1 file changed, 3 insertions(+)

commit 9672580fc86253b0a2f46aee556c80a5a6bc61c7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 21 10:19:48 2010 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5410 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit ee36d6b08659830732321bd572f07d9b6a8afc1f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 20 08:10:36 2010 +0000

    fix trailing space
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5408 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b51c20325ee8cb6b075a9dbfa03e7a64fdbceb0b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Nov 19 17:18:08 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5407 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 1cc672c35256b1066af7810f257dada8ffd453de
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Nov 19 17:15:15 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5406 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit f9d94bd10346b1616381b230197751e27341b869
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Nov 17 15:20:52 2010 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5405 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)

commit 4074e8e281f70afc70e23eb3f610d97c24da419f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Nov 10 10:14:36 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5395 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 9270fa5efbfe95daebd3710cbc1a44aa95d108d2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Nov 9 19:53:34 2010 +0000

    4 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5394 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit f6974e92181107f63f34f5651e96182dc1c80d96
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Nov 5 17:07:49 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5380 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 7a08704ef4a3851d0ef6098a731adbbf9da0097a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Nov 4 20:00:55 2010 +0000

    update 3 descriptions
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5374 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit a6fc0c8d7f3855efd2f4ad01daed6e3a4e48c2fb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Nov 1 16:22:02 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5369 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++++
 1 file changed, 4 insertions(+)

commit 204e57e0797bbcad5c91ff5aaa0d1f93c3ece370
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Oct 25 16:39:46 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5353 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++++
 1 file changed, 4 insertions(+)

commit 5be70018426fe39fb8596b269f6220a49178b153
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Oct 21 15:53:12 2010 +0000

    add a card description
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5327 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 1 +
 1 file changed, 1 insertion(+)

commit 6c0301555253ffbf2ed91323bb5aaaab942ff59a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 20 12:20:25 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5326 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 72c634af12dc50b459dde1345a193b86053adc9d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Oct 10 07:45:33 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5286 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 6cdd5a506ca9a018216e15fed144b0e1a832c17c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Oct 8 16:44:11 2010 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5285 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 6b0f5dacdd5d4f27750229fb5f0ba87f2c40aa56
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Sep 30 18:25:50 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5272 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 39d4a3ec4d1c7467a4024939deba0fde5d0c71be
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Sep 28 18:29:01 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5271 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 2df9c4d773c7ac7f763e5c043ba745e816e256ae
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Sep 23 15:50:48 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5270 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0e79d8ee65329e2ba2c0c539dc9914a7e2d467a6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Sep 19 07:20:45 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5261 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 335724454c61c286382395900601cfdf454d98d3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Sep 11 22:02:59 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5250 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 4a01cb671fdf799782f358029221d8d9325f0239
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Sep 11 21:11:16 2010 +0000

    Add card documentation
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5249 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 6b7d033b1477f23f17f49abf1ac8f7ece8673f59
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Sep 9 20:08:28 2010 +0000

    Add a card description
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5248 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 1 +
 1 file changed, 1 insertion(+)

commit c9bcba5f68c80a847163153cbec2e3e8173c2873
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Sep 8 13:04:00 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5247 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 178bb6c651ac7c79edd7027eeec600c80f539bda
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Sep 4 13:40:10 2010 +0000

    update copyright date
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5243 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3ed0697077a1b4014d3374000c957ce40cce4408
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Sep 4 13:38:03 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5242 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 7f60b80d3d4f5e68efb2fb72e56ee7c592daa878
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Sep 2 19:06:24 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5228 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++++
 1 file changed, 4 insertions(+)

commit 3bef5be6ee6bdb85d8e7cf9c7ac429fe17046b98
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Sep 2 12:12:21 2010 +0000

    Correctly detect reader Plug and Play support
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5220 0ce88b0d-b2fd-0310-8134-9614164e65ea

 pcsc_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9dd847152b2c17bac5d704954dac92682c7c4038
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 31 19:40:10 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5209 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 785ebf62a69008c620064d7c57bcbf6e759427d5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Aug 30 19:23:05 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5203 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 315666d008ca37e54cb7cc396e66f1032bc15370
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Aug 29 15:54:04 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5201 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 0a038fa6c1e51b59958d9d2bc531b9b593a2a484
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Aug 28 12:19:04 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5200 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 4c4be05711d19281216ca90f95d4999c06b147e5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Aug 25 20:23:00 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5184 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 071486137c05ca6f4e3b44f7f91fde97dd1eb240
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Aug 23 18:10:03 2010 +0000

    fix typo in card description
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5180 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0f2f54504bb6844119948ad1b3b7de16cdadca0e (tag: 1.4.17)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Aug 18 21:42:46 2010 +0000

    release 1.4.17
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5162 0ce88b0d-b2fd-0310-8134-9614164e65ea

 README | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit c4cb7cf643f7a3e5c4b3fc119c5abc1f100e8f17
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Aug 18 21:36:11 2010 +0000

    Use SCARD_READERSTATE instead of SCARD_READERSTATE_A since it is no
    more defined in pcsc-lite >= 1.6.2
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5161 0ce88b0d-b2fd-0310-8134-9614164e65ea

 pcsc_scan.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 940da6ac6aa43511e64dbf01b5c4c2c2a75a011a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 17 19:22:16 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5158 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit b7fee99b67d3a9555289ce4e6fd8df991d3a9b1c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Aug 14 14:13:53 2010 +0000

    add a card description
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5131 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 1 +
 1 file changed, 1 insertion(+)

commit 7f2945f145aa590f5a791c8c57d9c2204cf75ae4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Aug 11 19:30:35 2010 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5122 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

commit d64cd6a1359ef99abed445ee3857419db9da5f6c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jul 24 21:23:45 2010 +0000

    5 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5068 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

commit 563ff99e70d28a0667e5e88039f1e541fdd159c5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jul 8 19:06:56 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5064 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit d1a89c52f27c89a78ccca999c2840e22cf4649d7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jul 2 18:18:04 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5063 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 6366c3d0c3722c23b376d7480d903155feea1f57
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jul 1 16:25:39 2010 +0000

    update card description
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5053 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 0f700b99019fa5bacce83052da984e45f4f2aae0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jun 30 08:49:11 2010 +0000

    update card description
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5049 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7d424a192daa8ac923c3d76562c2dc1faf875eb4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jun 29 15:49:19 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5048 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit e339d8f243835da327d3dff196568f2a5bfff25c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jun 27 09:07:04 2010 +0000

    remove space at end of line
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5042 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 7be992d40720a65ea17e9eb056a00d0b86de6745
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jun 27 09:03:58 2010 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5041 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 446eb7bd344d4df09fb3b750af6e08611f3f2d59
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jun 22 15:50:26 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5035 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit a1f0fe6385f0a9736cf79011faa0841e342746c2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jun 20 18:20:00 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@5018 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 4ee50018ce4509f914988c22e19e117ba1f4d00a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jun 12 15:40:51 2010 +0000

    Add an ATR description
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4990 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 1 +
 1 file changed, 1 insertion(+)

commit 4d35732d71f2ab0e11aed835cecbad8c8f2a04b8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jun 10 16:32:06 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4989 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 8443ba47e98fce07223451d3ceb9c1e2ab412882
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jun 8 16:26:53 2010 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4984 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

commit c8c71ee9b5e9953c28c3059f37f42fcaf9e0bfa8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jun 4 07:34:37 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4976 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 17c59928252c101d3e291d6f34e039f4529322f9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 28 07:03:53 2010 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4966 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit 2ff8fab6a6d938aef3ebf1fa143a657eb86399ed
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue May 25 20:42:28 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4962 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit cb976d076b87efe34db5c853afcdd50c4429f544
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon May 24 18:21:22 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4959 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit f728bb40a0dd46c6d34c3f88749b99cba6e019ed
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu May 20 16:02:59 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4958 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit f4324c8396fc106cdd1f52520ec55c933c4e1e2a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue May 18 15:48:45 2010 +0000

    add a card description
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4955 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 1 +
 1 file changed, 1 insertion(+)

commit 1df2e335f6fc9b4cfe9d89f53be4ba99c93a650a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat May 15 11:35:00 2010 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4942 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit d2e8555ae048377fe56bda130fe9d9cff764bc26
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat May 8 17:20:24 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4935 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 5 +++++
 1 file changed, 5 insertions(+)

commit cae0fe4c4de7f2ff368c194baab59e5c5fb46ece
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 7 15:52:35 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4929 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit d87d5375a357713cc17319a400c487ab31145a10
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed May 5 18:30:39 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4922 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 79e250e77c63a2d682ce216cb1066b46c1e71e5e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue May 4 16:10:22 2010 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4919 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

commit dfdf4cfaccfe7e87b66469e87bce61f68d39c483
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Apr 28 18:28:19 2010 +0000

    update 1 ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4898 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 2 ++
 1 file changed, 2 insertions(+)

commit f3e90aae1fd7b68f3d6b7d852ed3a083fae1fd51
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Apr 25 09:08:06 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4895 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 58f3c4bc45d7a3917099c88eafaeb44e81bdbdd4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 24 08:09:15 2010 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4892 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit afe0b78fef35d641c0654dae6ea2dbd21d8dd1e5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Apr 22 16:21:04 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4891 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++++
 1 file changed, 4 insertions(+)

commit 5e5da73b3fdff86e3932f9571e86e27bf31a3105
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Apr 22 16:17:46 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4890 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 552478c0915cdf1de99c5cd57c50b99be6f94452
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 20 18:58:58 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4887 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++++
 1 file changed, 4 insertions(+)

commit a7d5696757efbf81c22cde451abc59d9624c27bd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 17 07:30:31 2010 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4880 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit cb4e2576d4b6c336cde5c30f9a78040b012301a5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 9 17:13:38 2010 +0000

    4 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4868 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit 60446dd498437f4b6263b4ccbf9cc3f319b944fb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 6 15:41:19 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4853 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 74c1cc1066a53fae2023b2fbaa72c0d32e844bc7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 2 08:43:12 2010 +0000

    68 new ATRs families from the PCSC standard, Part 3, Chapter
    3.1.3.2.3.2, and Part 3 Supplemental Document
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4852 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 210 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 209 insertions(+), 1 deletion(-)

commit ef1a358b9a7c0b40c4645f5969593770b34ed331
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Mar 25 20:04:04 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4842 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit bb51bf9ae5d153262076e17ededb20c7f67cee27
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 24 10:33:53 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4841 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 20346d466743396b61c0af8766b89d29d7499cce
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 23 17:15:35 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4840 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 94660ae65799e4a6eae582b8be1cdc241397726d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Mar 21 14:22:42 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4837 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 5 +++++
 1 file changed, 5 insertions(+)

commit 7f88ee186d6f666a6e596b035ec7878edd20e4b4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Mar 19 08:37:57 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4835 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 52e23a4da0bf6e2791c0c92bed2debf0a5fb6f81
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 17 17:33:10 2010 +0000

    use . instead of ? in a pattern matching
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4828 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b610c9da38666293c8423644fc1e17eda9a7d709
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 17 16:57:12 2010 +0000

    generalize an ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4827 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 068b9cfa25038b4b19153e23a3b963675b4655da
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 17 07:31:54 2010 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4826 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

commit a067004dc97018468d5d7715a4ee96c33d807942
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 9 20:04:34 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4811 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++++
 1 file changed, 4 insertions(+)

commit d7f5520c21f70b834113b5b295abc8bf97c51d6d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 6 17:05:24 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4798 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit df2daa19249d833ba2ea4c271378a88bf202def8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 6 15:51:22 2010 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4797 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 38924a784d66936b0f711e9e08d25667baa3748a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Mar 4 19:38:10 2010 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4794 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

commit 41f9b9f60105f6670f905cb68e2320e73184fe48
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 3 16:10:37 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4787 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 387ce654a41e4b2e5d95163872f755046eb4c0f1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 2 16:51:23 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4786 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

commit a7bb1845ebb902026be964f365055ced610a7611
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 2 16:45:00 2010 +0000

    correct an ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4785 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit c5206abe3bbb8f3626c5e0d6c62652e01989c761
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Feb 26 17:43:21 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4782 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 2ac63a1ec622e3c8e2a69743dc11c8e5dd65799c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Feb 23 23:36:21 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4774 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 0691ed0eb1dcf2bd1ef5ae8ed4b43ec289e029bc
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Feb 23 21:22:50 2010 +0000

    4 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4770 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit 2da7df5fed35ac2a2e34ed9ac071b2f90b2cffcb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Feb 22 08:58:20 2010 +0000

    avoid french in card descriptions
    
    Thanks to Martin Paljak for the bug report
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4767 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 194670bfa12ac78856ce8d983cd96fcf5712a57a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Feb 20 20:35:34 2010 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4764 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

commit 8f2bd39117066d806ca53c6c103c20782f4e208c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Feb 12 20:08:04 2010 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4763 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit 6c2d9587ff9316c75412a0691c27ed1f93b4c40b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Feb 11 19:59:27 2010 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4752 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 6008c40c18858b6a5b3ea1bef5cb2306212c6f89
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Feb 3 06:54:03 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4706 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 9ed5e1eb42c79034f33da44ad4f292dc9b1f18b5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jan 28 21:47:24 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4693 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit bac0816d5efd6af8f9e540ec78d4d13e28106948
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 26 20:20:36 2010 +0000

    relax an ATR matching pattern
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4688 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c73174f4c6d1af47f43153548a3bed93469f0078
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jan 24 19:37:19 2010 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4687 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 332570d5698d59916375e22ca72247dc36fffe0c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jan 22 17:29:51 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4686 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++++
 1 file changed, 4 insertions(+)

commit eaf385a827ff5747feb5353db271eb0fece532da
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 20 19:11:57 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4679 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 2edea7ab37cd16d0ccac2e9742fb73fcc430d841
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 19 22:11:48 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4678 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit a6581bf3dad7edb0ac87e7f708da9042e0425ed1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 19 17:17:59 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4677 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 9f52bd9685552117e70c2c539d31bdba8aea7e47
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 13 15:46:41 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4664 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 5 +++++
 1 file changed, 5 insertions(+)

commit 49c834dde159e33edab7e0f5e4ad76ed560fb822
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 13 07:35:40 2010 +0000

    generalize the Feitian PKI ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4663 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit b42614944ed6cf91d2e1abd22e6419f62c9acdb3 (tag: 1.4.16)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 12 21:33:37 2010 +0000

    release 1.4.16
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4661 0ce88b0d-b2fd-0310-8134-9614164e65ea

 README | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 6f4fa48b1cb274868af0c612ee5d37868910296e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 12 21:32:12 2010 +0000

    ignore ".svn" instead of "CVS" files
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4660 0ce88b0d-b2fd-0310-8134-9614164e65ea

 create_distrib.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 271354f96d6bddb0b177e00d8a20b107dfdc634e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 12 21:30:28 2010 +0000

    use Changelog instead of (default) ChangeLog
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4659 0ce88b0d-b2fd-0310-8134-9614164e65ea

 create_distrib.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dd13e462c16d9b9485dedefc78853141a2d48a79
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 12 21:28:45 2010 +0000

    use svn2cl instead of rcs2log now we are on subversion
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4658 0ce88b0d-b2fd-0310-8134-9614164e65ea

 create_distrib.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 13cdd985fcc849397079a3f1afcb93f2c2ecc206
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 12 21:28:08 2010 +0000

    update copyright date
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4657 0ce88b0d-b2fd-0310-8134-9614164e65ea

 gscriptor | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 747430abea6481200b6e66f6a036ee2f2ea02474
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 12 20:56:16 2010 +0000

    ReaderConfig(): escape metacharacters []() in the reader name when using
    reader name as a pattern matching
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4656 0ce88b0d-b2fd-0310-8134-9614164e65ea

 gscriptor | 7 +++++++
 1 file changed, 7 insertions(+)

commit 425b3a62e4dcfe76ca951307388a16aafcd8610c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 9 14:49:31 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4648 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit d22a65b598f0ed870dbd02e0e8eecb45267f4726
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 9 10:45:56 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4647 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++++
 1 file changed, 4 insertions(+)

commit d4d0b9f68ffc09b3c7bf678fda3d6960f4df274e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jan 8 12:25:01 2010 +0000

    9 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4643 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 63 insertions(+)

commit 9ee6ba89f5202fea1663d5aaca3871a037aa06bf
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 6 17:06:13 2010 +0000

    simplify the Austrian Quick E-purse cards. Every quick card's
    identification number is BCD encoded in the four contiguous free bytes
    in the ATR regular expression
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4642 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 31 +------------------------------
 1 file changed, 1 insertion(+), 30 deletions(-)

commit 760bc215ac33f5be773aa3292f5bbaf2634a9fe0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 5 17:21:37 2010 +0000

    5 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4641 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit a6797fc31d01c98f0a19d7225c42ed55e5e2230a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jan 1 08:30:31 2010 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4626 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit fcb87df7f680ba5fe37c549464472e9e229fefba
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Dec 31 11:11:12 2009 +0000

    11 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4624 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 37 ++++++++++++++++++++++++++++++++++++-
 1 file changed, 36 insertions(+), 1 deletion(-)

commit 4780dde107f3e02651c5aa50a57a763fcaf1083d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Dec 20 19:39:35 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4623 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 4cbb928eada57179ae8c7eff4b70459bdb0b3395
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Dec 18 17:13:53 2009 +0000

    reformat
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4622 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 73e93bc47eb9ca918dc90be2761b87e2cf3b69cc
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Dec 12 08:00:43 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4609 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit cba89b26ef47165594d11b544c35f79c6bd77c85
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 9 07:26:29 2009 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4595 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit 0ce85a5212f7d56727c089e0b7386afd03398738
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 28 15:00:21 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4581 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit e7834f69eb9fb0d87da62f255612298ac04426c7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Nov 27 14:39:57 2009 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4578 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 1784779251dab675c267c3eb87d077bd6f30475e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Nov 25 10:32:58 2009 +0000

    remove trailing spaces
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4572 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit a036bc1b4d2ec054bbc0d728fc5c98cb5560a130
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Nov 25 10:32:08 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4571 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 97be46624d609f2f8e7792cffc5067edc122ba90
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 22 20:31:59 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4565 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 1ea91ad78ad12f07d9a814743516687cc1be5aec
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 21 07:59:07 2009 +0000

    add 2 ATR descriptions
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4564 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 2 ++
 1 file changed, 2 insertions(+)

commit fa42839e8ab30b07ad8de920019439d6f22cf468
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Nov 19 16:48:45 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4563 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++++
 1 file changed, 4 insertions(+)

commit 4b7db48e154453d8e9b074550faa8625cc52de64
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Nov 18 07:25:41 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4555 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 38e0595f173f03fd1fd555d2237c0c80691f79e7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Nov 13 20:26:05 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4546 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit c54f4f1d03eded1c06806c2659e3c5bc1285c865
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Nov 11 13:26:09 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4543 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit dcb5d15e63f03d1d3c9221e7d96067bcd1909428
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 8 19:21:59 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4542 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++++
 1 file changed, 4 insertions(+)

commit d5956689021763d6a5325473b6ac79db7aa87c7e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 8 16:53:19 2009 +0000

    add an ATR description
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4541 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 1 +
 1 file changed, 1 insertion(+)

commit efa25bb57870866781e4e808506003d2d8595eff
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Nov 6 19:14:27 2009 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4539 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit 9db735ec19ab3bccecf744d38adcb475262e2d04
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 28 16:37:00 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4526 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 404eb0e1cedbad7276c3b6a908a005ecdd879bcf
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Oct 25 08:20:02 2009 +0000

    6 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4506 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

commit 75ad626e6c82806d62aa8577f8b0d5f9316bbe97
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Oct 24 14:19:25 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4504 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 9c82268d512ee0db5b6cb902f8d161f92eb2cced
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Oct 23 19:16:44 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4503 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit c770db4c0fb255aa8c0f9ee253e0ca11055e8a84
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 21 13:40:47 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4500 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 6ed129b5c1314799b8616bb6dd7d5cf3ceea2be2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Oct 17 06:57:25 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4495 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit c60ffb918f6a9914954a7165ec90693135510cac
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 13 20:37:22 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4492 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 2f703f6c8506062eb6079b1dfc63318a584619b1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Oct 11 18:42:50 2009 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4478 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 7 +++++++
 1 file changed, 7 insertions(+)

commit 4ffcaa6bfbca6ded4bc9cc3cbf3ad3776182fee5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Oct 9 16:01:24 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4475 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 9620d743bc960e98dcced4e49a8a26c1cbf827af
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 6 15:49:19 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4439 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 77fe07edfc93e4f71a46ca054fd6bdadd6ec7c9f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Oct 4 14:15:25 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4424 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit e5653c8d2c42bb9cf433c478e005a72bc78f0fc6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Oct 1 16:22:49 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4412 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++++
 1 file changed, 4 insertions(+)

commit 8d9159c842026467ee4e8679bf343d49cf92c6b5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Sep 29 16:19:57 2009 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4409 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit 929f9fdb59aab4c21d47032b380e06bdbc597b02
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Sep 26 20:39:17 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4398 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 5d547258da8c2e609bd5eab2e338e0d2473d8d47
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Sep 23 18:29:36 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4396 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 8a9fb6c9342b9a1563031bd160c88ea72dbd962a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Sep 22 16:19:09 2009 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4394 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 760dbdcdcb74a3e33cd4f4c63ef3bdfdbcc7c9fd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Sep 9 15:30:14 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4379 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit ad6cbb162d6882f7bbd0d2443d172807dcf7e46c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Sep 8 18:33:08 2009 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4377 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 2a45aa4dc9f8fab0625b2d90032c2b7a2d5c72fe
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Sep 5 13:34:17 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4376 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit ec3badc9e4e8921c957e5ee82d5a3837abf3d868
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Aug 23 15:07:14 2009 +0000

    add URL for Carta regionale dei servizi - Regione Sicilia
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4365 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 1 +
 1 file changed, 1 insertion(+)

commit 72725fdd60d770e54ebbe2b61f64a307a4eb0219
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Aug 23 15:05:44 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4364 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 96903fe5afd55da48d6dc09192fb1f83597fbe1e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Aug 23 15:00:51 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4363 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit c2c72a0df2a36e6096a562dd58640f8c34c085d6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jul 31 20:26:02 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4362 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 5 +++++
 1 file changed, 5 insertions(+)

commit 45b08dca1364d866f65e9109f65dbc4f640a9014
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jul 31 20:20:58 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4361 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 3781a0095a3c1e77cc5f19b7fec649078ff568d3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jul 29 21:20:03 2009 +0000

    replace '  ' by ' '
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4351 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit a8691ce549807bb4ce6a2b513cebd480814b9f40
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jul 16 18:04:50 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4317 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++++
 1 file changed, 4 insertions(+)

commit b0ad109f94b4b437fe35606f2c663715c5b20eb5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jul 15 21:41:25 2009 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4314 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit 9ad1dd37ac818a33a04a5764a2f280361c6d022c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jul 5 10:56:11 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4301 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 47b9c1fe47ec0055f9443cae45e24909dc74fffc
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jul 4 07:23:32 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4300 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

commit 04c535d13583a5859109667dbd2d96df6277c069
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jun 25 15:42:03 2009 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4275 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit d6555ddc689b39d02687ce075f8752ed7cb71564
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jun 21 10:03:43 2009 +0000

    correct typos
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4268 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 23 ++++++++++-------------
 1 file changed, 10 insertions(+), 13 deletions(-)

commit 0f172460b78b8bc8d0280ffa50f00ac1806791c2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jun 20 14:28:27 2009 +0000

    10 ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4265 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

commit 0f15055729ec02a14355c82c3cd5d810760c24a5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jun 16 16:03:49 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4261 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 4 ++++
 1 file changed, 4 insertions(+)

commit e834610d2eedb954e3c45358b4584cd2b386df2c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jun 11 18:14:54 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4253 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 57131212435764ce914db02628382307713ff7f6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jun 10 09:30:55 2009 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4251 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit 183ab0bf00d2b78747af4fedf1713660358efe27
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jun 9 15:53:46 2009 +0000

    remove extra space character
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4250 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 97b8a9940e0004d1ad26ce4c1335f21efe9f7c0d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue May 26 18:46:40 2009 +0000

    5 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4225 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit 729e7327fb84ca24936b80efba42e3d33097eb0b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu May 21 09:48:20 2009 +0000

    1 ATR description
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4221 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 1 +
 1 file changed, 1 insertion(+)

commit 10f2bf2610bdaae2277f2be89973f72fa9aa5fc4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed May 20 13:22:27 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4214 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 897433c653e1c0c8e3b985ec646ef43e3f4de650
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed May 13 09:03:36 2009 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4202 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit d8a50312b65a02bd86ab3563fc4ce2f2149287ea
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 10 15:55:57 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4194 0ce88b0d-b2fd-0310-8134-9614164e65ea

 smartcard_list.txt | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 2bdd59bcc48dfa168e1bd39f73f4a0e2ac9ec2f0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 10 15:52:25 2009 +0000

    new files
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4193 0ce88b0d-b2fd-0310-8134-9614164e65ea

 sort_smartcard_list.py | 24 ++++++++++++++++++++++++
 sync.sh                |  4 ++++
 2 files changed, 28 insertions(+)

commit 4def32e46546a8974da0d0046d3f305e1051e1c1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 10 15:48:14 2009 +0000

    cleanup
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4192 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis => ATR_analysis             | 0
 trunk/ATR_analysis.1p => ATR_analysis.1p       | 0
 trunk/LICENCE => LICENCE                       | 0
 trunk/MANIFEST => MANIFEST                     | 0
 trunk/Makefile => Makefile                     | 0
 trunk/README => README                         | 0
 trunk/TODO => TODO                             | 0
 trunk/create_distrib.sh => create_distrib.sh   | 0
 trunk/gscriptor => gscriptor                   | 0
 trunk/gscriptor.1p => gscriptor.1p             | 0
 trunk/gscriptor.desktop => gscriptor.desktop   | 0
 trunk/gscriptor.gtk1.2 => gscriptor.gtk1.2     | 0
 trunk/pcsc_scan.1 => pcsc_scan.1               | 0
 trunk/pcsc_scan.c => pcsc_scan.c               | 0
 trunk/scriptor => scriptor                     | 0
 trunk/scriptor.1p => scriptor.1p               | 0
 trunk/smartcard_list.txt => smartcard_list.txt | 0
 trunk/test.script => test.script               | 0
 18 files changed, 0 insertions(+), 0 deletions(-)

commit ee215f050953e4c3b3b0fb6cb81505f0f8681d9e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 10 15:47:07 2009 +0000

    cleanup
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4191 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/README/ATR_analysis           |  411 -------
 tags/README/ATR_analysis.1p        |   47 -
 tags/README/LICENCE                |  340 ------
 tags/README/MANIFEST               |   16 -
 tags/README/Makefile               |   44 -
 tags/README/README                 |  144 ---
 tags/README/TODO                   |    6 -
 tags/README/create_distrib.sh      |   79 --
 tags/README/gscriptor              |  794 ------------
 tags/README/gscriptor.1p           |   45 -
 tags/README/pcsc_scan.1            |   78 --
 tags/README/pcsc_scan.c            |  307 -----
 tags/README/scriptor               |  116 --
 tags/README/scriptor.1p            |   79 --
 tags/README/smartcard_list.txt     |  345 ------
 tags/README/test.script            |   25 -
 tags/rel-1_2_1/ATR_analysis        |  411 -------
 tags/rel-1_2_1/ATR_analysis.1p     |   47 -
 tags/rel-1_2_1/LICENCE             |  340 ------
 tags/rel-1_2_1/MANIFEST            |   16 -
 tags/rel-1_2_1/Makefile            |   44 -
 tags/rel-1_2_1/README              |  144 ---
 tags/rel-1_2_1/TODO                |    6 -
 tags/rel-1_2_1/create_distrib.sh   |   79 --
 tags/rel-1_2_1/gscriptor           |  794 ------------
 tags/rel-1_2_1/gscriptor.1p        |   45 -
 tags/rel-1_2_1/pcsc_scan.1         |   78 --
 tags/rel-1_2_1/pcsc_scan.c         |  307 -----
 tags/rel-1_2_1/scriptor            |  116 --
 tags/rel-1_2_1/scriptor.1p         |   79 --
 tags/rel-1_2_1/smartcard_list.txt  |  345 ------
 tags/rel-1_2_1/test.script         |   25 -
 tags/rel-1_2_2/ATR_analysis        |  412 -------
 tags/rel-1_2_2/ATR_analysis.1p     |   47 -
 tags/rel-1_2_2/LICENCE             |  340 ------
 tags/rel-1_2_2/MANIFEST            |   16 -
 tags/rel-1_2_2/Makefile            |   45 -
 tags/rel-1_2_2/README              |  151 ---
 tags/rel-1_2_2/TODO                |    6 -
 tags/rel-1_2_2/create_distrib.sh   |   87 --
 tags/rel-1_2_2/gscriptor           |  794 ------------
 tags/rel-1_2_2/gscriptor.1p        |   45 -
 tags/rel-1_2_2/pcsc_scan.1         |   78 --
 tags/rel-1_2_2/pcsc_scan.c         |  311 -----
 tags/rel-1_2_2/scriptor            |  116 --
 tags/rel-1_2_2/scriptor.1p         |   79 --
 tags/rel-1_2_2/smartcard_list.txt  |  359 ------
 tags/rel-1_2_2/test.script         |   25 -
 tags/rel-1_2_3/ATR_analysis        |  415 -------
 tags/rel-1_2_3/ATR_analysis.1p     |   47 -
 tags/rel-1_2_3/LICENCE             |  340 ------
 tags/rel-1_2_3/MANIFEST            |   16 -
 tags/rel-1_2_3/Makefile            |   45 -
 tags/rel-1_2_3/README              |  156 ---
 tags/rel-1_2_3/TODO                |    6 -
 tags/rel-1_2_3/create_distrib.sh   |   87 --
 tags/rel-1_2_3/gscriptor           |  794 ------------
 tags/rel-1_2_3/gscriptor.1p        |   45 -
 tags/rel-1_2_3/pcsc_scan.1         |   78 --
 tags/rel-1_2_3/pcsc_scan.c         |  311 -----
 tags/rel-1_2_3/scriptor            |  116 --
 tags/rel-1_2_3/scriptor.1p         |   79 --
 tags/rel-1_2_3/smartcard_list.txt  |  448 -------
 tags/rel-1_2_3/test.script         |   25 -
 tags/rel-1_2_4/ATR_analysis        |  415 -------
 tags/rel-1_2_4/ATR_analysis.1p     |   47 -
 tags/rel-1_2_4/LICENCE             |  340 ------
 tags/rel-1_2_4/MANIFEST            |   16 -
 tags/rel-1_2_4/Makefile            |   46 -
 tags/rel-1_2_4/README              |  160 ---
 tags/rel-1_2_4/TODO                |    6 -
 tags/rel-1_2_4/create_distrib.sh   |   87 --
 tags/rel-1_2_4/gscriptor           |  794 ------------
 tags/rel-1_2_4/gscriptor.1p        |   45 -
 tags/rel-1_2_4/pcsc_scan.1         |   78 --
 tags/rel-1_2_4/pcsc_scan.c         |  311 -----
 tags/rel-1_2_4/scriptor            |  116 --
 tags/rel-1_2_4/scriptor.1p         |   79 --
 tags/rel-1_2_4/smartcard_list.txt  |  496 --------
 tags/rel-1_2_4/test.script         |   25 -
 tags/rel-1_2_5/ATR_analysis        |  415 -------
 tags/rel-1_2_5/ATR_analysis.1p     |   47 -
 tags/rel-1_2_5/LICENCE             |  340 ------
 tags/rel-1_2_5/MANIFEST            |   16 -
 tags/rel-1_2_5/Makefile            |   46 -
 tags/rel-1_2_5/README              |  165 ---
 tags/rel-1_2_5/TODO                |    6 -
 tags/rel-1_2_5/create_distrib.sh   |   87 --
 tags/rel-1_2_5/gscriptor           |  731 -----------
 tags/rel-1_2_5/gscriptor.1p        |   45 -
 tags/rel-1_2_5/pcsc_scan.1         |   78 --
 tags/rel-1_2_5/pcsc_scan.c         |  280 -----
 tags/rel-1_2_5/scriptor            |  108 --
 tags/rel-1_2_5/scriptor.1p         |   79 --
 tags/rel-1_2_5/smartcard_list.txt  |  587 ---------
 tags/rel-1_2_5/test.script         |   25 -
 tags/rel-1_3_0/ATR_analysis        |  415 -------
 tags/rel-1_3_0/ATR_analysis.1p     |   47 -
 tags/rel-1_3_0/LICENCE             |  340 ------
 tags/rel-1_3_0/MANIFEST            |   16 -
 tags/rel-1_3_0/Makefile            |   46 -
 tags/rel-1_3_0/README              |  170 ---
 tags/rel-1_3_0/TODO                |    6 -
 tags/rel-1_3_0/create_distrib.sh   |   87 --
 tags/rel-1_3_0/gscriptor           |  731 -----------
 tags/rel-1_3_0/gscriptor.1p        |   45 -
 tags/rel-1_3_0/pcsc_scan.1         |   78 --
 tags/rel-1_3_0/pcsc_scan.c         |  294 -----
 tags/rel-1_3_0/scriptor            |  108 --
 tags/rel-1_3_0/scriptor.1p         |   79 --
 tags/rel-1_3_0/smartcard_list.txt  |  599 ---------
 tags/rel-1_3_0/test.script         |   25 -
 tags/rel-1_3_1/ATR_analysis        |  424 -------
 tags/rel-1_3_1/ATR_analysis.1p     |   47 -
 tags/rel-1_3_1/LICENCE             |  340 ------
 tags/rel-1_3_1/MANIFEST            |   16 -
 tags/rel-1_3_1/Makefile            |   46 -
 tags/rel-1_3_1/README              |  178 ---
 tags/rel-1_3_1/TODO                |    6 -
 tags/rel-1_3_1/create_distrib.sh   |   87 --
 tags/rel-1_3_1/gscriptor           |  731 -----------
 tags/rel-1_3_1/gscriptor.1p        |   45 -
 tags/rel-1_3_1/pcsc_scan.1         |   78 --
 tags/rel-1_3_1/pcsc_scan.c         |  294 -----
 tags/rel-1_3_1/scriptor            |  130 --
 tags/rel-1_3_1/scriptor.1p         |   86 --
 tags/rel-1_3_1/smartcard_list.txt  |  674 -----------
 tags/rel-1_3_1/test.script         |   25 -
 tags/rel-1_3_2/ATR_analysis        |  424 -------
 tags/rel-1_3_2/ATR_analysis.1p     |   47 -
 tags/rel-1_3_2/LICENCE             |  340 ------
 tags/rel-1_3_2/MANIFEST            |   16 -
 tags/rel-1_3_2/Makefile            |   46 -
 tags/rel-1_3_2/README              |  188 ---
 tags/rel-1_3_2/TODO                |    6 -
 tags/rel-1_3_2/create_distrib.sh   |   87 --
 tags/rel-1_3_2/gscriptor           |  731 -----------
 tags/rel-1_3_2/gscriptor.1p        |   45 -
 tags/rel-1_3_2/pcsc_scan.1         |   78 --
 tags/rel-1_3_2/pcsc_scan.c         |  294 -----
 tags/rel-1_3_2/scriptor            |  145 ---
 tags/rel-1_3_2/scriptor.1p         |   86 --
 tags/rel-1_3_2/smartcard_list.txt  |  722 -----------
 tags/rel-1_3_2/test.script         |   25 -
 tags/rel-1_3_4/ATR_analysis        |  424 -------
 tags/rel-1_3_4/ATR_analysis.1p     |   47 -
 tags/rel-1_3_4/LICENCE             |  340 ------
 tags/rel-1_3_4/MANIFEST            |   16 -
 tags/rel-1_3_4/Makefile            |   49 -
 tags/rel-1_3_4/README              |  202 ----
 tags/rel-1_3_4/TODO                |    6 -
 tags/rel-1_3_4/create_distrib.sh   |   87 --
 tags/rel-1_3_4/gscriptor           |  731 -----------
 tags/rel-1_3_4/gscriptor.1p        |   45 -
 tags/rel-1_3_4/pcsc_scan.1         |   78 --
 tags/rel-1_3_4/pcsc_scan.c         |  335 ------
 tags/rel-1_3_4/scriptor            |  145 ---
 tags/rel-1_3_4/scriptor.1p         |   86 --
 tags/rel-1_3_4/smartcard_list.txt  |  783 ------------
 tags/rel-1_3_4/test.script         |   25 -
 tags/rel-1_4_0/ATR_analysis        |  424 -------
 tags/rel-1_4_0/ATR_analysis.1p     |   47 -
 tags/rel-1_4_0/LICENCE             |  340 ------
 tags/rel-1_4_0/MANIFEST            |   17 -
 tags/rel-1_4_0/Makefile            |   49 -
 tags/rel-1_4_0/README              |  207 ----
 tags/rel-1_4_0/TODO                |    6 -
 tags/rel-1_4_0/create_distrib.sh   |   87 --
 tags/rel-1_4_0/gscriptor           |  847 -------------
 tags/rel-1_4_0/gscriptor.1p        |   45 -
 tags/rel-1_4_0/gscriptor.gtk1.2    |  734 -----------
 tags/rel-1_4_0/pcsc_scan.1         |   78 --
 tags/rel-1_4_0/pcsc_scan.c         |  335 ------
 tags/rel-1_4_0/scriptor            |  150 ---
 tags/rel-1_4_0/scriptor.1p         |   86 --
 tags/rel-1_4_0/smartcard_list.txt  |  822 -------------
 tags/rel-1_4_0/test.script         |   25 -
 tags/rel-1_4_1/ATR_analysis        |  423 -------
 tags/rel-1_4_1/ATR_analysis.1p     |   47 -
 tags/rel-1_4_1/LICENCE             |  340 ------
 tags/rel-1_4_1/MANIFEST            |   17 -
 tags/rel-1_4_1/Makefile            |   49 -
 tags/rel-1_4_1/README              |  216 ----
 tags/rel-1_4_1/TODO                |    6 -
 tags/rel-1_4_1/create_distrib.sh   |   87 --
 tags/rel-1_4_1/gscriptor           |  853 -------------
 tags/rel-1_4_1/gscriptor.1p        |   45 -
 tags/rel-1_4_1/gscriptor.gtk1.2    |  734 -----------
 tags/rel-1_4_1/pcsc_scan.1         |   78 --
 tags/rel-1_4_1/pcsc_scan.c         |  335 ------
 tags/rel-1_4_1/scriptor            |  150 ---
 tags/rel-1_4_1/scriptor.1p         |   86 --
 tags/rel-1_4_1/smartcard_list.txt  |  969 ---------------
 tags/rel-1_4_1/test.script         |   25 -
 tags/rel-1_4_11/ATR_analysis       |  829 -------------
 tags/rel-1_4_11/ATR_analysis.1p    |   46 -
 tags/rel-1_4_11/LICENCE            |  340 ------
 tags/rel-1_4_11/MANIFEST           |   18 -
 tags/rel-1_4_11/Makefile           |   49 -
 tags/rel-1_4_11/README             |  298 -----
 tags/rel-1_4_11/TODO               |    6 -
 tags/rel-1_4_11/create_distrib.sh  |   90 --
 tags/rel-1_4_11/gscriptor          |  894 --------------
 tags/rel-1_4_11/gscriptor.1p       |   45 -
 tags/rel-1_4_11/gscriptor.desktop  |    7 -
 tags/rel-1_4_11/gscriptor.gtk1.2   |  734 -----------
 tags/rel-1_4_11/pcsc_scan.1        |   78 --
 tags/rel-1_4_11/pcsc_scan.c        |  384 ------
 tags/rel-1_4_11/scriptor           |  171 ---
 tags/rel-1_4_11/scriptor.1p        |   86 --
 tags/rel-1_4_11/smartcard_list.txt | 1871 -----------------------------
 tags/rel-1_4_11/test.script        |   25 -
 tags/rel-1_4_12/ATR_analysis       |  829 -------------
 tags/rel-1_4_12/ATR_analysis.1p    |   46 -
 tags/rel-1_4_12/LICENCE            |  340 ------
 tags/rel-1_4_12/MANIFEST           |   18 -
 tags/rel-1_4_12/Makefile           |   49 -
 tags/rel-1_4_12/README             |  302 -----
 tags/rel-1_4_12/TODO               |    6 -
 tags/rel-1_4_12/create_distrib.sh  |   90 --
 tags/rel-1_4_12/gscriptor          |  894 --------------
 tags/rel-1_4_12/gscriptor.1p       |   45 -
 tags/rel-1_4_12/gscriptor.desktop  |    7 -
 tags/rel-1_4_12/gscriptor.gtk1.2   |  734 -----------
 tags/rel-1_4_12/pcsc_scan.1        |   78 --
 tags/rel-1_4_12/pcsc_scan.c        |  389 ------
 tags/rel-1_4_12/scriptor           |  171 ---
 tags/rel-1_4_12/scriptor.1p        |   86 --
 tags/rel-1_4_12/smartcard_list.txt | 1924 -----------------------------
 tags/rel-1_4_12/test.script        |   25 -
 tags/rel-1_4_13/ATR_analysis       |  829 -------------
 tags/rel-1_4_13/ATR_analysis.1p    |   46 -
 tags/rel-1_4_13/LICENCE            |  340 ------
 tags/rel-1_4_13/MANIFEST           |   18 -
 tags/rel-1_4_13/Makefile           |   49 -
 tags/rel-1_4_13/README             |  306 -----
 tags/rel-1_4_13/TODO               |    6 -
 tags/rel-1_4_13/create_distrib.sh  |   90 --
 tags/rel-1_4_13/gscriptor          |  894 --------------
 tags/rel-1_4_13/gscriptor.1p       |   45 -
 tags/rel-1_4_13/gscriptor.desktop  |    7 -
 tags/rel-1_4_13/gscriptor.gtk1.2   |  734 -----------
 tags/rel-1_4_13/pcsc_scan.1        |   78 --
 tags/rel-1_4_13/pcsc_scan.c        |  390 ------
 tags/rel-1_4_13/scriptor           |  171 ---
 tags/rel-1_4_13/scriptor.1p        |   86 --
 tags/rel-1_4_13/smartcard_list.txt | 2027 -------------------------------
 tags/rel-1_4_13/test.script        |   25 -
 tags/rel-1_4_14/ATR_analysis       |  830 -------------
 tags/rel-1_4_14/ATR_analysis.1p    |   46 -
 tags/rel-1_4_14/LICENCE            |  340 ------
 tags/rel-1_4_14/MANIFEST           |   18 -
 tags/rel-1_4_14/Makefile           |   49 -
 tags/rel-1_4_14/README             |  314 -----
 tags/rel-1_4_14/TODO               |    6 -
 tags/rel-1_4_14/create_distrib.sh  |   90 --
 tags/rel-1_4_14/gscriptor          |  894 --------------
 tags/rel-1_4_14/gscriptor.1p       |   45 -
 tags/rel-1_4_14/gscriptor.desktop  |    7 -
 tags/rel-1_4_14/gscriptor.gtk1.2   |  734 -----------
 tags/rel-1_4_14/pcsc_scan.1        |   78 --
 tags/rel-1_4_14/pcsc_scan.c        |  390 ------
 tags/rel-1_4_14/scriptor           |  171 ---
 tags/rel-1_4_14/scriptor.1p        |   86 --
 tags/rel-1_4_14/smartcard_list.txt | 2097 --------------------------------
 tags/rel-1_4_14/test.script        |   25 -
 tags/rel-1_4_15/ATR_analysis       |  844 -------------
 tags/rel-1_4_15/ATR_analysis.1p    |   46 -
 tags/rel-1_4_15/LICENCE            |  340 ------
 tags/rel-1_4_15/MANIFEST           |   18 -
 tags/rel-1_4_15/Makefile           |   49 -
 tags/rel-1_4_15/README             |  324 -----
 tags/rel-1_4_15/TODO               |    6 -
 tags/rel-1_4_15/create_distrib.sh  |   90 --
 tags/rel-1_4_15/gscriptor          |  894 --------------
 tags/rel-1_4_15/gscriptor.1p       |   45 -
 tags/rel-1_4_15/gscriptor.desktop  |    7 -
 tags/rel-1_4_15/gscriptor.gtk1.2   |  734 -----------
 tags/rel-1_4_15/pcsc_scan.1        |   78 --
 tags/rel-1_4_15/pcsc_scan.c        |  424 -------
 tags/rel-1_4_15/scriptor           |  171 ---
 tags/rel-1_4_15/scriptor.1p        |   86 --
 tags/rel-1_4_15/smartcard_list.txt | 2338 ------------------------------------
 tags/rel-1_4_15/test.script        |   25 -
 tags/rel-1_4_2/ATR_analysis        |  423 -------
 tags/rel-1_4_2/ATR_analysis.1p     |   46 -
 tags/rel-1_4_2/LICENCE             |  340 ------
 tags/rel-1_4_2/MANIFEST            |   18 -
 tags/rel-1_4_2/Makefile            |   49 -
 tags/rel-1_4_2/README              |  222 ----
 tags/rel-1_4_2/TODO                |    6 -
 tags/rel-1_4_2/create_distrib.sh   |   87 --
 tags/rel-1_4_2/gscriptor           |  853 -------------
 tags/rel-1_4_2/gscriptor.1p        |   45 -
 tags/rel-1_4_2/gscriptor.desktop   |    8 -
 tags/rel-1_4_2/gscriptor.gtk1.2    |  734 -----------
 tags/rel-1_4_2/pcsc_scan.1         |   78 --
 tags/rel-1_4_2/pcsc_scan.c         |  367 ------
 tags/rel-1_4_2/scriptor            |  150 ---
 tags/rel-1_4_2/scriptor.1p         |   86 --
 tags/rel-1_4_2/smartcard_list.txt  | 1166 ------------------
 tags/rel-1_4_2/test.script         |   25 -
 tags/rel-1_4_3/ATR_analysis        |  423 -------
 tags/rel-1_4_3/ATR_analysis.1p     |   46 -
 tags/rel-1_4_3/LICENCE             |  340 ------
 tags/rel-1_4_3/MANIFEST            |   18 -
 tags/rel-1_4_3/Makefile            |   49 -
 tags/rel-1_4_3/README              |  228 ----
 tags/rel-1_4_3/TODO                |    6 -
 tags/rel-1_4_3/create_distrib.sh   |   87 --
 tags/rel-1_4_3/gscriptor           |  853 -------------
 tags/rel-1_4_3/gscriptor.1p        |   45 -
 tags/rel-1_4_3/gscriptor.desktop   |    8 -
 tags/rel-1_4_3/gscriptor.gtk1.2    |  734 -----------
 tags/rel-1_4_3/pcsc_scan.1         |   78 --
 tags/rel-1_4_3/pcsc_scan.c         |  377 ------
 tags/rel-1_4_3/scriptor            |  150 ---
 tags/rel-1_4_3/scriptor.1p         |   86 --
 tags/rel-1_4_3/smartcard_list.txt  | 1166 ------------------
 tags/rel-1_4_3/test.script         |   25 -
 tags/rel-1_4_5/ATR_analysis        |  804 -------------
 tags/rel-1_4_5/ATR_analysis.1p     |   46 -
 tags/rel-1_4_5/LICENCE             |  340 ------
 tags/rel-1_4_5/MANIFEST            |   18 -
 tags/rel-1_4_5/Makefile            |   49 -
 tags/rel-1_4_5/README              |  255 ----
 tags/rel-1_4_5/TODO                |    6 -
 tags/rel-1_4_5/create_distrib.sh   |   87 --
 tags/rel-1_4_5/gscriptor           |  867 -------------
 tags/rel-1_4_5/gscriptor.1p        |   45 -
 tags/rel-1_4_5/gscriptor.desktop   |    8 -
 tags/rel-1_4_5/gscriptor.gtk1.2    |  734 -----------
 tags/rel-1_4_5/pcsc_scan.1         |   78 --
 tags/rel-1_4_5/pcsc_scan.c         |  377 ------
 tags/rel-1_4_5/scriptor            |  150 ---
 tags/rel-1_4_5/scriptor.1p         |   86 --
 tags/rel-1_4_5/smartcard_list.txt  | 1213 -------------------
 tags/rel-1_4_5/test.script         |   25 -
 tags/rel-1_4_6/ATR_analysis        |  804 -------------
 tags/rel-1_4_6/ATR_analysis.1p     |   46 -
 tags/rel-1_4_6/LICENCE             |  340 ------
 tags/rel-1_4_6/MANIFEST            |   18 -
 tags/rel-1_4_6/Makefile            |   49 -
 tags/rel-1_4_6/README              |  261 ----
 tags/rel-1_4_6/TODO                |    6 -
 tags/rel-1_4_6/create_distrib.sh   |   87 --
 tags/rel-1_4_6/gscriptor           |  893 --------------
 tags/rel-1_4_6/gscriptor.1p        |   45 -
 tags/rel-1_4_6/gscriptor.desktop   |    8 -
 tags/rel-1_4_6/gscriptor.gtk1.2    |  734 -----------
 tags/rel-1_4_6/pcsc_scan.1         |   78 --
 tags/rel-1_4_6/pcsc_scan.c         |  377 ------
 tags/rel-1_4_6/scriptor            |  167 ---
 tags/rel-1_4_6/scriptor.1p         |   86 --
 tags/rel-1_4_6/smartcard_list.txt  | 1300 --------------------
 tags/rel-1_4_6/test.script         |   25 -
 tags/rel-1_4_7/ATR_analysis        |  804 -------------
 tags/rel-1_4_7/ATR_analysis.1p     |   46 -
 tags/rel-1_4_7/LICENCE             |  340 ------
 tags/rel-1_4_7/MANIFEST            |   18 -
 tags/rel-1_4_7/Makefile            |   49 -
 tags/rel-1_4_7/README              |  267 ----
 tags/rel-1_4_7/TODO                |    6 -
 tags/rel-1_4_7/create_distrib.sh   |   87 --
 tags/rel-1_4_7/gscriptor           |  893 --------------
 tags/rel-1_4_7/gscriptor.1p        |   45 -
 tags/rel-1_4_7/gscriptor.desktop   |    8 -
 tags/rel-1_4_7/gscriptor.gtk1.2    |  734 -----------
 tags/rel-1_4_7/pcsc_scan.1         |   78 --
 tags/rel-1_4_7/pcsc_scan.c         |  383 ------
 tags/rel-1_4_7/scriptor            |  167 ---
 tags/rel-1_4_7/scriptor.1p         |   86 --
 tags/rel-1_4_7/smartcard_list.txt  | 1333 --------------------
 tags/rel-1_4_7/test.script         |   25 -
 tags/rel-1_4_9/ATR_analysis        |  826 -------------
 tags/rel-1_4_9/ATR_analysis.1p     |   46 -
 tags/rel-1_4_9/LICENCE             |  340 ------
 tags/rel-1_4_9/MANIFEST            |   18 -
 tags/rel-1_4_9/Makefile            |   49 -
 tags/rel-1_4_9/README              |  287 -----
 tags/rel-1_4_9/TODO                |    6 -
 tags/rel-1_4_9/create_distrib.sh   |   87 --
 tags/rel-1_4_9/gscriptor           |  893 --------------
 tags/rel-1_4_9/gscriptor.1p        |   45 -
 tags/rel-1_4_9/gscriptor.desktop   |    8 -
 tags/rel-1_4_9/gscriptor.gtk1.2    |  734 -----------
 tags/rel-1_4_9/pcsc_scan.1         |   78 --
 tags/rel-1_4_9/pcsc_scan.c         |  384 ------
 tags/rel-1_4_9/scriptor            |  171 ---
 tags/rel-1_4_9/scriptor.1p         |   86 --
 tags/rel-1_4_9/smartcard_list.txt  | 1609 -------------------------
 tags/rel-1_4_9/test.script         |   25 -
 tags/rel_1-0-0/Makefile            |   20 -
 tags/rel_1-0-0/README              |   37 -
 tags/rel_1-0-0/TODO                |    8 -
 tags/rel_1-0-0/create_distrib.sh   |   33 -
 tags/rel_1-0-0/gscriptor           |  791 ------------
 tags/rel_1-0-0/pcsc_scan.c         |  182 ---
 tags/rel_1-0-0/scriptor            |  113 --
 tags/rel_1-0-0/test.script         |   13 -
 tags/rel_1-0-1/MANIFEST            |   10 -
 tags/rel_1-0-1/Makefile            |   20 -
 tags/rel_1-0-1/README              |   37 -
 tags/rel_1-0-1/TODO                |    8 -
 tags/rel_1-0-1/create_distrib.sh   |   79 --
 tags/rel_1-0-1/gscriptor           |  791 ------------
 tags/rel_1-0-1/pcsc_scan.c         |  182 ---
 tags/rel_1-0-1/scriptor            |  113 --
 tags/rel_1-0-1/test.script         |   13 -
 tags/rel_1-0-2/LICENCE             |  340 ------
 tags/rel_1-0-2/MANIFEST            |   13 -
 tags/rel_1-0-2/Makefile            |   20 -
 tags/rel_1-0-2/README              |   39 -
 tags/rel_1-0-2/TODO                |    7 -
 tags/rel_1-0-2/create_distrib.sh   |   79 --
 tags/rel_1-0-2/gscriptor           |  791 ------------
 tags/rel_1-0-2/gscriptor.1p        |   45 -
 tags/rel_1-0-2/pcsc_scan.1         |   64 -
 tags/rel_1-0-2/pcsc_scan.c         |  186 ---
 tags/rel_1-0-2/scriptor            |  113 --
 tags/rel_1-0-2/scriptor.1p         |   79 --
 tags/rel_1-0-2/test.script         |   25 -
 tags/rel_1-0-3/LICENCE             |  340 ------
 tags/rel_1-0-3/MANIFEST            |   13 -
 tags/rel_1-0-3/Makefile            |   35 -
 tags/rel_1-0-3/README              |   50 -
 tags/rel_1-0-3/TODO                |    7 -
 tags/rel_1-0-3/create_distrib.sh   |   79 --
 tags/rel_1-0-3/gscriptor           |  791 ------------
 tags/rel_1-0-3/gscriptor.1p        |   45 -
 tags/rel_1-0-3/pcsc_scan.1         |   64 -
 tags/rel_1-0-3/pcsc_scan.c         |  196 ---
 tags/rel_1-0-3/scriptor            |  113 --
 tags/rel_1-0-3/scriptor.1p         |   79 --
 tags/rel_1-0-3/test.script         |   25 -
 tags/rel_1-0-4/LICENCE             |  340 ------
 tags/rel_1-0-4/MANIFEST            |   13 -
 tags/rel_1-0-4/Makefile            |   35 -
 tags/rel_1-0-4/README              |  106 --
 tags/rel_1-0-4/TODO                |    6 -
 tags/rel_1-0-4/create_distrib.sh   |   79 --
 tags/rel_1-0-4/gscriptor           |  794 ------------
 tags/rel_1-0-4/gscriptor.1p        |   45 -
 tags/rel_1-0-4/pcsc_scan.1         |   64 -
 tags/rel_1-0-4/pcsc_scan.c         |  196 ---
 tags/rel_1-0-4/scriptor            |  116 --
 tags/rel_1-0-4/scriptor.1p         |   79 --
 tags/rel_1-0-4/test.script         |   25 -
 tags/rel_1-0-7/gscriptor           |  787 ------------
 tags/rel_1-0-7/scriptor            |  109 --
 tags/rel_1-0-7/test.script         |   13 -
 tags/rel_1_1_0/ATR_analysis        |  334 ------
 tags/rel_1_1_0/ATR_analysis.1p     |   27 -
 tags/rel_1_1_0/LICENCE             |  340 ------
 tags/rel_1_1_0/MANIFEST            |   15 -
 tags/rel_1_1_0/Makefile            |   36 -
 tags/rel_1_1_0/README              |  115 --
 tags/rel_1_1_0/TODO                |    6 -
 tags/rel_1_1_0/create_distrib.sh   |   79 --
 tags/rel_1_1_0/gscriptor           |  794 ------------
 tags/rel_1_1_0/gscriptor.1p        |   45 -
 tags/rel_1_1_0/pcsc_scan.1         |   78 --
 tags/rel_1_1_0/pcsc_scan.c         |  307 -----
 tags/rel_1_1_0/scriptor            |  116 --
 tags/rel_1_1_0/scriptor.1p         |   79 --
 tags/rel_1_1_0/test.script         |   25 -
 tags/rel_1_2_0/ATR_analysis        |  411 -------
 tags/rel_1_2_0/ATR_analysis.1p     |   27 -
 tags/rel_1_2_0/LICENCE             |  340 ------
 tags/rel_1_2_0/MANIFEST            |   16 -
 tags/rel_1_2_0/Makefile            |   44 -
 tags/rel_1_2_0/README              |  140 ---
 tags/rel_1_2_0/TODO                |    6 -
 tags/rel_1_2_0/create_distrib.sh   |   79 --
 tags/rel_1_2_0/gscriptor           |  794 ------------
 tags/rel_1_2_0/gscriptor.1p        |   45 -
 tags/rel_1_2_0/pcsc_scan.1         |   78 --
 tags/rel_1_2_0/pcsc_scan.c         |  307 -----
 tags/rel_1_2_0/scriptor            |  116 --
 tags/rel_1_2_0/scriptor.1p         |   79 --
 tags/rel_1_2_0/smartcard_list.txt  |  296 -----
 tags/rel_1_2_0/test.script         |   25 -
 tags/start/Makefile                |   19 -
 tags/start/pcsc_scan.c             |  179 ---
 484 files changed, 115689 deletions(-)

commit 1d0e76c2318d4a6c342f810743226ded3ede7a74
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 10 15:45:24 2009 +0000

    move pcsc-tools tags in tags/
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4190 0ce88b0d-b2fd-0310-8134-9614164e65ea

 pcsc-tools/rel-1_2_1/ATR_analysis        |  411 ------
 pcsc-tools/rel-1_2_1/ATR_analysis.1p     |   47 -
 pcsc-tools/rel-1_2_1/LICENCE             |  340 -----
 pcsc-tools/rel-1_2_1/MANIFEST            |   16 -
 pcsc-tools/rel-1_2_1/Makefile            |   44 -
 pcsc-tools/rel-1_2_1/README              |  144 --
 pcsc-tools/rel-1_2_1/TODO                |    6 -
 pcsc-tools/rel-1_2_1/create_distrib.sh   |   79 -
 pcsc-tools/rel-1_2_1/gscriptor           |  794 ----------
 pcsc-tools/rel-1_2_1/gscriptor.1p        |   45 -
 pcsc-tools/rel-1_2_1/pcsc_scan.1         |   78 -
 pcsc-tools/rel-1_2_1/pcsc_scan.c         |  307 ----
 pcsc-tools/rel-1_2_1/scriptor            |  116 --
 pcsc-tools/rel-1_2_1/scriptor.1p         |   79 -
 pcsc-tools/rel-1_2_1/smartcard_list.txt  |  345 -----
 pcsc-tools/rel-1_2_1/test.script         |   25 -
 pcsc-tools/rel-1_2_2/ATR_analysis        |  412 ------
 pcsc-tools/rel-1_2_2/ATR_analysis.1p     |   47 -
 pcsc-tools/rel-1_2_2/LICENCE             |  340 -----
 pcsc-tools/rel-1_2_2/MANIFEST            |   16 -
 pcsc-tools/rel-1_2_2/Makefile            |   45 -
 pcsc-tools/rel-1_2_2/README              |  151 --
 pcsc-tools/rel-1_2_2/TODO                |    6 -
 pcsc-tools/rel-1_2_2/create_distrib.sh   |   87 --
 pcsc-tools/rel-1_2_2/gscriptor           |  794 ----------
 pcsc-tools/rel-1_2_2/gscriptor.1p        |   45 -
 pcsc-tools/rel-1_2_2/pcsc_scan.1         |   78 -
 pcsc-tools/rel-1_2_2/pcsc_scan.c         |  311 ----
 pcsc-tools/rel-1_2_2/scriptor            |  116 --
 pcsc-tools/rel-1_2_2/scriptor.1p         |   79 -
 pcsc-tools/rel-1_2_2/smartcard_list.txt  |  359 -----
 pcsc-tools/rel-1_2_2/test.script         |   25 -
 pcsc-tools/rel-1_2_3/ATR_analysis        |  415 ------
 pcsc-tools/rel-1_2_3/ATR_analysis.1p     |   47 -
 pcsc-tools/rel-1_2_3/LICENCE             |  340 -----
 pcsc-tools/rel-1_2_3/MANIFEST            |   16 -
 pcsc-tools/rel-1_2_3/Makefile            |   45 -
 pcsc-tools/rel-1_2_3/README              |  156 --
 pcsc-tools/rel-1_2_3/TODO                |    6 -
 pcsc-tools/rel-1_2_3/create_distrib.sh   |   87 --
 pcsc-tools/rel-1_2_3/gscriptor           |  794 ----------
 pcsc-tools/rel-1_2_3/gscriptor.1p        |   45 -
 pcsc-tools/rel-1_2_3/pcsc_scan.1         |   78 -
 pcsc-tools/rel-1_2_3/pcsc_scan.c         |  311 ----
 pcsc-tools/rel-1_2_3/scriptor            |  116 --
 pcsc-tools/rel-1_2_3/scriptor.1p         |   79 -
 pcsc-tools/rel-1_2_3/smartcard_list.txt  |  448 ------
 pcsc-tools/rel-1_2_3/test.script         |   25 -
 pcsc-tools/rel-1_2_4/ATR_analysis        |  415 ------
 pcsc-tools/rel-1_2_4/ATR_analysis.1p     |   47 -
 pcsc-tools/rel-1_2_4/LICENCE             |  340 -----
 pcsc-tools/rel-1_2_4/MANIFEST            |   16 -
 pcsc-tools/rel-1_2_4/Makefile            |   46 -
 pcsc-tools/rel-1_2_4/README              |  160 --
 pcsc-tools/rel-1_2_4/TODO                |    6 -
 pcsc-tools/rel-1_2_4/create_distrib.sh   |   87 --
 pcsc-tools/rel-1_2_4/gscriptor           |  794 ----------
 pcsc-tools/rel-1_2_4/gscriptor.1p        |   45 -
 pcsc-tools/rel-1_2_4/pcsc_scan.1         |   78 -
 pcsc-tools/rel-1_2_4/pcsc_scan.c         |  311 ----
 pcsc-tools/rel-1_2_4/scriptor            |  116 --
 pcsc-tools/rel-1_2_4/scriptor.1p         |   79 -
 pcsc-tools/rel-1_2_4/smartcard_list.txt  |  496 -------
 pcsc-tools/rel-1_2_4/test.script         |   25 -
 pcsc-tools/rel-1_2_5/ATR_analysis        |  415 ------
 pcsc-tools/rel-1_2_5/ATR_analysis.1p     |   47 -
 pcsc-tools/rel-1_2_5/LICENCE             |  340 -----
 pcsc-tools/rel-1_2_5/MANIFEST            |   16 -
 pcsc-tools/rel-1_2_5/Makefile            |   46 -
 pcsc-tools/rel-1_2_5/README              |  165 ---
 pcsc-tools/rel-1_2_5/TODO                |    6 -
 pcsc-tools/rel-1_2_5/create_distrib.sh   |   87 --
 pcsc-tools/rel-1_2_5/gscriptor           |  731 ----------
 pcsc-tools/rel-1_2_5/gscriptor.1p        |   45 -
 pcsc-tools/rel-1_2_5/pcsc_scan.1         |   78 -
 pcsc-tools/rel-1_2_5/pcsc_scan.c         |  280 ----
 pcsc-tools/rel-1_2_5/scriptor            |  108 --
 pcsc-tools/rel-1_2_5/scriptor.1p         |   79 -
 pcsc-tools/rel-1_2_5/smartcard_list.txt  |  587 --------
 pcsc-tools/rel-1_2_5/test.script         |   25 -
 pcsc-tools/rel-1_3_0/ATR_analysis        |  415 ------
 pcsc-tools/rel-1_3_0/ATR_analysis.1p     |   47 -
 pcsc-tools/rel-1_3_0/LICENCE             |  340 -----
 pcsc-tools/rel-1_3_0/MANIFEST            |   16 -
 pcsc-tools/rel-1_3_0/Makefile            |   46 -
 pcsc-tools/rel-1_3_0/README              |  170 ---
 pcsc-tools/rel-1_3_0/TODO                |    6 -
 pcsc-tools/rel-1_3_0/create_distrib.sh   |   87 --
 pcsc-tools/rel-1_3_0/gscriptor           |  731 ----------
 pcsc-tools/rel-1_3_0/gscriptor.1p        |   45 -
 pcsc-tools/rel-1_3_0/pcsc_scan.1         |   78 -
 pcsc-tools/rel-1_3_0/pcsc_scan.c         |  294 ----
 pcsc-tools/rel-1_3_0/scriptor            |  108 --
 pcsc-tools/rel-1_3_0/scriptor.1p         |   79 -
 pcsc-tools/rel-1_3_0/smartcard_list.txt  |  599 --------
 pcsc-tools/rel-1_3_0/test.script         |   25 -
 pcsc-tools/rel-1_3_1/ATR_analysis        |  424 ------
 pcsc-tools/rel-1_3_1/ATR_analysis.1p     |   47 -
 pcsc-tools/rel-1_3_1/LICENCE             |  340 -----
 pcsc-tools/rel-1_3_1/MANIFEST            |   16 -
 pcsc-tools/rel-1_3_1/Makefile            |   46 -
 pcsc-tools/rel-1_3_1/README              |  178 ---
 pcsc-tools/rel-1_3_1/TODO                |    6 -
 pcsc-tools/rel-1_3_1/create_distrib.sh   |   87 --
 pcsc-tools/rel-1_3_1/gscriptor           |  731 ----------
 pcsc-tools/rel-1_3_1/gscriptor.1p        |   45 -
 pcsc-tools/rel-1_3_1/pcsc_scan.1         |   78 -
 pcsc-tools/rel-1_3_1/pcsc_scan.c         |  294 ----
 pcsc-tools/rel-1_3_1/scriptor            |  130 --
 pcsc-tools/rel-1_3_1/scriptor.1p         |   86 --
 pcsc-tools/rel-1_3_1/smartcard_list.txt  |  674 ---------
 pcsc-tools/rel-1_3_1/test.script         |   25 -
 pcsc-tools/rel-1_3_2/ATR_analysis        |  424 ------
 pcsc-tools/rel-1_3_2/ATR_analysis.1p     |   47 -
 pcsc-tools/rel-1_3_2/LICENCE             |  340 -----
 pcsc-tools/rel-1_3_2/MANIFEST            |   16 -
 pcsc-tools/rel-1_3_2/Makefile            |   46 -
 pcsc-tools/rel-1_3_2/README              |  188 ---
 pcsc-tools/rel-1_3_2/TODO                |    6 -
 pcsc-tools/rel-1_3_2/create_distrib.sh   |   87 --
 pcsc-tools/rel-1_3_2/gscriptor           |  731 ----------
 pcsc-tools/rel-1_3_2/gscriptor.1p        |   45 -
 pcsc-tools/rel-1_3_2/pcsc_scan.1         |   78 -
 pcsc-tools/rel-1_3_2/pcsc_scan.c         |  294 ----
 pcsc-tools/rel-1_3_2/scriptor            |  145 --
 pcsc-tools/rel-1_3_2/scriptor.1p         |   86 --
 pcsc-tools/rel-1_3_2/smartcard_list.txt  |  722 ---------
 pcsc-tools/rel-1_3_2/test.script         |   25 -
 pcsc-tools/rel-1_3_4/ATR_analysis        |  424 ------
 pcsc-tools/rel-1_3_4/ATR_analysis.1p     |   47 -
 pcsc-tools/rel-1_3_4/LICENCE             |  340 -----
 pcsc-tools/rel-1_3_4/MANIFEST            |   16 -
 pcsc-tools/rel-1_3_4/Makefile            |   49 -
 pcsc-tools/rel-1_3_4/README              |  202 ---
 pcsc-tools/rel-1_3_4/TODO                |    6 -
 pcsc-tools/rel-1_3_4/create_distrib.sh   |   87 --
 pcsc-tools/rel-1_3_4/gscriptor           |  731 ----------
 pcsc-tools/rel-1_3_4/gscriptor.1p        |   45 -
 pcsc-tools/rel-1_3_4/pcsc_scan.1         |   78 -
 pcsc-tools/rel-1_3_4/pcsc_scan.c         |  335 -----
 pcsc-tools/rel-1_3_4/scriptor            |  145 --
 pcsc-tools/rel-1_3_4/scriptor.1p         |   86 --
 pcsc-tools/rel-1_3_4/smartcard_list.txt  |  783 ----------
 pcsc-tools/rel-1_3_4/test.script         |   25 -
 pcsc-tools/rel-1_4_0/ATR_analysis        |  424 ------
 pcsc-tools/rel-1_4_0/ATR_analysis.1p     |   47 -
 pcsc-tools/rel-1_4_0/LICENCE             |  340 -----
 pcsc-tools/rel-1_4_0/MANIFEST            |   17 -
 pcsc-tools/rel-1_4_0/Makefile            |   49 -
 pcsc-tools/rel-1_4_0/README              |  207 ---
 pcsc-tools/rel-1_4_0/TODO                |    6 -
 pcsc-tools/rel-1_4_0/create_distrib.sh   |   87 --
 pcsc-tools/rel-1_4_0/gscriptor           |  847 -----------
 pcsc-tools/rel-1_4_0/gscriptor.1p        |   45 -
 pcsc-tools/rel-1_4_0/gscriptor.gtk1.2    |  734 ----------
 pcsc-tools/rel-1_4_0/pcsc_scan.1         |   78 -
 pcsc-tools/rel-1_4_0/pcsc_scan.c         |  335 -----
 pcsc-tools/rel-1_4_0/scriptor            |  150 --
 pcsc-tools/rel-1_4_0/scriptor.1p         |   86 --
 pcsc-tools/rel-1_4_0/smartcard_list.txt  |  822 -----------
 pcsc-tools/rel-1_4_0/test.script         |   25 -
 pcsc-tools/rel-1_4_1/ATR_analysis        |  423 ------
 pcsc-tools/rel-1_4_1/ATR_analysis.1p     |   47 -
 pcsc-tools/rel-1_4_1/LICENCE             |  340 -----
 pcsc-tools/rel-1_4_1/MANIFEST            |   17 -
 pcsc-tools/rel-1_4_1/Makefile            |   49 -
 pcsc-tools/rel-1_4_1/README              |  216 ---
 pcsc-tools/rel-1_4_1/TODO                |    6 -
 pcsc-tools/rel-1_4_1/create_distrib.sh   |   87 --
 pcsc-tools/rel-1_4_1/gscriptor           |  853 -----------
 pcsc-tools/rel-1_4_1/gscriptor.1p        |   45 -
 pcsc-tools/rel-1_4_1/gscriptor.gtk1.2    |  734 ----------
 pcsc-tools/rel-1_4_1/pcsc_scan.1         |   78 -
 pcsc-tools/rel-1_4_1/pcsc_scan.c         |  335 -----
 pcsc-tools/rel-1_4_1/scriptor            |  150 --
 pcsc-tools/rel-1_4_1/scriptor.1p         |   86 --
 pcsc-tools/rel-1_4_1/smartcard_list.txt  |  969 -------------
 pcsc-tools/rel-1_4_1/test.script         |   25 -
 pcsc-tools/rel-1_4_11/ATR_analysis       |  829 -----------
 pcsc-tools/rel-1_4_11/ATR_analysis.1p    |   46 -
 pcsc-tools/rel-1_4_11/LICENCE            |  340 -----
 pcsc-tools/rel-1_4_11/MANIFEST           |   18 -
 pcsc-tools/rel-1_4_11/Makefile           |   49 -
 pcsc-tools/rel-1_4_11/README             |  298 ----
 pcsc-tools/rel-1_4_11/TODO               |    6 -
 pcsc-tools/rel-1_4_11/create_distrib.sh  |   90 --
 pcsc-tools/rel-1_4_11/gscriptor          |  894 ------------
 pcsc-tools/rel-1_4_11/gscriptor.1p       |   45 -
 pcsc-tools/rel-1_4_11/gscriptor.desktop  |    7 -
 pcsc-tools/rel-1_4_11/gscriptor.gtk1.2   |  734 ----------
 pcsc-tools/rel-1_4_11/pcsc_scan.1        |   78 -
 pcsc-tools/rel-1_4_11/pcsc_scan.c        |  384 -----
 pcsc-tools/rel-1_4_11/scriptor           |  171 ---
 pcsc-tools/rel-1_4_11/scriptor.1p        |   86 --
 pcsc-tools/rel-1_4_11/smartcard_list.txt | 1871 ------------------------
 pcsc-tools/rel-1_4_11/test.script        |   25 -
 pcsc-tools/rel-1_4_12/ATR_analysis       |  829 -----------
 pcsc-tools/rel-1_4_12/ATR_analysis.1p    |   46 -
 pcsc-tools/rel-1_4_12/LICENCE            |  340 -----
 pcsc-tools/rel-1_4_12/MANIFEST           |   18 -
 pcsc-tools/rel-1_4_12/Makefile           |   49 -
 pcsc-tools/rel-1_4_12/README             |  302 ----
 pcsc-tools/rel-1_4_12/TODO               |    6 -
 pcsc-tools/rel-1_4_12/create_distrib.sh  |   90 --
 pcsc-tools/rel-1_4_12/gscriptor          |  894 ------------
 pcsc-tools/rel-1_4_12/gscriptor.1p       |   45 -
 pcsc-tools/rel-1_4_12/gscriptor.desktop  |    7 -
 pcsc-tools/rel-1_4_12/gscriptor.gtk1.2   |  734 ----------
 pcsc-tools/rel-1_4_12/pcsc_scan.1        |   78 -
 pcsc-tools/rel-1_4_12/pcsc_scan.c        |  389 -----
 pcsc-tools/rel-1_4_12/scriptor           |  171 ---
 pcsc-tools/rel-1_4_12/scriptor.1p        |   86 --
 pcsc-tools/rel-1_4_12/smartcard_list.txt | 1924 ------------------------
 pcsc-tools/rel-1_4_12/test.script        |   25 -
 pcsc-tools/rel-1_4_13/ATR_analysis       |  829 -----------
 pcsc-tools/rel-1_4_13/ATR_analysis.1p    |   46 -
 pcsc-tools/rel-1_4_13/LICENCE            |  340 -----
 pcsc-tools/rel-1_4_13/MANIFEST           |   18 -
 pcsc-tools/rel-1_4_13/Makefile           |   49 -
 pcsc-tools/rel-1_4_13/README             |  306 ----
 pcsc-tools/rel-1_4_13/TODO               |    6 -
 pcsc-tools/rel-1_4_13/create_distrib.sh  |   90 --
 pcsc-tools/rel-1_4_13/gscriptor          |  894 ------------
 pcsc-tools/rel-1_4_13/gscriptor.1p       |   45 -
 pcsc-tools/rel-1_4_13/gscriptor.desktop  |    7 -
 pcsc-tools/rel-1_4_13/gscriptor.gtk1.2   |  734 ----------
 pcsc-tools/rel-1_4_13/pcsc_scan.1        |   78 -
 pcsc-tools/rel-1_4_13/pcsc_scan.c        |  390 -----
 pcsc-tools/rel-1_4_13/scriptor           |  171 ---
 pcsc-tools/rel-1_4_13/scriptor.1p        |   86 --
 pcsc-tools/rel-1_4_13/smartcard_list.txt | 2027 --------------------------
 pcsc-tools/rel-1_4_13/test.script        |   25 -
 pcsc-tools/rel-1_4_14/ATR_analysis       |  830 -----------
 pcsc-tools/rel-1_4_14/ATR_analysis.1p    |   46 -
 pcsc-tools/rel-1_4_14/LICENCE            |  340 -----
 pcsc-tools/rel-1_4_14/MANIFEST           |   18 -
 pcsc-tools/rel-1_4_14/Makefile           |   49 -
 pcsc-tools/rel-1_4_14/README             |  314 ----
 pcsc-tools/rel-1_4_14/TODO               |    6 -
 pcsc-tools/rel-1_4_14/create_distrib.sh  |   90 --
 pcsc-tools/rel-1_4_14/gscriptor          |  894 ------------
 pcsc-tools/rel-1_4_14/gscriptor.1p       |   45 -
 pcsc-tools/rel-1_4_14/gscriptor.desktop  |    7 -
 pcsc-tools/rel-1_4_14/gscriptor.gtk1.2   |  734 ----------
 pcsc-tools/rel-1_4_14/pcsc_scan.1        |   78 -
 pcsc-tools/rel-1_4_14/pcsc_scan.c        |  390 -----
 pcsc-tools/rel-1_4_14/scriptor           |  171 ---
 pcsc-tools/rel-1_4_14/scriptor.1p        |   86 --
 pcsc-tools/rel-1_4_14/smartcard_list.txt | 2097 ---------------------------
 pcsc-tools/rel-1_4_14/test.script        |   25 -
 pcsc-tools/rel-1_4_15/ATR_analysis       |  844 -----------
 pcsc-tools/rel-1_4_15/ATR_analysis.1p    |   46 -
 pcsc-tools/rel-1_4_15/LICENCE            |  340 -----
 pcsc-tools/rel-1_4_15/MANIFEST           |   18 -
 pcsc-tools/rel-1_4_15/Makefile           |   49 -
 pcsc-tools/rel-1_4_15/README             |  324 -----
 pcsc-tools/rel-1_4_15/TODO               |    6 -
 pcsc-tools/rel-1_4_15/create_distrib.sh  |   90 --
 pcsc-tools/rel-1_4_15/gscriptor          |  894 ------------
 pcsc-tools/rel-1_4_15/gscriptor.1p       |   45 -
 pcsc-tools/rel-1_4_15/gscriptor.desktop  |    7 -
 pcsc-tools/rel-1_4_15/gscriptor.gtk1.2   |  734 ----------
 pcsc-tools/rel-1_4_15/pcsc_scan.1        |   78 -
 pcsc-tools/rel-1_4_15/pcsc_scan.c        |  424 ------
 pcsc-tools/rel-1_4_15/scriptor           |  171 ---
 pcsc-tools/rel-1_4_15/scriptor.1p        |   86 --
 pcsc-tools/rel-1_4_15/smartcard_list.txt | 2338 ------------------------------
 pcsc-tools/rel-1_4_15/test.script        |   25 -
 pcsc-tools/rel-1_4_2/ATR_analysis        |  423 ------
 pcsc-tools/rel-1_4_2/ATR_analysis.1p     |   46 -
 pcsc-tools/rel-1_4_2/LICENCE             |  340 -----
 pcsc-tools/rel-1_4_2/MANIFEST            |   18 -
 pcsc-tools/rel-1_4_2/Makefile            |   49 -
 pcsc-tools/rel-1_4_2/README              |  222 ---
 pcsc-tools/rel-1_4_2/TODO                |    6 -
 pcsc-tools/rel-1_4_2/create_distrib.sh   |   87 --
 pcsc-tools/rel-1_4_2/gscriptor           |  853 -----------
 pcsc-tools/rel-1_4_2/gscriptor.1p        |   45 -
 pcsc-tools/rel-1_4_2/gscriptor.desktop   |    8 -
 pcsc-tools/rel-1_4_2/gscriptor.gtk1.2    |  734 ----------
 pcsc-tools/rel-1_4_2/pcsc_scan.1         |   78 -
 pcsc-tools/rel-1_4_2/pcsc_scan.c         |  367 -----
 pcsc-tools/rel-1_4_2/scriptor            |  150 --
 pcsc-tools/rel-1_4_2/scriptor.1p         |   86 --
 pcsc-tools/rel-1_4_2/smartcard_list.txt  | 1166 ---------------
 pcsc-tools/rel-1_4_2/test.script         |   25 -
 pcsc-tools/rel-1_4_3/ATR_analysis        |  423 ------
 pcsc-tools/rel-1_4_3/ATR_analysis.1p     |   46 -
 pcsc-tools/rel-1_4_3/LICENCE             |  340 -----
 pcsc-tools/rel-1_4_3/MANIFEST            |   18 -
 pcsc-tools/rel-1_4_3/Makefile            |   49 -
 pcsc-tools/rel-1_4_3/README              |  228 ---
 pcsc-tools/rel-1_4_3/TODO                |    6 -
 pcsc-tools/rel-1_4_3/create_distrib.sh   |   87 --
 pcsc-tools/rel-1_4_3/gscriptor           |  853 -----------
 pcsc-tools/rel-1_4_3/gscriptor.1p        |   45 -
 pcsc-tools/rel-1_4_3/gscriptor.desktop   |    8 -
 pcsc-tools/rel-1_4_3/gscriptor.gtk1.2    |  734 ----------
 pcsc-tools/rel-1_4_3/pcsc_scan.1         |   78 -
 pcsc-tools/rel-1_4_3/pcsc_scan.c         |  377 -----
 pcsc-tools/rel-1_4_3/scriptor            |  150 --
 pcsc-tools/rel-1_4_3/scriptor.1p         |   86 --
 pcsc-tools/rel-1_4_3/smartcard_list.txt  | 1166 ---------------
 pcsc-tools/rel-1_4_3/test.script         |   25 -
 pcsc-tools/rel-1_4_5/ATR_analysis        |  804 ----------
 pcsc-tools/rel-1_4_5/ATR_analysis.1p     |   46 -
 pcsc-tools/rel-1_4_5/LICENCE             |  340 -----
 pcsc-tools/rel-1_4_5/MANIFEST            |   18 -
 pcsc-tools/rel-1_4_5/Makefile            |   49 -
 pcsc-tools/rel-1_4_5/README              |  255 ----
 pcsc-tools/rel-1_4_5/TODO                |    6 -
 pcsc-tools/rel-1_4_5/create_distrib.sh   |   87 --
 pcsc-tools/rel-1_4_5/gscriptor           |  867 -----------
 pcsc-tools/rel-1_4_5/gscriptor.1p        |   45 -
 pcsc-tools/rel-1_4_5/gscriptor.desktop   |    8 -
 pcsc-tools/rel-1_4_5/gscriptor.gtk1.2    |  734 ----------
 pcsc-tools/rel-1_4_5/pcsc_scan.1         |   78 -
 pcsc-tools/rel-1_4_5/pcsc_scan.c         |  377 -----
 pcsc-tools/rel-1_4_5/scriptor            |  150 --
 pcsc-tools/rel-1_4_5/scriptor.1p         |   86 --
 pcsc-tools/rel-1_4_5/smartcard_list.txt  | 1213 ----------------
 pcsc-tools/rel-1_4_5/test.script         |   25 -
 pcsc-tools/rel-1_4_6/ATR_analysis        |  804 ----------
 pcsc-tools/rel-1_4_6/ATR_analysis.1p     |   46 -
 pcsc-tools/rel-1_4_6/LICENCE             |  340 -----
 pcsc-tools/rel-1_4_6/MANIFEST            |   18 -
 pcsc-tools/rel-1_4_6/Makefile            |   49 -
 pcsc-tools/rel-1_4_6/README              |  261 ----
 pcsc-tools/rel-1_4_6/TODO                |    6 -
 pcsc-tools/rel-1_4_6/create_distrib.sh   |   87 --
 pcsc-tools/rel-1_4_6/gscriptor           |  893 ------------
 pcsc-tools/rel-1_4_6/gscriptor.1p        |   45 -
 pcsc-tools/rel-1_4_6/gscriptor.desktop   |    8 -
 pcsc-tools/rel-1_4_6/gscriptor.gtk1.2    |  734 ----------
 pcsc-tools/rel-1_4_6/pcsc_scan.1         |   78 -
 pcsc-tools/rel-1_4_6/pcsc_scan.c         |  377 -----
 pcsc-tools/rel-1_4_6/scriptor            |  167 ---
 pcsc-tools/rel-1_4_6/scriptor.1p         |   86 --
 pcsc-tools/rel-1_4_6/smartcard_list.txt  | 1300 -----------------
 pcsc-tools/rel-1_4_6/test.script         |   25 -
 pcsc-tools/rel-1_4_7/ATR_analysis        |  804 ----------
 pcsc-tools/rel-1_4_7/ATR_analysis.1p     |   46 -
 pcsc-tools/rel-1_4_7/LICENCE             |  340 -----
 pcsc-tools/rel-1_4_7/MANIFEST            |   18 -
 pcsc-tools/rel-1_4_7/Makefile            |   49 -
 pcsc-tools/rel-1_4_7/README              |  267 ----
 pcsc-tools/rel-1_4_7/TODO                |    6 -
 pcsc-tools/rel-1_4_7/create_distrib.sh   |   87 --
 pcsc-tools/rel-1_4_7/gscriptor           |  893 ------------
 pcsc-tools/rel-1_4_7/gscriptor.1p        |   45 -
 pcsc-tools/rel-1_4_7/gscriptor.desktop   |    8 -
 pcsc-tools/rel-1_4_7/gscriptor.gtk1.2    |  734 ----------
 pcsc-tools/rel-1_4_7/pcsc_scan.1         |   78 -
 pcsc-tools/rel-1_4_7/pcsc_scan.c         |  383 -----
 pcsc-tools/rel-1_4_7/scriptor            |  167 ---
 pcsc-tools/rel-1_4_7/scriptor.1p         |   86 --
 pcsc-tools/rel-1_4_7/smartcard_list.txt  | 1333 -----------------
 pcsc-tools/rel-1_4_7/test.script         |   25 -
 pcsc-tools/rel-1_4_9/ATR_analysis        |  826 -----------
 pcsc-tools/rel-1_4_9/ATR_analysis.1p     |   46 -
 pcsc-tools/rel-1_4_9/LICENCE             |  340 -----
 pcsc-tools/rel-1_4_9/MANIFEST            |   18 -
 pcsc-tools/rel-1_4_9/Makefile            |   49 -
 pcsc-tools/rel-1_4_9/README              |  287 ----
 pcsc-tools/rel-1_4_9/TODO                |    6 -
 pcsc-tools/rel-1_4_9/create_distrib.sh   |   87 --
 pcsc-tools/rel-1_4_9/gscriptor           |  893 ------------
 pcsc-tools/rel-1_4_9/gscriptor.1p        |   45 -
 pcsc-tools/rel-1_4_9/gscriptor.desktop   |    8 -
 pcsc-tools/rel-1_4_9/gscriptor.gtk1.2    |  734 ----------
 pcsc-tools/rel-1_4_9/pcsc_scan.1         |   78 -
 pcsc-tools/rel-1_4_9/pcsc_scan.c         |  384 -----
 pcsc-tools/rel-1_4_9/scriptor            |  171 ---
 pcsc-tools/rel-1_4_9/scriptor.1p         |   86 --
 pcsc-tools/rel-1_4_9/smartcard_list.txt  | 1609 --------------------
 pcsc-tools/rel-1_4_9/test.script         |   25 -
 pcsc-tools/rel_1-0-0/Makefile            |   20 -
 pcsc-tools/rel_1-0-0/README              |   37 -
 pcsc-tools/rel_1-0-0/TODO                |    8 -
 pcsc-tools/rel_1-0-0/create_distrib.sh   |   33 -
 pcsc-tools/rel_1-0-0/gscriptor           |  791 ----------
 pcsc-tools/rel_1-0-0/pcsc_scan.c         |  182 ---
 pcsc-tools/rel_1-0-0/scriptor            |  113 --
 pcsc-tools/rel_1-0-0/test.script         |   13 -
 pcsc-tools/rel_1-0-1/MANIFEST            |   10 -
 pcsc-tools/rel_1-0-1/Makefile            |   20 -
 pcsc-tools/rel_1-0-1/README              |   37 -
 pcsc-tools/rel_1-0-1/TODO                |    8 -
 pcsc-tools/rel_1-0-1/create_distrib.sh   |   79 -
 pcsc-tools/rel_1-0-1/gscriptor           |  791 ----------
 pcsc-tools/rel_1-0-1/pcsc_scan.c         |  182 ---
 pcsc-tools/rel_1-0-1/scriptor            |  113 --
 pcsc-tools/rel_1-0-1/test.script         |   13 -
 pcsc-tools/rel_1-0-2/LICENCE             |  340 -----
 pcsc-tools/rel_1-0-2/MANIFEST            |   13 -
 pcsc-tools/rel_1-0-2/Makefile            |   20 -
 pcsc-tools/rel_1-0-2/README              |   39 -
 pcsc-tools/rel_1-0-2/TODO                |    7 -
 pcsc-tools/rel_1-0-2/create_distrib.sh   |   79 -
 pcsc-tools/rel_1-0-2/gscriptor           |  791 ----------
 pcsc-tools/rel_1-0-2/gscriptor.1p        |   45 -
 pcsc-tools/rel_1-0-2/pcsc_scan.1         |   64 -
 pcsc-tools/rel_1-0-2/pcsc_scan.c         |  186 ---
 pcsc-tools/rel_1-0-2/scriptor            |  113 --
 pcsc-tools/rel_1-0-2/scriptor.1p         |   79 -
 pcsc-tools/rel_1-0-2/test.script         |   25 -
 pcsc-tools/rel_1-0-3/LICENCE             |  340 -----
 pcsc-tools/rel_1-0-3/MANIFEST            |   13 -
 pcsc-tools/rel_1-0-3/Makefile            |   35 -
 pcsc-tools/rel_1-0-3/README              |   50 -
 pcsc-tools/rel_1-0-3/TODO                |    7 -
 pcsc-tools/rel_1-0-3/create_distrib.sh   |   79 -
 pcsc-tools/rel_1-0-3/gscriptor           |  791 ----------
 pcsc-tools/rel_1-0-3/gscriptor.1p        |   45 -
 pcsc-tools/rel_1-0-3/pcsc_scan.1         |   64 -
 pcsc-tools/rel_1-0-3/pcsc_scan.c         |  196 ---
 pcsc-tools/rel_1-0-3/scriptor            |  113 --
 pcsc-tools/rel_1-0-3/scriptor.1p         |   79 -
 pcsc-tools/rel_1-0-3/test.script         |   25 -
 pcsc-tools/rel_1-0-4/LICENCE             |  340 -----
 pcsc-tools/rel_1-0-4/MANIFEST            |   13 -
 pcsc-tools/rel_1-0-4/Makefile            |   35 -
 pcsc-tools/rel_1-0-4/README              |  106 --
 pcsc-tools/rel_1-0-4/TODO                |    6 -
 pcsc-tools/rel_1-0-4/create_distrib.sh   |   79 -
 pcsc-tools/rel_1-0-4/gscriptor           |  794 ----------
 pcsc-tools/rel_1-0-4/gscriptor.1p        |   45 -
 pcsc-tools/rel_1-0-4/pcsc_scan.1         |   64 -
 pcsc-tools/rel_1-0-4/pcsc_scan.c         |  196 ---
 pcsc-tools/rel_1-0-4/scriptor            |  116 --
 pcsc-tools/rel_1-0-4/scriptor.1p         |   79 -
 pcsc-tools/rel_1-0-4/test.script         |   25 -
 pcsc-tools/rel_1-0-7/gscriptor           |  787 ----------
 pcsc-tools/rel_1-0-7/scriptor            |  109 --
 pcsc-tools/rel_1-0-7/test.script         |   13 -
 pcsc-tools/rel_1_1_0/ATR_analysis        |  334 -----
 pcsc-tools/rel_1_1_0/ATR_analysis.1p     |   27 -
 pcsc-tools/rel_1_1_0/LICENCE             |  340 -----
 pcsc-tools/rel_1_1_0/MANIFEST            |   15 -
 pcsc-tools/rel_1_1_0/Makefile            |   36 -
 pcsc-tools/rel_1_1_0/README              |  115 --
 pcsc-tools/rel_1_1_0/TODO                |    6 -
 pcsc-tools/rel_1_1_0/create_distrib.sh   |   79 -
 pcsc-tools/rel_1_1_0/gscriptor           |  794 ----------
 pcsc-tools/rel_1_1_0/gscriptor.1p        |   45 -
 pcsc-tools/rel_1_1_0/pcsc_scan.1         |   78 -
 pcsc-tools/rel_1_1_0/pcsc_scan.c         |  307 ----
 pcsc-tools/rel_1_1_0/scriptor            |  116 --
 pcsc-tools/rel_1_1_0/scriptor.1p         |   79 -
 pcsc-tools/rel_1_1_0/test.script         |   25 -
 pcsc-tools/rel_1_2_0/ATR_analysis        |  411 ------
 pcsc-tools/rel_1_2_0/ATR_analysis.1p     |   27 -
 pcsc-tools/rel_1_2_0/LICENCE             |  340 -----
 pcsc-tools/rel_1_2_0/MANIFEST            |   16 -
 pcsc-tools/rel_1_2_0/Makefile            |   44 -
 pcsc-tools/rel_1_2_0/README              |  140 --
 pcsc-tools/rel_1_2_0/TODO                |    6 -
 pcsc-tools/rel_1_2_0/create_distrib.sh   |   79 -
 pcsc-tools/rel_1_2_0/gscriptor           |  794 ----------
 pcsc-tools/rel_1_2_0/gscriptor.1p        |   45 -
 pcsc-tools/rel_1_2_0/pcsc_scan.1         |   78 -
 pcsc-tools/rel_1_2_0/pcsc_scan.c         |  307 ----
 pcsc-tools/rel_1_2_0/scriptor            |  116 --
 pcsc-tools/rel_1_2_0/scriptor.1p         |   79 -
 pcsc-tools/rel_1_2_0/smartcard_list.txt  |  296 ----
 pcsc-tools/rel_1_2_0/test.script         |   25 -
 pcsc-tools/start/Makefile                |   19 -
 pcsc-tools/start/pcsc_scan.c             |  179 ---
 468 files changed, 112813 deletions(-)

commit 8fee9723ff97d8ffde907ec00071e9992db3133e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 10 15:40:06 2009 +0000

    cleanup
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4189 0ce88b0d-b2fd-0310-8134-9614164e65ea

 pcsc-tools/rel-1_2_1/ATR_analysis        |  411 ++++++
 pcsc-tools/rel-1_2_1/ATR_analysis.1p     |   47 +
 pcsc-tools/rel-1_2_1/LICENCE             |  340 +++++
 pcsc-tools/rel-1_2_1/MANIFEST            |   16 +
 pcsc-tools/rel-1_2_1/Makefile            |   44 +
 pcsc-tools/rel-1_2_1/README              |  144 ++
 pcsc-tools/rel-1_2_1/TODO                |    6 +
 pcsc-tools/rel-1_2_1/create_distrib.sh   |   79 +
 pcsc-tools/rel-1_2_1/gscriptor           |  794 ++++++++++
 pcsc-tools/rel-1_2_1/gscriptor.1p        |   45 +
 pcsc-tools/rel-1_2_1/pcsc_scan.1         |   78 +
 pcsc-tools/rel-1_2_1/pcsc_scan.c         |  307 ++++
 pcsc-tools/rel-1_2_1/scriptor            |  116 ++
 pcsc-tools/rel-1_2_1/scriptor.1p         |   79 +
 pcsc-tools/rel-1_2_1/smartcard_list.txt  |  345 +++++
 pcsc-tools/rel-1_2_1/test.script         |   25 +
 pcsc-tools/rel-1_2_2/ATR_analysis        |  412 ++++++
 pcsc-tools/rel-1_2_2/ATR_analysis.1p     |   47 +
 pcsc-tools/rel-1_2_2/LICENCE             |  340 +++++
 pcsc-tools/rel-1_2_2/MANIFEST            |   16 +
 pcsc-tools/rel-1_2_2/Makefile            |   45 +
 pcsc-tools/rel-1_2_2/README              |  151 ++
 pcsc-tools/rel-1_2_2/TODO                |    6 +
 pcsc-tools/rel-1_2_2/create_distrib.sh   |   87 ++
 pcsc-tools/rel-1_2_2/gscriptor           |  794 ++++++++++
 pcsc-tools/rel-1_2_2/gscriptor.1p        |   45 +
 pcsc-tools/rel-1_2_2/pcsc_scan.1         |   78 +
 pcsc-tools/rel-1_2_2/pcsc_scan.c         |  311 ++++
 pcsc-tools/rel-1_2_2/scriptor            |  116 ++
 pcsc-tools/rel-1_2_2/scriptor.1p         |   79 +
 pcsc-tools/rel-1_2_2/smartcard_list.txt  |  359 +++++
 pcsc-tools/rel-1_2_2/test.script         |   25 +
 pcsc-tools/rel-1_2_3/ATR_analysis        |  415 ++++++
 pcsc-tools/rel-1_2_3/ATR_analysis.1p     |   47 +
 pcsc-tools/rel-1_2_3/LICENCE             |  340 +++++
 pcsc-tools/rel-1_2_3/MANIFEST            |   16 +
 pcsc-tools/rel-1_2_3/Makefile            |   45 +
 pcsc-tools/rel-1_2_3/README              |  156 ++
 pcsc-tools/rel-1_2_3/TODO                |    6 +
 pcsc-tools/rel-1_2_3/create_distrib.sh   |   87 ++
 pcsc-tools/rel-1_2_3/gscriptor           |  794 ++++++++++
 pcsc-tools/rel-1_2_3/gscriptor.1p        |   45 +
 pcsc-tools/rel-1_2_3/pcsc_scan.1         |   78 +
 pcsc-tools/rel-1_2_3/pcsc_scan.c         |  311 ++++
 pcsc-tools/rel-1_2_3/scriptor            |  116 ++
 pcsc-tools/rel-1_2_3/scriptor.1p         |   79 +
 pcsc-tools/rel-1_2_3/smartcard_list.txt  |  448 ++++++
 pcsc-tools/rel-1_2_3/test.script         |   25 +
 pcsc-tools/rel-1_2_4/ATR_analysis        |  415 ++++++
 pcsc-tools/rel-1_2_4/ATR_analysis.1p     |   47 +
 pcsc-tools/rel-1_2_4/LICENCE             |  340 +++++
 pcsc-tools/rel-1_2_4/MANIFEST            |   16 +
 pcsc-tools/rel-1_2_4/Makefile            |   46 +
 pcsc-tools/rel-1_2_4/README              |  160 ++
 pcsc-tools/rel-1_2_4/TODO                |    6 +
 pcsc-tools/rel-1_2_4/create_distrib.sh   |   87 ++
 pcsc-tools/rel-1_2_4/gscriptor           |  794 ++++++++++
 pcsc-tools/rel-1_2_4/gscriptor.1p        |   45 +
 pcsc-tools/rel-1_2_4/pcsc_scan.1         |   78 +
 pcsc-tools/rel-1_2_4/pcsc_scan.c         |  311 ++++
 pcsc-tools/rel-1_2_4/scriptor            |  116 ++
 pcsc-tools/rel-1_2_4/scriptor.1p         |   79 +
 pcsc-tools/rel-1_2_4/smartcard_list.txt  |  496 +++++++
 pcsc-tools/rel-1_2_4/test.script         |   25 +
 pcsc-tools/rel-1_2_5/ATR_analysis        |  415 ++++++
 pcsc-tools/rel-1_2_5/ATR_analysis.1p     |   47 +
 pcsc-tools/rel-1_2_5/LICENCE             |  340 +++++
 pcsc-tools/rel-1_2_5/MANIFEST            |   16 +
 pcsc-tools/rel-1_2_5/Makefile            |   46 +
 pcsc-tools/rel-1_2_5/README              |  165 +++
 pcsc-tools/rel-1_2_5/TODO                |    6 +
 pcsc-tools/rel-1_2_5/create_distrib.sh   |   87 ++
 pcsc-tools/rel-1_2_5/gscriptor           |  731 ++++++++++
 pcsc-tools/rel-1_2_5/gscriptor.1p        |   45 +
 pcsc-tools/rel-1_2_5/pcsc_scan.1         |   78 +
 pcsc-tools/rel-1_2_5/pcsc_scan.c         |  280 ++++
 pcsc-tools/rel-1_2_5/scriptor            |  108 ++
 pcsc-tools/rel-1_2_5/scriptor.1p         |   79 +
 pcsc-tools/rel-1_2_5/smartcard_list.txt  |  587 ++++++++
 pcsc-tools/rel-1_2_5/test.script         |   25 +
 pcsc-tools/rel-1_3_0/ATR_analysis        |  415 ++++++
 pcsc-tools/rel-1_3_0/ATR_analysis.1p     |   47 +
 pcsc-tools/rel-1_3_0/LICENCE             |  340 +++++
 pcsc-tools/rel-1_3_0/MANIFEST            |   16 +
 pcsc-tools/rel-1_3_0/Makefile            |   46 +
 pcsc-tools/rel-1_3_0/README              |  170 +++
 pcsc-tools/rel-1_3_0/TODO                |    6 +
 pcsc-tools/rel-1_3_0/create_distrib.sh   |   87 ++
 pcsc-tools/rel-1_3_0/gscriptor           |  731 ++++++++++
 pcsc-tools/rel-1_3_0/gscriptor.1p        |   45 +
 pcsc-tools/rel-1_3_0/pcsc_scan.1         |   78 +
 pcsc-tools/rel-1_3_0/pcsc_scan.c         |  294 ++++
 pcsc-tools/rel-1_3_0/scriptor            |  108 ++
 pcsc-tools/rel-1_3_0/scriptor.1p         |   79 +
 pcsc-tools/rel-1_3_0/smartcard_list.txt  |  599 ++++++++
 pcsc-tools/rel-1_3_0/test.script         |   25 +
 pcsc-tools/rel-1_3_1/ATR_analysis        |  424 ++++++
 pcsc-tools/rel-1_3_1/ATR_analysis.1p     |   47 +
 pcsc-tools/rel-1_3_1/LICENCE             |  340 +++++
 pcsc-tools/rel-1_3_1/MANIFEST            |   16 +
 pcsc-tools/rel-1_3_1/Makefile            |   46 +
 pcsc-tools/rel-1_3_1/README              |  178 +++
 pcsc-tools/rel-1_3_1/TODO                |    6 +
 pcsc-tools/rel-1_3_1/create_distrib.sh   |   87 ++
 pcsc-tools/rel-1_3_1/gscriptor           |  731 ++++++++++
 pcsc-tools/rel-1_3_1/gscriptor.1p        |   45 +
 pcsc-tools/rel-1_3_1/pcsc_scan.1         |   78 +
 pcsc-tools/rel-1_3_1/pcsc_scan.c         |  294 ++++
 pcsc-tools/rel-1_3_1/scriptor            |  130 ++
 pcsc-tools/rel-1_3_1/scriptor.1p         |   86 ++
 pcsc-tools/rel-1_3_1/smartcard_list.txt  |  674 +++++++++
 pcsc-tools/rel-1_3_1/test.script         |   25 +
 pcsc-tools/rel-1_3_2/ATR_analysis        |  424 ++++++
 pcsc-tools/rel-1_3_2/ATR_analysis.1p     |   47 +
 pcsc-tools/rel-1_3_2/LICENCE             |  340 +++++
 pcsc-tools/rel-1_3_2/MANIFEST            |   16 +
 pcsc-tools/rel-1_3_2/Makefile            |   46 +
 pcsc-tools/rel-1_3_2/README              |  188 +++
 pcsc-tools/rel-1_3_2/TODO                |    6 +
 pcsc-tools/rel-1_3_2/create_distrib.sh   |   87 ++
 pcsc-tools/rel-1_3_2/gscriptor           |  731 ++++++++++
 pcsc-tools/rel-1_3_2/gscriptor.1p        |   45 +
 pcsc-tools/rel-1_3_2/pcsc_scan.1         |   78 +
 pcsc-tools/rel-1_3_2/pcsc_scan.c         |  294 ++++
 pcsc-tools/rel-1_3_2/scriptor            |  145 ++
 pcsc-tools/rel-1_3_2/scriptor.1p         |   86 ++
 pcsc-tools/rel-1_3_2/smartcard_list.txt  |  722 +++++++++
 pcsc-tools/rel-1_3_2/test.script         |   25 +
 pcsc-tools/rel-1_3_4/ATR_analysis        |  424 ++++++
 pcsc-tools/rel-1_3_4/ATR_analysis.1p     |   47 +
 pcsc-tools/rel-1_3_4/LICENCE             |  340 +++++
 pcsc-tools/rel-1_3_4/MANIFEST            |   16 +
 pcsc-tools/rel-1_3_4/Makefile            |   49 +
 pcsc-tools/rel-1_3_4/README              |  202 +++
 pcsc-tools/rel-1_3_4/TODO                |    6 +
 pcsc-tools/rel-1_3_4/create_distrib.sh   |   87 ++
 pcsc-tools/rel-1_3_4/gscriptor           |  731 ++++++++++
 pcsc-tools/rel-1_3_4/gscriptor.1p        |   45 +
 pcsc-tools/rel-1_3_4/pcsc_scan.1         |   78 +
 pcsc-tools/rel-1_3_4/pcsc_scan.c         |  335 +++++
 pcsc-tools/rel-1_3_4/scriptor            |  145 ++
 pcsc-tools/rel-1_3_4/scriptor.1p         |   86 ++
 pcsc-tools/rel-1_3_4/smartcard_list.txt  |  783 ++++++++++
 pcsc-tools/rel-1_3_4/test.script         |   25 +
 pcsc-tools/rel-1_4_0/ATR_analysis        |  424 ++++++
 pcsc-tools/rel-1_4_0/ATR_analysis.1p     |   47 +
 pcsc-tools/rel-1_4_0/LICENCE             |  340 +++++
 pcsc-tools/rel-1_4_0/MANIFEST            |   17 +
 pcsc-tools/rel-1_4_0/Makefile            |   49 +
 pcsc-tools/rel-1_4_0/README              |  207 +++
 pcsc-tools/rel-1_4_0/TODO                |    6 +
 pcsc-tools/rel-1_4_0/create_distrib.sh   |   87 ++
 pcsc-tools/rel-1_4_0/gscriptor           |  847 +++++++++++
 pcsc-tools/rel-1_4_0/gscriptor.1p        |   45 +
 pcsc-tools/rel-1_4_0/gscriptor.gtk1.2    |  734 ++++++++++
 pcsc-tools/rel-1_4_0/pcsc_scan.1         |   78 +
 pcsc-tools/rel-1_4_0/pcsc_scan.c         |  335 +++++
 pcsc-tools/rel-1_4_0/scriptor            |  150 ++
 pcsc-tools/rel-1_4_0/scriptor.1p         |   86 ++
 pcsc-tools/rel-1_4_0/smartcard_list.txt  |  822 +++++++++++
 pcsc-tools/rel-1_4_0/test.script         |   25 +
 pcsc-tools/rel-1_4_1/ATR_analysis        |  423 ++++++
 pcsc-tools/rel-1_4_1/ATR_analysis.1p     |   47 +
 pcsc-tools/rel-1_4_1/LICENCE             |  340 +++++
 pcsc-tools/rel-1_4_1/MANIFEST            |   17 +
 pcsc-tools/rel-1_4_1/Makefile            |   49 +
 pcsc-tools/rel-1_4_1/README              |  216 +++
 pcsc-tools/rel-1_4_1/TODO                |    6 +
 pcsc-tools/rel-1_4_1/create_distrib.sh   |   87 ++
 pcsc-tools/rel-1_4_1/gscriptor           |  853 +++++++++++
 pcsc-tools/rel-1_4_1/gscriptor.1p        |   45 +
 pcsc-tools/rel-1_4_1/gscriptor.gtk1.2    |  734 ++++++++++
 pcsc-tools/rel-1_4_1/pcsc_scan.1         |   78 +
 pcsc-tools/rel-1_4_1/pcsc_scan.c         |  335 +++++
 pcsc-tools/rel-1_4_1/scriptor            |  150 ++
 pcsc-tools/rel-1_4_1/scriptor.1p         |   86 ++
 pcsc-tools/rel-1_4_1/smartcard_list.txt  |  969 +++++++++++++
 pcsc-tools/rel-1_4_1/test.script         |   25 +
 pcsc-tools/rel-1_4_11/ATR_analysis       |  829 +++++++++++
 pcsc-tools/rel-1_4_11/ATR_analysis.1p    |   46 +
 pcsc-tools/rel-1_4_11/LICENCE            |  340 +++++
 pcsc-tools/rel-1_4_11/MANIFEST           |   18 +
 pcsc-tools/rel-1_4_11/Makefile           |   49 +
 pcsc-tools/rel-1_4_11/README             |  298 ++++
 pcsc-tools/rel-1_4_11/TODO               |    6 +
 pcsc-tools/rel-1_4_11/create_distrib.sh  |   90 ++
 pcsc-tools/rel-1_4_11/gscriptor          |  894 ++++++++++++
 pcsc-tools/rel-1_4_11/gscriptor.1p       |   45 +
 pcsc-tools/rel-1_4_11/gscriptor.desktop  |    7 +
 pcsc-tools/rel-1_4_11/gscriptor.gtk1.2   |  734 ++++++++++
 pcsc-tools/rel-1_4_11/pcsc_scan.1        |   78 +
 pcsc-tools/rel-1_4_11/pcsc_scan.c        |  384 +++++
 pcsc-tools/rel-1_4_11/scriptor           |  171 +++
 pcsc-tools/rel-1_4_11/scriptor.1p        |   86 ++
 pcsc-tools/rel-1_4_11/smartcard_list.txt | 1871 ++++++++++++++++++++++++
 pcsc-tools/rel-1_4_11/test.script        |   25 +
 pcsc-tools/rel-1_4_12/ATR_analysis       |  829 +++++++++++
 pcsc-tools/rel-1_4_12/ATR_analysis.1p    |   46 +
 pcsc-tools/rel-1_4_12/LICENCE            |  340 +++++
 pcsc-tools/rel-1_4_12/MANIFEST           |   18 +
 pcsc-tools/rel-1_4_12/Makefile           |   49 +
 pcsc-tools/rel-1_4_12/README             |  302 ++++
 pcsc-tools/rel-1_4_12/TODO               |    6 +
 pcsc-tools/rel-1_4_12/create_distrib.sh  |   90 ++
 pcsc-tools/rel-1_4_12/gscriptor          |  894 ++++++++++++
 pcsc-tools/rel-1_4_12/gscriptor.1p       |   45 +
 pcsc-tools/rel-1_4_12/gscriptor.desktop  |    7 +
 pcsc-tools/rel-1_4_12/gscriptor.gtk1.2   |  734 ++++++++++
 pcsc-tools/rel-1_4_12/pcsc_scan.1        |   78 +
 pcsc-tools/rel-1_4_12/pcsc_scan.c        |  389 +++++
 pcsc-tools/rel-1_4_12/scriptor           |  171 +++
 pcsc-tools/rel-1_4_12/scriptor.1p        |   86 ++
 pcsc-tools/rel-1_4_12/smartcard_list.txt | 1924 ++++++++++++++++++++++++
 pcsc-tools/rel-1_4_12/test.script        |   25 +
 pcsc-tools/rel-1_4_13/ATR_analysis       |  829 +++++++++++
 pcsc-tools/rel-1_4_13/ATR_analysis.1p    |   46 +
 pcsc-tools/rel-1_4_13/LICENCE            |  340 +++++
 pcsc-tools/rel-1_4_13/MANIFEST           |   18 +
 pcsc-tools/rel-1_4_13/Makefile           |   49 +
 pcsc-tools/rel-1_4_13/README             |  306 ++++
 pcsc-tools/rel-1_4_13/TODO               |    6 +
 pcsc-tools/rel-1_4_13/create_distrib.sh  |   90 ++
 pcsc-tools/rel-1_4_13/gscriptor          |  894 ++++++++++++
 pcsc-tools/rel-1_4_13/gscriptor.1p       |   45 +
 pcsc-tools/rel-1_4_13/gscriptor.desktop  |    7 +
 pcsc-tools/rel-1_4_13/gscriptor.gtk1.2   |  734 ++++++++++
 pcsc-tools/rel-1_4_13/pcsc_scan.1        |   78 +
 pcsc-tools/rel-1_4_13/pcsc_scan.c        |  390 +++++
 pcsc-tools/rel-1_4_13/scriptor           |  171 +++
 pcsc-tools/rel-1_4_13/scriptor.1p        |   86 ++
 pcsc-tools/rel-1_4_13/smartcard_list.txt | 2027 ++++++++++++++++++++++++++
 pcsc-tools/rel-1_4_13/test.script        |   25 +
 pcsc-tools/rel-1_4_14/ATR_analysis       |  830 +++++++++++
 pcsc-tools/rel-1_4_14/ATR_analysis.1p    |   46 +
 pcsc-tools/rel-1_4_14/LICENCE            |  340 +++++
 pcsc-tools/rel-1_4_14/MANIFEST           |   18 +
 pcsc-tools/rel-1_4_14/Makefile           |   49 +
 pcsc-tools/rel-1_4_14/README             |  314 ++++
 pcsc-tools/rel-1_4_14/TODO               |    6 +
 pcsc-tools/rel-1_4_14/create_distrib.sh  |   90 ++
 pcsc-tools/rel-1_4_14/gscriptor          |  894 ++++++++++++
 pcsc-tools/rel-1_4_14/gscriptor.1p       |   45 +
 pcsc-tools/rel-1_4_14/gscriptor.desktop  |    7 +
 pcsc-tools/rel-1_4_14/gscriptor.gtk1.2   |  734 ++++++++++
 pcsc-tools/rel-1_4_14/pcsc_scan.1        |   78 +
 pcsc-tools/rel-1_4_14/pcsc_scan.c        |  390 +++++
 pcsc-tools/rel-1_4_14/scriptor           |  171 +++
 pcsc-tools/rel-1_4_14/scriptor.1p        |   86 ++
 pcsc-tools/rel-1_4_14/smartcard_list.txt | 2097 +++++++++++++++++++++++++++
 pcsc-tools/rel-1_4_14/test.script        |   25 +
 pcsc-tools/rel-1_4_15/ATR_analysis       |  844 +++++++++++
 pcsc-tools/rel-1_4_15/ATR_analysis.1p    |   46 +
 pcsc-tools/rel-1_4_15/LICENCE            |  340 +++++
 pcsc-tools/rel-1_4_15/MANIFEST           |   18 +
 pcsc-tools/rel-1_4_15/Makefile           |   49 +
 pcsc-tools/rel-1_4_15/README             |  324 +++++
 pcsc-tools/rel-1_4_15/TODO               |    6 +
 pcsc-tools/rel-1_4_15/create_distrib.sh  |   90 ++
 pcsc-tools/rel-1_4_15/gscriptor          |  894 ++++++++++++
 pcsc-tools/rel-1_4_15/gscriptor.1p       |   45 +
 pcsc-tools/rel-1_4_15/gscriptor.desktop  |    7 +
 pcsc-tools/rel-1_4_15/gscriptor.gtk1.2   |  734 ++++++++++
 pcsc-tools/rel-1_4_15/pcsc_scan.1        |   78 +
 pcsc-tools/rel-1_4_15/pcsc_scan.c        |  424 ++++++
 pcsc-tools/rel-1_4_15/scriptor           |  171 +++
 pcsc-tools/rel-1_4_15/scriptor.1p        |   86 ++
 pcsc-tools/rel-1_4_15/smartcard_list.txt | 2338 ++++++++++++++++++++++++++++++
 pcsc-tools/rel-1_4_15/test.script        |   25 +
 pcsc-tools/rel-1_4_2/ATR_analysis        |  423 ++++++
 pcsc-tools/rel-1_4_2/ATR_analysis.1p     |   46 +
 pcsc-tools/rel-1_4_2/LICENCE             |  340 +++++
 pcsc-tools/rel-1_4_2/MANIFEST            |   18 +
 pcsc-tools/rel-1_4_2/Makefile            |   49 +
 pcsc-tools/rel-1_4_2/README              |  222 +++
 pcsc-tools/rel-1_4_2/TODO                |    6 +
 pcsc-tools/rel-1_4_2/create_distrib.sh   |   87 ++
 pcsc-tools/rel-1_4_2/gscriptor           |  853 +++++++++++
 pcsc-tools/rel-1_4_2/gscriptor.1p        |   45 +
 pcsc-tools/rel-1_4_2/gscriptor.desktop   |    8 +
 pcsc-tools/rel-1_4_2/gscriptor.gtk1.2    |  734 ++++++++++
 pcsc-tools/rel-1_4_2/pcsc_scan.1         |   78 +
 pcsc-tools/rel-1_4_2/pcsc_scan.c         |  367 +++++
 pcsc-tools/rel-1_4_2/scriptor            |  150 ++
 pcsc-tools/rel-1_4_2/scriptor.1p         |   86 ++
 pcsc-tools/rel-1_4_2/smartcard_list.txt  | 1166 +++++++++++++++
 pcsc-tools/rel-1_4_2/test.script         |   25 +
 pcsc-tools/rel-1_4_3/ATR_analysis        |  423 ++++++
 pcsc-tools/rel-1_4_3/ATR_analysis.1p     |   46 +
 pcsc-tools/rel-1_4_3/LICENCE             |  340 +++++
 pcsc-tools/rel-1_4_3/MANIFEST            |   18 +
 pcsc-tools/rel-1_4_3/Makefile            |   49 +
 pcsc-tools/rel-1_4_3/README              |  228 +++
 pcsc-tools/rel-1_4_3/TODO                |    6 +
 pcsc-tools/rel-1_4_3/create_distrib.sh   |   87 ++
 pcsc-tools/rel-1_4_3/gscriptor           |  853 +++++++++++
 pcsc-tools/rel-1_4_3/gscriptor.1p        |   45 +
 pcsc-tools/rel-1_4_3/gscriptor.desktop   |    8 +
 pcsc-tools/rel-1_4_3/gscriptor.gtk1.2    |  734 ++++++++++
 pcsc-tools/rel-1_4_3/pcsc_scan.1         |   78 +
 pcsc-tools/rel-1_4_3/pcsc_scan.c         |  377 +++++
 pcsc-tools/rel-1_4_3/scriptor            |  150 ++
 pcsc-tools/rel-1_4_3/scriptor.1p         |   86 ++
 pcsc-tools/rel-1_4_3/smartcard_list.txt  | 1166 +++++++++++++++
 pcsc-tools/rel-1_4_3/test.script         |   25 +
 pcsc-tools/rel-1_4_5/ATR_analysis        |  804 ++++++++++
 pcsc-tools/rel-1_4_5/ATR_analysis.1p     |   46 +
 pcsc-tools/rel-1_4_5/LICENCE             |  340 +++++
 pcsc-tools/rel-1_4_5/MANIFEST            |   18 +
 pcsc-tools/rel-1_4_5/Makefile            |   49 +
 pcsc-tools/rel-1_4_5/README              |  255 ++++
 pcsc-tools/rel-1_4_5/TODO                |    6 +
 pcsc-tools/rel-1_4_5/create_distrib.sh   |   87 ++
 pcsc-tools/rel-1_4_5/gscriptor           |  867 +++++++++++
 pcsc-tools/rel-1_4_5/gscriptor.1p        |   45 +
 pcsc-tools/rel-1_4_5/gscriptor.desktop   |    8 +
 pcsc-tools/rel-1_4_5/gscriptor.gtk1.2    |  734 ++++++++++
 pcsc-tools/rel-1_4_5/pcsc_scan.1         |   78 +
 pcsc-tools/rel-1_4_5/pcsc_scan.c         |  377 +++++
 pcsc-tools/rel-1_4_5/scriptor            |  150 ++
 pcsc-tools/rel-1_4_5/scriptor.1p         |   86 ++
 pcsc-tools/rel-1_4_5/smartcard_list.txt  | 1213 ++++++++++++++++
 pcsc-tools/rel-1_4_5/test.script         |   25 +
 pcsc-tools/rel-1_4_6/ATR_analysis        |  804 ++++++++++
 pcsc-tools/rel-1_4_6/ATR_analysis.1p     |   46 +
 pcsc-tools/rel-1_4_6/LICENCE             |  340 +++++
 pcsc-tools/rel-1_4_6/MANIFEST            |   18 +
 pcsc-tools/rel-1_4_6/Makefile            |   49 +
 pcsc-tools/rel-1_4_6/README              |  261 ++++
 pcsc-tools/rel-1_4_6/TODO                |    6 +
 pcsc-tools/rel-1_4_6/create_distrib.sh   |   87 ++
 pcsc-tools/rel-1_4_6/gscriptor           |  893 ++++++++++++
 pcsc-tools/rel-1_4_6/gscriptor.1p        |   45 +
 pcsc-tools/rel-1_4_6/gscriptor.desktop   |    8 +
 pcsc-tools/rel-1_4_6/gscriptor.gtk1.2    |  734 ++++++++++
 pcsc-tools/rel-1_4_6/pcsc_scan.1         |   78 +
 pcsc-tools/rel-1_4_6/pcsc_scan.c         |  377 +++++
 pcsc-tools/rel-1_4_6/scriptor            |  167 +++
 pcsc-tools/rel-1_4_6/scriptor.1p         |   86 ++
 pcsc-tools/rel-1_4_6/smartcard_list.txt  | 1300 +++++++++++++++++
 pcsc-tools/rel-1_4_6/test.script         |   25 +
 pcsc-tools/rel-1_4_7/ATR_analysis        |  804 ++++++++++
 pcsc-tools/rel-1_4_7/ATR_analysis.1p     |   46 +
 pcsc-tools/rel-1_4_7/LICENCE             |  340 +++++
 pcsc-tools/rel-1_4_7/MANIFEST            |   18 +
 pcsc-tools/rel-1_4_7/Makefile            |   49 +
 pcsc-tools/rel-1_4_7/README              |  267 ++++
 pcsc-tools/rel-1_4_7/TODO                |    6 +
 pcsc-tools/rel-1_4_7/create_distrib.sh   |   87 ++
 pcsc-tools/rel-1_4_7/gscriptor           |  893 ++++++++++++
 pcsc-tools/rel-1_4_7/gscriptor.1p        |   45 +
 pcsc-tools/rel-1_4_7/gscriptor.desktop   |    8 +
 pcsc-tools/rel-1_4_7/gscriptor.gtk1.2    |  734 ++++++++++
 pcsc-tools/rel-1_4_7/pcsc_scan.1         |   78 +
 pcsc-tools/rel-1_4_7/pcsc_scan.c         |  383 +++++
 pcsc-tools/rel-1_4_7/scriptor            |  167 +++
 pcsc-tools/rel-1_4_7/scriptor.1p         |   86 ++
 pcsc-tools/rel-1_4_7/smartcard_list.txt  | 1333 +++++++++++++++++
 pcsc-tools/rel-1_4_7/test.script         |   25 +
 pcsc-tools/rel-1_4_9/ATR_analysis        |  826 +++++++++++
 pcsc-tools/rel-1_4_9/ATR_analysis.1p     |   46 +
 pcsc-tools/rel-1_4_9/LICENCE             |  340 +++++
 pcsc-tools/rel-1_4_9/MANIFEST            |   18 +
 pcsc-tools/rel-1_4_9/Makefile            |   49 +
 pcsc-tools/rel-1_4_9/README              |  287 ++++
 pcsc-tools/rel-1_4_9/TODO                |    6 +
 pcsc-tools/rel-1_4_9/create_distrib.sh   |   87 ++
 pcsc-tools/rel-1_4_9/gscriptor           |  893 ++++++++++++
 pcsc-tools/rel-1_4_9/gscriptor.1p        |   45 +
 pcsc-tools/rel-1_4_9/gscriptor.desktop   |    8 +
 pcsc-tools/rel-1_4_9/gscriptor.gtk1.2    |  734 ++++++++++
 pcsc-tools/rel-1_4_9/pcsc_scan.1         |   78 +
 pcsc-tools/rel-1_4_9/pcsc_scan.c         |  384 +++++
 pcsc-tools/rel-1_4_9/scriptor            |  171 +++
 pcsc-tools/rel-1_4_9/scriptor.1p         |   86 ++
 pcsc-tools/rel-1_4_9/smartcard_list.txt  | 1609 ++++++++++++++++++++
 pcsc-tools/rel-1_4_9/test.script         |   25 +
 pcsc-tools/rel_1-0-0/Makefile            |   20 +
 pcsc-tools/rel_1-0-0/README              |   37 +
 pcsc-tools/rel_1-0-0/TODO                |    8 +
 pcsc-tools/rel_1-0-0/create_distrib.sh   |   33 +
 pcsc-tools/rel_1-0-0/gscriptor           |  791 ++++++++++
 pcsc-tools/rel_1-0-0/pcsc_scan.c         |  182 +++
 pcsc-tools/rel_1-0-0/scriptor            |  113 ++
 pcsc-tools/rel_1-0-0/test.script         |   13 +
 pcsc-tools/rel_1-0-1/MANIFEST            |   10 +
 pcsc-tools/rel_1-0-1/Makefile            |   20 +
 pcsc-tools/rel_1-0-1/README              |   37 +
 pcsc-tools/rel_1-0-1/TODO                |    8 +
 pcsc-tools/rel_1-0-1/create_distrib.sh   |   79 +
 pcsc-tools/rel_1-0-1/gscriptor           |  791 ++++++++++
 pcsc-tools/rel_1-0-1/pcsc_scan.c         |  182 +++
 pcsc-tools/rel_1-0-1/scriptor            |  113 ++
 pcsc-tools/rel_1-0-1/test.script         |   13 +
 pcsc-tools/rel_1-0-2/LICENCE             |  340 +++++
 pcsc-tools/rel_1-0-2/MANIFEST            |   13 +
 pcsc-tools/rel_1-0-2/Makefile            |   20 +
 pcsc-tools/rel_1-0-2/README              |   39 +
 pcsc-tools/rel_1-0-2/TODO                |    7 +
 pcsc-tools/rel_1-0-2/create_distrib.sh   |   79 +
 pcsc-tools/rel_1-0-2/gscriptor           |  791 ++++++++++
 pcsc-tools/rel_1-0-2/gscriptor.1p        |   45 +
 pcsc-tools/rel_1-0-2/pcsc_scan.1         |   64 +
 pcsc-tools/rel_1-0-2/pcsc_scan.c         |  186 +++
 pcsc-tools/rel_1-0-2/scriptor            |  113 ++
 pcsc-tools/rel_1-0-2/scriptor.1p         |   79 +
 pcsc-tools/rel_1-0-2/test.script         |   25 +
 pcsc-tools/rel_1-0-3/LICENCE             |  340 +++++
 pcsc-tools/rel_1-0-3/MANIFEST            |   13 +
 pcsc-tools/rel_1-0-3/Makefile            |   35 +
 pcsc-tools/rel_1-0-3/README              |   50 +
 pcsc-tools/rel_1-0-3/TODO                |    7 +
 pcsc-tools/rel_1-0-3/create_distrib.sh   |   79 +
 pcsc-tools/rel_1-0-3/gscriptor           |  791 ++++++++++
 pcsc-tools/rel_1-0-3/gscriptor.1p        |   45 +
 pcsc-tools/rel_1-0-3/pcsc_scan.1         |   64 +
 pcsc-tools/rel_1-0-3/pcsc_scan.c         |  196 +++
 pcsc-tools/rel_1-0-3/scriptor            |  113 ++
 pcsc-tools/rel_1-0-3/scriptor.1p         |   79 +
 pcsc-tools/rel_1-0-3/test.script         |   25 +
 pcsc-tools/rel_1-0-4/LICENCE             |  340 +++++
 pcsc-tools/rel_1-0-4/MANIFEST            |   13 +
 pcsc-tools/rel_1-0-4/Makefile            |   35 +
 pcsc-tools/rel_1-0-4/README              |  106 ++
 pcsc-tools/rel_1-0-4/TODO                |    6 +
 pcsc-tools/rel_1-0-4/create_distrib.sh   |   79 +
 pcsc-tools/rel_1-0-4/gscriptor           |  794 ++++++++++
 pcsc-tools/rel_1-0-4/gscriptor.1p        |   45 +
 pcsc-tools/rel_1-0-4/pcsc_scan.1         |   64 +
 pcsc-tools/rel_1-0-4/pcsc_scan.c         |  196 +++
 pcsc-tools/rel_1-0-4/scriptor            |  116 ++
 pcsc-tools/rel_1-0-4/scriptor.1p         |   79 +
 pcsc-tools/rel_1-0-4/test.script         |   25 +
 pcsc-tools/rel_1-0-7/gscriptor           |  787 ++++++++++
 pcsc-tools/rel_1-0-7/scriptor            |  109 ++
 pcsc-tools/rel_1-0-7/test.script         |   13 +
 pcsc-tools/rel_1_1_0/ATR_analysis        |  334 +++++
 pcsc-tools/rel_1_1_0/ATR_analysis.1p     |   27 +
 pcsc-tools/rel_1_1_0/LICENCE             |  340 +++++
 pcsc-tools/rel_1_1_0/MANIFEST            |   15 +
 pcsc-tools/rel_1_1_0/Makefile            |   36 +
 pcsc-tools/rel_1_1_0/README              |  115 ++
 pcsc-tools/rel_1_1_0/TODO                |    6 +
 pcsc-tools/rel_1_1_0/create_distrib.sh   |   79 +
 pcsc-tools/rel_1_1_0/gscriptor           |  794 ++++++++++
 pcsc-tools/rel_1_1_0/gscriptor.1p        |   45 +
 pcsc-tools/rel_1_1_0/pcsc_scan.1         |   78 +
 pcsc-tools/rel_1_1_0/pcsc_scan.c         |  307 ++++
 pcsc-tools/rel_1_1_0/scriptor            |  116 ++
 pcsc-tools/rel_1_1_0/scriptor.1p         |   79 +
 pcsc-tools/rel_1_1_0/test.script         |   25 +
 pcsc-tools/rel_1_2_0/ATR_analysis        |  411 ++++++
 pcsc-tools/rel_1_2_0/ATR_analysis.1p     |   27 +
 pcsc-tools/rel_1_2_0/LICENCE             |  340 +++++
 pcsc-tools/rel_1_2_0/MANIFEST            |   16 +
 pcsc-tools/rel_1_2_0/Makefile            |   44 +
 pcsc-tools/rel_1_2_0/README              |  140 ++
 pcsc-tools/rel_1_2_0/TODO                |    6 +
 pcsc-tools/rel_1_2_0/create_distrib.sh   |   79 +
 pcsc-tools/rel_1_2_0/gscriptor           |  794 ++++++++++
 pcsc-tools/rel_1_2_0/gscriptor.1p        |   45 +
 pcsc-tools/rel_1_2_0/pcsc_scan.1         |   78 +
 pcsc-tools/rel_1_2_0/pcsc_scan.c         |  307 ++++
 pcsc-tools/rel_1_2_0/scriptor            |  116 ++
 pcsc-tools/rel_1_2_0/scriptor.1p         |   79 +
 pcsc-tools/rel_1_2_0/smartcard_list.txt  |  296 ++++
 pcsc-tools/rel_1_2_0/test.script         |   25 +
 pcsc-tools/start/Makefile                |   19 +
 pcsc-tools/start/pcsc_scan.c             |  179 +++
 468 files changed, 112813 insertions(+)

commit 1fb2d01588c78528ede732e0f6b1b3aef9664e5a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 10 14:57:47 2009 +0000

    svn propset svn:keywords Id
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4188 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis       | 2 +-
 trunk/Makefile           | 2 +-
 trunk/README             | 2 +-
 trunk/create_distrib.sh  | 2 +-
 trunk/gscriptor          | 2 +-
 trunk/gscriptor.gtk1.2   | 2 +-
 trunk/pcsc_scan.c        | 2 +-
 trunk/scriptor           | 2 +-
 trunk/smartcard_list.txt | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

commit d46c90949fcd372b9cea8e5ebacffbde468bc54f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed May 6 12:48:55 2009 +0000

    4 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4187 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

commit ba83884fab58068d6bb7d72bd56b6c85278fec20
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Apr 29 12:59:55 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4186 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 69528ee9403c03f63cedb032c1088c557011efd5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Apr 23 06:51:13 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4185 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 07b492f0bbe733fd61796f5507fa67a62edfe9e0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Apr 19 13:55:08 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4184 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 3092263c88681b25a4199a28182868899c229d28
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 17 15:25:30 2009 +0000

    update card description
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4183 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 442482f63b6503cfa0dadeb6f8a2182a8b97a28e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 17 09:01:43 2009 +0000

    reorder
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4182 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 316 +++++++++++++++++++++++------------------------
 1 file changed, 156 insertions(+), 160 deletions(-)

commit b8a17101dc2e821b526f23c19a07d88173aa82fd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 17 07:58:18 2009 +0000

    reorder
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4181 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit 4ccc10a640f8cac9fb469f6e627128222d295455
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 17 07:57:31 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4180 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 165ab8fad08f02c3e723e32ffc8343d75fd2ca56
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 11 16:30:12 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4179 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit e614c1138dcd69890ca633ad37fa67acfa6e2d52
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Apr 8 07:08:38 2009 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4178 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit 979aa9b77906ec4f42f89525bf9b90897c1d89df
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 4 15:59:56 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4177 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit e9f9e11e16642f00016e1941e284d924ebf73437
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 4 11:23:51 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4176 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 1a9d6df7bedd72f6b059dc7e74542422e7abe4b6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Apr 2 15:54:32 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4175 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 2ac4f0dc91e823bd8b2d1923947c820b7e1120b1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 31 20:31:26 2009 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4174 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

commit 769c98003ab1cd2e1d5b475f591d19e12169f818
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 25 20:04:25 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4173 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit af266a40c739d7bee8b33cdebf4df06c61233124
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Mar 20 14:04:23 2009 +0000

    use immediate evaluation ":=" instead of deferred evaluation "="
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4172 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/Makefile | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

commit 57b8fc097468bd239d69602a81a4b436b9a7fbe1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 14 12:26:36 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4171 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit e7c6fc261d9d59e07207be122e63f8407c6d976b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 11 12:58:15 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4170 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit ad741a9f975365392fbabd49dba0b16ef96ffdea
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 10 19:41:07 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4169 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

commit c3d13dd25f2b55c76535f1f17d75201ca950d04f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 7 10:48:15 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4168 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit b05df7b9157eab7671d31eae35ff653380143863
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Feb 28 15:28:45 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4167 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit e1ac5f66fa72f4a62b4845c41c637fe55d40c8d2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Feb 18 13:10:30 2009 +0000

    merge 2 ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4166 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

commit 7e10c8b5c7fc7414ebeb8a9abbc511db7a7baf56
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Feb 17 19:36:46 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4165 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 06d8919d9cb1ef7e12c079072d87292a65cb7280
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Feb 11 19:05:32 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4164 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

commit 4ce104646c09e46a96790701f92fb13ea516c15e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Feb 11 15:56:25 2009 +0000

    update copyright to 2009
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4163 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 2d3815a7265e4889cdf270c41af7f6d89e7775ea
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Feb 11 15:55:15 2009 +0000

    4 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4162 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

commit 4a4528f2d2e4e7753d128553391f7fd3728e697e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Feb 6 16:36:30 2009 +0000

    4 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4161 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README             |  4 ++--
 trunk/smartcard_list.txt | 14 +++++++++++++-
 2 files changed, 15 insertions(+), 3 deletions(-)

commit 24ab5dfc48d219c34fffad6c2385753095ecfef6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Feb 3 17:19:17 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4160 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit d21686e9209c9eb25bc8a1d5a7287fcdee0d0e81
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jan 30 19:49:55 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4159 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit db6ebbd62dff4ccd4fa1432e02804189b43413bf
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jan 29 06:38:21 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4158 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 5ffda4eb42e9e2a471a04d33cefe413e621c5812
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 27 21:31:23 2009 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4157 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit 56f34a9126b3faa93a35847e009727aaa8f22fd9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jan 25 19:53:36 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4156 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 123deba0ef0c222f1bebbd8f062e277bfd1b0a7c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 24 13:49:29 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4155 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 61a6a056c162a137d199e522c8ed8ea8a65dca67
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jan 22 19:43:34 2009 +0000

    1 new ATR name
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4154 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 11e024a05900978f78c7e5de500faaa5636671ea
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 17 02:55:30 2009 +0000

    use curl instead of wget on Darwin
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4153 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

commit 837181c850ae41f46b2c1e017c0af30660e4b461
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 17 02:47:59 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4152 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 0e68dd6ee72a965bf90af98f9b6f8d32d7e10268
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jan 16 17:16:54 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4151 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 524fa150a30bb7daf3560dc56a49844e2fc12468
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jan 15 20:08:51 2009 +0000

    check for PnP support at run time instead of using a #define
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4150 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 87 +++++++++++++++++++++++++++++++------------------------
 1 file changed, 49 insertions(+), 38 deletions(-)

commit 3181936213386139630270856f50a75bb4b58d22
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 14 12:30:59 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4149 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit f0a151a98a807844be56f721e5ded53f5bbadf52
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Fri Jan 9 08:26:26 2009 +0000

    This commit was manufactured by cvs2svn to create tag 'rel-1_4_15'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4148 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel-1_4_15/ATR_analysis       |  844 +++++++++++++
 tags/rel-1_4_15/ATR_analysis.1p    |   46 +
 tags/rel-1_4_15/LICENCE            |  340 ++++++
 tags/rel-1_4_15/MANIFEST           |   18 +
 tags/rel-1_4_15/Makefile           |   49 +
 tags/rel-1_4_15/README             |  324 +++++
 tags/rel-1_4_15/TODO               |    6 +
 tags/rel-1_4_15/create_distrib.sh  |   90 ++
 tags/rel-1_4_15/gscriptor          |  894 ++++++++++++++
 tags/rel-1_4_15/gscriptor.1p       |   45 +
 tags/rel-1_4_15/gscriptor.desktop  |    7 +
 tags/rel-1_4_15/gscriptor.gtk1.2   |  734 +++++++++++
 tags/rel-1_4_15/pcsc_scan.1        |   78 ++
 tags/rel-1_4_15/pcsc_scan.c        |  424 +++++++
 tags/rel-1_4_15/scriptor           |  171 +++
 tags/rel-1_4_15/scriptor.1p        |   86 ++
 tags/rel-1_4_15/smartcard_list.txt | 2338 ++++++++++++++++++++++++++++++++++++
 tags/rel-1_4_15/test.script        |   25 +
 18 files changed, 6519 insertions(+)

commit de4425b487aee9b458205cb73de4dbf7d01a959f (tag: 1.4.15)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jan 9 08:26:25 2009 +0000

    release 1.4.15
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4147 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

commit 18c20966432537f794acb366f7e63bf0e19a8f78
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 6 21:06:48 2009 +0000

    the last reader in the array is at [nbReaders-1] not [nbReaders]
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4146 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 681b289aed0c427d48f04b24f0f629f5535ec7e4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 6 21:05:41 2009 +0000

    allocate nbReaders+1 instead of nbReaders reader since we now also
    have the "\\?PnP?\Notification" reader
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4145 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 53a09b08d90df7bbaf6c9ca4218ca54cb5bc30f2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 6 21:04:13 2009 +0000

    use SCARD_STATE_UNAWARE instead of SCARD_STATE_EMPTY for an uninitialised state
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4144 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d420d57363536515d78874ae9e3ea1febf35bfc2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 6 21:03:04 2009 +0000

    initialise dwReaders
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4143 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b17eda2f13206f6b55fa3ada02dca5376f93f6ff
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 3 19:16:05 2009 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4142 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 9d986259235af6c35362fd8c68e126c0f127ce13
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 3 16:35:44 2009 +0000

    check the number of readers instead of just SCARD_E_NO_READERS_AVAILABLE (needed for old versions of pcsc-lite)
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4141 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

commit 264e14d23b4af417c5ba608d4b748c20822ae5cc
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 3 16:31:15 2009 +0000

    do not check for the \\?PnP?\Notification reader if PNP is not used.
    SCardGetStatusChange() returns immediately for an unknown reader
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4140 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 1e998b2c8054a408162b616e78ab14f04186c15a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 3 16:16:14 2009 +0000

    use \\?PnP?\Notification to detect reader add/remove
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4139 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 23 +++++++++++++++++++----
 1 file changed, 19 insertions(+), 4 deletions(-)

commit 6eaa393ce6dfd0d72e8d3ffd05f001e4ded63176
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 3 15:44:41 2009 +0000

    change copyright date
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4138 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit a2d0573710f55b942cf85bb786014fcb30d64109
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 3 15:44:02 2009 +0000

    use a macro for test_rv() to use the colors
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4137 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

commit 784b25fa00935c8cb193f08302d35914990d3b8f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 3 15:10:07 2009 +0000

    use test_rv() instead of LOG()
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4136 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 51 ++++++++++++++++++---------------------------------
 1 file changed, 18 insertions(+), 33 deletions(-)

commit fef2864f6ee43636bc4750615c837c651a3410ec
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 3 14:54:28 2009 +0000

    use "\\?PnP?\Notification" mechanism when possible
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4135 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

commit 0394b78218a3a797f410c1e83a5be8cab7719646
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 3 14:45:13 2009 +0000

    check for SCARD_E_NO_READERS_AVAILABLE to detect if no readers are present
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4134 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 35 ++++++++++++++++++-----------------
 1 file changed, 18 insertions(+), 17 deletions(-)

commit 598cb2babe2468addbb904b1ae5915cdc1bf4ccb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jan 2 07:02:38 2009 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4133 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 8159b2875e0d34754a8bd95ac7ea58937ca30faf
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 31 20:08:07 2008 +0000

    typo in Mhz
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4132 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit ea9851bc2c493121df70b4e48c57df34a1287084
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 31 15:22:30 2008 +0000

    update copyright date
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4131 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 73d6523533a91877a50f74dac4973553a2bd5dbf
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 31 15:17:40 2008 +0000

    typo in previous patch
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4130 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 5aa3d0e0c7aeda4d34eda06839061ae2c45f91f3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 31 15:05:58 2008 +0000

    also display the max frequency associated with Fi
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4129 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

commit 5e4786fa3144d39e96778c1db25062fc86b8a162
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 31 14:40:15 2008 +0000

    check if Fi is RFU when calculating baud rate
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4128 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 9a7cfc8fd4fd86e039aba92992dfa0564a2fc911
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 31 14:35:45 2008 +0000

    default clock of CCID readers is, in general, 4 MHz instead of 3.57 MHz
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4127 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 873341cd86d26e3ed7f2a70aeb226110dcc1d929
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 31 13:58:31 2008 +0000

    add value for Di=7 (7816-3:2006 page 19)
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4126 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 00e225376af1615c3aa2b570f913cb5c30713f64
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Dec 30 20:03:07 2008 +0000

    replace spaces with tab
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4125 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 02d3f4caad28e82489990b584f328b80716ae390
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Dec 30 10:30:33 2008 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4124 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit 854bb29cc72ee751d381ab4cc03287431846996b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Dec 29 13:35:32 2008 +0000

    1 new card description
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4123 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 4d87f73c8b2e12264a6b4f25183ea68552b6bfc7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Dec 28 19:36:52 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4122 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit cfb0958ecee5eb90eb6243b2644d88149093aae4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Dec 28 19:34:50 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4121 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit c07d2f5a05e863edcf3acc8c16ddb73b76ba992f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Dec 16 16:45:41 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4120 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 5cb7f5312bdb8a401e7630d04d713d4375997669
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Dec 12 21:41:48 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4119 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 5fb07eceea3dc84ed381084347f67711b2cf2ae2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Dec 12 12:50:56 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4118 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 1c4aeafb4bd2c3c1fcc1a6bbeb2ec10a1ac7e1f8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Dec 9 19:54:13 2008 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4117 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit 0f2f4c4902396a46ae9be0bd961d13c58d25f24c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Dec 4 20:35:33 2008 +0000

    4 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4116 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

commit 93ada6363a603ceb6577f18599a208c4a47c2e64
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 29 13:36:52 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4115 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 6bc35ad56e7f7ece0ce61ac6e8d7132d39a65b73
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Nov 28 12:13:33 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4114 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 01474db5c0d9705ba1837fef37a095ec38eb664e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 23 13:16:16 2008 +0000

    WriteConfigFile: do not save undefined values
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4113 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c33855d4fd6dfe227b9ee57c400d7dfa4140e950
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 23 13:15:20 2008 +0000

    use defined instead of exists to check if $hConfig{'reader'} is defined
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4112 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 9b6cd272ec459e7888ab68457c8ebcef299d3840
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 23 08:52:16 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4111 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 73544544c39e1bdf3e44d4a0150f551eeea0a78a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Nov 18 19:58:38 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4110 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 615fdf92b154fb7b824d2d9e944dad80182304d8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Nov 18 19:42:39 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4109 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 58f81c3dcf6a2c9cfb5f1d7ebc4d10b6b3af888b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 15 16:20:33 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4108 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 17d89280dbc4c878034e6305f513254d0ed90659
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 9 15:39:13 2008 +0000

    add URL for Infineon Mifare SLE 66R35
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4107 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 8a6a75e467cd4f44f781b7cc43e106e851073dfb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Nov 5 14:59:03 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4106 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 58660932926b87baecc81ad526aa29611c94d7c9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Nov 5 12:11:18 2008 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4105 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

commit 03c8271385a50dfa0460d5bbdfbbfe03b573b63c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 1 17:58:25 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4104 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c        | 4 ++--
 trunk/smartcard_list.txt | 5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

commit 533a5c014c2d6a11ed4013af9267ff2834c09167
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 22 12:47:07 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4103 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit d1ed93e6240812afdfb60825c3d973d4a774e1ce
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 8 18:57:27 2008 +0000

    request a card description in english
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4102 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8f59e07849527306fd29e721f3902187796dc46c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 8 18:53:26 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4101 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 9b02d0a52211e2c2378db37a4c84ca6355da34d1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 8 11:38:32 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4100 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit e0983ab00b10bb3e04b969f56016a12dc2336c83
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 1 21:24:36 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4099 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 876b941d35f2c64c8ea54d4c549ac375e4f27fe5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Sep 30 18:56:15 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4098 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit d95d860c1da20c6b9e81024fc56b1e0df924d8c0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Sep 27 15:55:01 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4097 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 3b1084f5db7ad25d869da93b602d0e25c46a97f4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Sep 24 11:37:25 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4096 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit f15b2f09e291b1ef2ab9607a06677a747fe9c32c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Sep 21 14:02:26 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4095 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 9aa899fe4a881a176f8586d979d0909892fbf9a1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Sep 13 10:04:50 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4094 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit ac720d9e9ae1d0ffb8830fc57d357071a0cd464d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Sep 9 19:10:31 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4093 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 0859d95be36564d5903c7b8203e1fdb09169748c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Sep 7 11:48:34 2008 +0000

    use a LOG() macro to hide DWORD format issues on Mac OS X
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4092 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)

commit b8490d80cf5a8b7b28d34f898472d49446188ea6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Sep 7 11:42:17 2008 +0000

    define SCARD_E_NO_READERS_AVAILABLE if not already available
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4091 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit d57a276f9bd3c51e905fdcf0ad0c4f9729d9787b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Sep 7 11:42:16 2008 +0000

    do not use -framework PCSC for CFLAGS on Mac OS X
    -framework: linker input file unused because linking not done
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4090 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 4d5be1215b27708c43d2e90948227b097f54ee46
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Sep 3 07:57:40 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4089 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit e72ed6168e6695adb52772cd0ea1ddae4b03d7ec
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 29 17:35:45 2008 +0000

    truncate the ATR if extra bytes are present (like on Leopard with an ATR
    padded with 0 up to 33 bytes)
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4088 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 3cfec27ccdc8217fe15bf81ccc240862d45e3c6c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 26 16:08:29 2008 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4087 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

commit acf81cecd1dd35da3a2f7a5c756ca81a7fb10be4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Aug 17 11:10:18 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4086 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8d4edd1383794873176a21150f524b891723d8ba
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Aug 9 08:04:40 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4085 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 74b09fd04ed8d2161d5d57ad45deb0b137ee19a7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Aug 6 18:37:34 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4084 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit d56580ae0ca42f5d39d1026f2e21d5663b47289e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 1 21:27:08 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4083 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 489e21fabe7e2a3adbcc296e225e6dcf174f76e3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jul 30 16:43:15 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4082 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 7adb328e887377fd9306e014913fb57e33da9813
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jul 29 15:51:17 2008 +0000

    5 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4081 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

commit 3ece8556e85a9e9f61f7f17c3481c9a92fd13332
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Jul 28 08:33:32 2008 +0000

    4 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4080 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

commit 126bb47163252637a06cd499b490dac99d57b66d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Jul 28 08:29:51 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4079 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 95dd108e16bcd8c5b7037273ca8511ae28294f1e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Jul 28 08:24:37 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4078 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 6ca0fae845ad9a480ef70c04652817fa53144bdd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jul 4 23:10:34 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4077 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 20c8c97d2adb0292ca29f3a2e1540224cf315471
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jun 27 10:13:17 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4076 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit 93dfd0e255faa81acf19592f257cb6f316edc0e4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jun 20 18:30:04 2008 +0000

    1 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4075 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 3d5d165570d2bafb6eff8458c3f593c1c197cbc1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jun 17 08:12:47 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4074 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 4970d5c25627f7eb1f3dcf1cf967b5d3a5525eaa
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue May 27 16:35:52 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4073 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit f29bd511a4f96eba1883bfa5f2cb5613538384a2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue May 27 16:34:06 2008 +0000

    typo
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4072 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8fdfb9165c5a6ec9feaf9d59bfe99c7e35d70309
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 25 15:09:19 2008 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4071 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

commit 124c69c57544c8a2f0d0f5fed941a2ec5d47f2f3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu May 22 16:03:58 2008 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4070 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit bc4a306f52f5d69f1ecca9b9405fdd2daf502505
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed May 21 12:26:49 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4069 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit c7783c9cc71a25d708b782cea4f2275f2bba81a7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed May 21 06:45:21 2008 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4068 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 2e59c4f87a86a84d63593af6a2d3cf32036ab652
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed May 21 06:42:37 2008 +0000

    convert the ATR in uppercase
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4067 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 14c94ede37193780a54d47c2e6cd102ea7d27e8f
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Sun May 11 13:33:54 2008 +0000

    This commit was manufactured by cvs2svn to create tag 'rel-1_4_14'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4066 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel-1_4_14/ATR_analysis       |  830 ++++++++++++++
 tags/rel-1_4_14/ATR_analysis.1p    |   46 +
 tags/rel-1_4_14/LICENCE            |  340 ++++++
 tags/rel-1_4_14/MANIFEST           |   18 +
 tags/rel-1_4_14/Makefile           |   49 +
 tags/rel-1_4_14/README             |  314 ++++++
 tags/rel-1_4_14/TODO               |    6 +
 tags/rel-1_4_14/create_distrib.sh  |   90 ++
 tags/rel-1_4_14/gscriptor          |  894 +++++++++++++++
 tags/rel-1_4_14/gscriptor.1p       |   45 +
 tags/rel-1_4_14/gscriptor.desktop  |    7 +
 tags/rel-1_4_14/gscriptor.gtk1.2   |  734 +++++++++++++
 tags/rel-1_4_14/pcsc_scan.1        |   78 ++
 tags/rel-1_4_14/pcsc_scan.c        |  390 +++++++
 tags/rel-1_4_14/scriptor           |  171 +++
 tags/rel-1_4_14/scriptor.1p        |   86 ++
 tags/rel-1_4_14/smartcard_list.txt | 2097 ++++++++++++++++++++++++++++++++++++
 tags/rel-1_4_14/test.script        |   25 +
 18 files changed, 6220 insertions(+)

commit b72d2ad73a7716fb44cdad3f4ae7c94ba6b0df58 (tag: 1.4.14)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 11 13:33:53 2008 +0000

    release 1.4.14
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4065 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

commit ff4c0f40ed3bcdfc9510db914abfce6e9a492b09
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 11 13:30:55 2008 +0000

    update copyright date
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4064 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 8db60868be4746680655c16f3839481f1ccc8395
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 11 13:28:44 2008 +0000

    use SCARD_SHARE_SHARED instead of SCARD_SHARE_EXCLUSIVE to not lock the
    card
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4063 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 8 ++++----
 trunk/scriptor  | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

commit a826af0140876dffd62dbe3fab05c0178ee38a04
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed May 7 19:02:11 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4062 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 0316f70aab070d93b06e7fed3f145ca7fb9e7a9b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed May 7 18:58:51 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4061 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 05d9de15a89ff3594122c9e5fc247319bf89813d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed May 7 18:57:17 2008 +0000

    4 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4060 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

commit 186fe82b4701699ed6e505239a7164359fc96078
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 26 13:34:21 2008 +0000

    add support for ATR with : as byte separator (ATR reported by
    "opensc-tool --atr" for example)
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4059 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit e3a4bce1e8d77910d600a6e80001b854bdf544dc
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Apr 20 12:29:04 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4058 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 7a362783a571e014c396e7b1d6de4a6d34a32266
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 4 13:48:05 2008 +0000

    1 new description for a known ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4057 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit f3e522f9062810b70db83de234e98b8b9f227994
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 1 18:47:30 2008 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4056 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit 02ba8e84e6c968ea7ff762454791858a06e1eb5a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 29 15:05:12 2008 +0000

    correct an ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4055 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 8af8dcacdd97a751e30c7079fc0bf4bf75bd323a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 29 13:05:42 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4054 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 52e2e751c40086faa5113cd574b3915b34777757
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 29 13:05:00 2008 +0000

    10 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4053 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

commit ba00bf2e9a7312dc09fa9be2ea6798135061b3a3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Mar 24 19:14:21 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4052 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 78750c89a7923c5a8f110dbf79b9e806e75e327c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Mar 24 16:04:38 2008 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4051 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

commit 6c30bd25d4b77111945c74f4541056c1dc83c0ff
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Sun Mar 23 17:05:22 2008 +0000

    This commit was manufactured by cvs2svn to create tag 'rel-1_4_13'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4050 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel-1_4_13/ATR_analysis       |  829 +++++++++++++++
 tags/rel-1_4_13/ATR_analysis.1p    |   46 +
 tags/rel-1_4_13/LICENCE            |  340 ++++++
 tags/rel-1_4_13/MANIFEST           |   18 +
 tags/rel-1_4_13/Makefile           |   49 +
 tags/rel-1_4_13/README             |  306 ++++++
 tags/rel-1_4_13/TODO               |    6 +
 tags/rel-1_4_13/create_distrib.sh  |   90 ++
 tags/rel-1_4_13/gscriptor          |  894 ++++++++++++++++
 tags/rel-1_4_13/gscriptor.1p       |   45 +
 tags/rel-1_4_13/gscriptor.desktop  |    7 +
 tags/rel-1_4_13/gscriptor.gtk1.2   |  734 +++++++++++++
 tags/rel-1_4_13/pcsc_scan.1        |   78 ++
 tags/rel-1_4_13/pcsc_scan.c        |  390 +++++++
 tags/rel-1_4_13/scriptor           |  171 +++
 tags/rel-1_4_13/scriptor.1p        |   86 ++
 tags/rel-1_4_13/smartcard_list.txt | 2027 ++++++++++++++++++++++++++++++++++++
 tags/rel-1_4_13/test.script        |   25 +
 18 files changed, 6141 insertions(+)

commit 606a4ea696b392ddc81e502f8ffff2b3c0ba1f7c (tag: 1.4.13)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Mar 23 17:05:21 2008 +0000

    release 1.4.13
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4049 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit eb8075e6cee46e183c29aa75563c6fcb622085f1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Mar 23 17:05:20 2008 +0000

    update copyright date
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4048 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 4e6606cfa395199212eb041dafc0b51cd6ba4bae
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Mar 23 13:33:13 2008 +0000

    Initialise the first byte of mszReaders to '\0' to avoid looping when
    SCardListReaders returns SCARD_E_NO_READERS_AVAILABLE (without setting
    mszReaders parameter)
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4047 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit a4da23df3a41f16262e727b5163a8481ec54ee01
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Mar 20 19:31:55 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4046 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 5e27cebb339726b499a4e68bbb3a1338db55ab96
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 12 14:49:19 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4045 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit c67ea7c648382ba0339394371203fd393064c6b6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 12 14:36:02 2008 +0000

    7 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4044 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

commit 23d8be19ee9897d35750be8f8e02923335220d1a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 12 09:52:58 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4043 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 63a4d5b62e20667c5180e1505377dd9ff7bfe0b5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Mar 9 15:17:28 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4042 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 40d2f6ebf8991747a015e0d81af3cf0e56139876
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 5 12:39:08 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4041 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 86f2ec7a17bf4e364d4cefb28b00456a4c1bd81f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 5 12:22:43 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4040 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 3639f897d84a2c8f6b5b84ecc5574be58ea98d10
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Feb 27 10:23:21 2008 +0000

    6 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4039 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

commit c376b1f91a048064c32f90b3aafe2980607a0f51
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Feb 24 08:38:27 2008 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4038 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit d31c466269f382ea1de92d662e910e92619d35f6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Feb 22 13:16:03 2008 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4037 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit 0c671eb96780511fc5efa7000e3ad69d84d00187
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Feb 19 12:42:39 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4036 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 9b44b4a7685f5fd22f36da8fe7e61f504a34b839
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Feb 10 16:20:40 2008 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4035 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit 05dd3fbe0d524039a36b2fb87fd8e84008d2a178
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Feb 9 14:33:56 2008 +0000

    new card for 1 ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4034 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit f18b61e19e40d8d0f2f9104fdf48e41e11b3b93b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Feb 9 09:25:29 2008 +0000

    1 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4033 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit d3ff7ae52dd6c726a18798603e5b386b09b04948
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Feb 6 07:53:41 2008 +0000

    2 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4032 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 9e36dbb68486de0a653143a6d0abf350d75af734
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Sat Feb 2 15:56:09 2008 +0000

    This commit was manufactured by cvs2svn to create tag 'rel-1_4_12'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4031 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel-1_4_12/ATR_analysis       |  829 ++++++++++++++++
 tags/rel-1_4_12/ATR_analysis.1p    |   46 +
 tags/rel-1_4_12/LICENCE            |  340 +++++++
 tags/rel-1_4_12/MANIFEST           |   18 +
 tags/rel-1_4_12/Makefile           |   49 +
 tags/rel-1_4_12/README             |  302 ++++++
 tags/rel-1_4_12/TODO               |    6 +
 tags/rel-1_4_12/create_distrib.sh  |   90 ++
 tags/rel-1_4_12/gscriptor          |  894 +++++++++++++++++
 tags/rel-1_4_12/gscriptor.1p       |   45 +
 tags/rel-1_4_12/gscriptor.desktop  |    7 +
 tags/rel-1_4_12/gscriptor.gtk1.2   |  734 ++++++++++++++
 tags/rel-1_4_12/pcsc_scan.1        |   78 ++
 tags/rel-1_4_12/pcsc_scan.c        |  389 ++++++++
 tags/rel-1_4_12/scriptor           |  171 ++++
 tags/rel-1_4_12/scriptor.1p        |   86 ++
 tags/rel-1_4_12/smartcard_list.txt | 1924 ++++++++++++++++++++++++++++++++++++
 tags/rel-1_4_12/test.script        |   25 +
 18 files changed, 6033 insertions(+)

commit 2d909a43b92b5aaf9f589ff97b440216c6cf9608 (tag: 1.4.12)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Feb 2 15:56:08 2008 +0000

    release 1.4.12
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4030 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit c5c3d82765c69f57a3a488e6becc7bfefa6ebd2e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Feb 2 15:51:00 2008 +0000

    handle SCARD_E_NO_READERS_AVAILABLE when no reader is found
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4029 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

commit 704c6c78e74b038d16bd3de4a5847c2fee5ebb8a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Feb 2 12:22:30 2008 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4028 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit ba154db4621285a547196848597dff3901e9b168
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 26 12:20:40 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4027 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 818fbf6623daaba9006fb6257d663160059b15b7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jan 20 14:27:34 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4026 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit 540b60dc9e5b7d12aaa14afcfebda82bb0b5843b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jan 13 13:47:35 2008 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4025 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit ed4679e1f7950cd7e4b7cf3b9b9224c8df118c7f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jan 11 12:24:49 2008 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4024 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 8045a0150cfe1c5b064beec9fb00844b1c2309dc
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 5 11:13:30 2008 +0000

    update a card description
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4023 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1d182bdb4e0fd139ca6bf0a848094fdba8e7d22f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Dec 30 20:42:23 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4022 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 74b5369a17c236b8b12b62dc8a27375de43b72a7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Dec 15 13:44:38 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4021 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit af8a9b0e550677492ad5a6b69840229b783fa75d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Dec 14 10:02:38 2007 +0000

    2 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4020 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit e6db3962d06cda50206277b0b77e059878b530a2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Dec 8 14:31:03 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4019 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 39a7c3f4bac24cb508475da896ab9ad587bd28aa
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Dec 4 21:12:59 2007 +0000

    2 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4018 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit bd9917a37f4c84a270d222094ae2af3ebb059fbd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Nov 29 19:38:05 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4017 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 68039021296234efb38f9a225127fdd28a4ed048
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Nov 28 12:42:03 2007 +0000

    Correct 1 ATR description
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4016 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 2499e07b1b83cd96ce374d5fbab40657234b1410
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Nov 9 20:39:48 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4015 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 35483a6f3a2de0a1524943e83236ed9312c464df
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Nov 1 15:50:23 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4014 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 68e82e3680f3a0c4c143bdddcd1b1143d2674610
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Tue Oct 30 22:35:58 2007 +0000

    This commit was manufactured by cvs2svn to create tag 'rel-1_4_11'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4013 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel-1_4_11/ATR_analysis       |  829 ++++++++++++++++
 tags/rel-1_4_11/ATR_analysis.1p    |   46 +
 tags/rel-1_4_11/LICENCE            |  340 +++++++
 tags/rel-1_4_11/MANIFEST           |   18 +
 tags/rel-1_4_11/Makefile           |   49 +
 tags/rel-1_4_11/README             |  298 ++++++
 tags/rel-1_4_11/TODO               |    6 +
 tags/rel-1_4_11/create_distrib.sh  |   90 ++
 tags/rel-1_4_11/gscriptor          |  894 +++++++++++++++++
 tags/rel-1_4_11/gscriptor.1p       |   45 +
 tags/rel-1_4_11/gscriptor.desktop  |    7 +
 tags/rel-1_4_11/gscriptor.gtk1.2   |  734 ++++++++++++++
 tags/rel-1_4_11/pcsc_scan.1        |   78 ++
 tags/rel-1_4_11/pcsc_scan.c        |  384 ++++++++
 tags/rel-1_4_11/scriptor           |  171 ++++
 tags/rel-1_4_11/scriptor.1p        |   86 ++
 tags/rel-1_4_11/smartcard_list.txt | 1871 ++++++++++++++++++++++++++++++++++++
 tags/rel-1_4_11/test.script        |   25 +
 18 files changed, 5971 insertions(+)

commit 4c986c1ff2fa23eec3ca366a7b609ccc10d391da
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 30 22:35:57 2007 +0000

    compile for Linux by default
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4012 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 4eb78bb56857d5181aef8ccda860dbf236ef3d5a (tag: 1.4.11)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 30 22:28:01 2007 +0000

    release 1.4.11
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4011 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit b2ffccf1e331426aa7ca4e72b337d2c78d433851
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 30 21:12:54 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4010 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit f7169c14c3f5050ecb75c5bda8c213524e01ae12
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 24 15:56:47 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4009 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 01b752e9fb9064d7cf0dc0629081886462e751dd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 24 15:55:45 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4008 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 5904f26d8482709a9d38a0d173d4a295d6854c22
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 23 19:49:07 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4007 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit bb7acc02e01d923ea17ffc5d750b485d265265e1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Oct 21 12:37:01 2007 +0000

    2 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4006 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit a7ed330253592af1c8d65b93de35b8cfc3d0e4cc
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Oct 7 07:44:50 2007 +0000

    typos
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4005 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit d7ee95b8f7cff78fb9a00a9fb311c7fdf3842f10
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Oct 7 07:44:20 2007 +0000

    typo
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4004 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 2a1b2b540ce86b9b9d59041b88a2a24e10de13de
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Oct 7 07:40:50 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4003 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/Makefile           | 10 +++++-----
 trunk/smartcard_list.txt |  5 ++++-
 2 files changed, 9 insertions(+), 6 deletions(-)

commit 9c6c1895366f9b169f1de53a5a57bf6bc581025f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Oct 6 09:07:45 2007 +0000

    use env perl instead of using a hardcoded path
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4002 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 4 ++--
 trunk/scriptor  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit e5a7e20c14f5ee31c9974e82a6fec32b78bad2b9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Oct 5 16:39:44 2007 +0000

    print card description in blue
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4001 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit e46c4513bb3ff7b078c268912f09de317cab5e1e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Oct 5 16:29:17 2007 +0000

    remove unneeded " " characters
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@4000 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

commit cd1df5ea7248a77cf82e89489523ea2d18609521
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Oct 5 16:28:00 2007 +0000

    use /usr/bin/env perl to get the correct Perl
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3999 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 0c1a52ecbc2b50877ae23012c68d8dc0fd36cbe6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Oct 5 14:51:18 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3998 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 33f5ce0600344a6f2148eb95ad45aa0ec46ec977
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Sep 30 12:38:43 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3997 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 07b1d0df48be4026fe2e570e14c2b80ce1c3cafc
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Sep 21 07:22:40 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3996 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit e70cb24bcc95c8f0fc77ee9175c8ec5cf4c6df4d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Sep 16 13:23:15 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3995 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

commit 3cdce73efb8024023519c84ef030ee2afd4e8ebd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Sep 16 13:18:01 2007 +0000

    2 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3994 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 8958c72df45a1aaef1dc44d9107716779b1d13c3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Sep 16 13:14:50 2007 +0000

    4 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3993 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

commit 5cb9fdcb37f832a9a161b569b688f03d7bcb9f5e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Sep 13 20:06:12 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3992 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 19 ++++---------------
 1 file changed, 4 insertions(+), 15 deletions(-)

commit 5019c70d23ab9e008b8a818542cc71853ef297f0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Sep 11 20:15:28 2007 +0000

    25 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3991 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 62 ++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 57 insertions(+), 5 deletions(-)

commit 424c265d3f5849077a9a42ca2d30f5ba91152af3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Sep 11 20:01:07 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3990 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 0ecca3f29be580378f18c8bf6754201e5ba526c0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 31 16:16:03 2007 +0000

    11 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3989 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 45 ++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 40 insertions(+), 5 deletions(-)

commit 6fe5352a469b634bfc91ce86b79cda0967cc4f16
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Aug 30 18:55:24 2007 +0000

    2 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3988 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit d38190979a78b3e409bf681174ee64192846f223
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 28 19:12:26 2007 +0000

    8 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3987 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 37 +++++++++++++++++++++++++++++++++++--
 1 file changed, 35 insertions(+), 2 deletions(-)

commit 67e2a29721f0ab0b004fe8bb1b478b87b924ec6c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Aug 22 14:43:53 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3986 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 74a8d0fc2be7c6fc92ea186630262847477d69eb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Aug 22 13:33:16 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3985 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 5e91ed57403ec9b30dfea777afff706d7fd895d5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 21 19:09:17 2007 +0000

    2 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3984 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 1f01f2ed77561b07a09a701c139a659269783039
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 21 19:06:23 2007 +0000

    2 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3983 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 20d60e089145162ace0ede29233a1131377cd2d4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 14 15:55:53 2007 +0000

    2 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3982 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 81c7acf8b0d1cecbddb52fdb87da75dddcea329b (tag: 1.4.10)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 10 21:25:04 2007 +0000

    release 1.4.10
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3981 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 8178b816c211eeec9ca6a392f7b3bcf0b35e9706
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 10 21:23:24 2007 +0000

    release numbers on more than on digit are also valid
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3980 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/create_distrib.sh | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 8cd4e4232fbe7571f8cf309732d88b89d73cbe6c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 10 21:08:30 2007 +0000

    change the order of the button for the "The Chipcard::PCSC::Card object
    is not connected!\nDo you want to connect?" dialog so that the default
    button is OK
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3979 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 157b6ed216808e61b7683a64bef7682d4cf1f957
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 10 21:03:14 2007 +0000

    correctly display the ISO7816 error code even when the line is splitted
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3978 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/scriptor | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7657e2a925613d586ef35d904d2d0dc14797c9dc
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 10 21:02:43 2007 +0000

    reset the command after execution. The line continuation feature was
    broken
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3977 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 7e0c66ddd6e58423a21164c24af594993cafcfd3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 7 17:15:17 2007 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3976 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit ab3568d73fdea3f2e3e6af252b6f68de23b5ca45
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jul 31 19:05:49 2007 +0000

    5 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3975 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

commit 4170e4872ffd3ebeb54eb17fb53ad7b97b1fc0d1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jun 30 14:22:37 2007 +0000

    drops the deprecated Encoding field
    
    Thanks to Ville SkyttÃ¤ for the patch
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3974 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor.desktop | 1 -
 1 file changed, 1 deletion(-)

commit 18c4f8922dbfd8d085247799ec8daa6941d085ca
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jun 26 16:58:30 2007 +0000

    4 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3973 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

commit 28661ae533c61a854d6c61163e4d4fb6910bf39e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jun 20 19:14:39 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3972 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit e332a22fec8e917ddbb18a9cf760e1cd2ff874c3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jun 20 19:12:35 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3971 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 8155ee1080343ab324207595d632b13ea5a151e1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jun 19 15:41:46 2007 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3970 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit b84fc460c2e3b8944e16786c8d70d9d170f532e4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jun 16 08:05:41 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3969 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit e293afc52e2a81c6ed2185f381360ee4cdc06021
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jun 12 18:44:35 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3968 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit ef36ffbe70c23b28b786a7ffd726c7f8bee50ffb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jun 8 12:39:17 2007 +0000

    7 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3967 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

commit 082cfabaf10a6c379539bd9d26fab027c75cc9c2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jun 5 20:16:50 2007 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3966 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 02e8fa2bf824b692bbd46dffc06345318d69bac7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jun 1 14:08:59 2007 +0000

    typo
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3965 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 5ceab2a56de3ded6de4f45dae83a37d181d7481f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jun 1 13:13:41 2007 +0000

    update copyright date
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3964 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit c7487cb21c84adca37c29451ef5d1e7a924dcd69
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Fri Jun 1 13:02:21 2007 +0000

    This commit was manufactured by cvs2svn to create tag 'rel-1_4_9'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3963 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel-1_4_9/ATR_analysis       |  826 +++++++++++++++++++
 tags/rel-1_4_9/ATR_analysis.1p    |   46 ++
 tags/rel-1_4_9/LICENCE            |  340 ++++++++
 tags/rel-1_4_9/MANIFEST           |   18 +
 tags/rel-1_4_9/Makefile           |   49 ++
 tags/rel-1_4_9/README             |  287 +++++++
 tags/rel-1_4_9/TODO               |    6 +
 tags/rel-1_4_9/create_distrib.sh  |   87 ++
 tags/rel-1_4_9/gscriptor          |  893 ++++++++++++++++++++
 tags/rel-1_4_9/gscriptor.1p       |   45 ++
 tags/rel-1_4_9/gscriptor.desktop  |    8 +
 tags/rel-1_4_9/gscriptor.gtk1.2   |  734 +++++++++++++++++
 tags/rel-1_4_9/pcsc_scan.1        |   78 ++
 tags/rel-1_4_9/pcsc_scan.c        |  384 +++++++++
 tags/rel-1_4_9/scriptor           |  171 ++++
 tags/rel-1_4_9/scriptor.1p        |   86 ++
 tags/rel-1_4_9/smartcard_list.txt | 1609 +++++++++++++++++++++++++++++++++++++
 tags/rel-1_4_9/test.script        |   25 +
 18 files changed, 5692 insertions(+)

commit 3b6aa4049a533fee90c0e88bd4ee6821ad697c51 (tag: 1.4.9)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jun 1 13:02:20 2007 +0000

    release 1.4.9
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3962 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit 8f677841f1ffb16bf210e97d09616554fc06fbe9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jun 1 12:32:35 2007 +0000

    do not display the value of an unknown tag if length is 0
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3961 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e95a679bab114964a8af3c3b100495f5f76ab350
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jun 1 12:27:47 2007 +0000

    if tag is unknown we display the data corresponding to the given length
    instead of parsing the data as a TLV
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3960 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit ef20e56679e6698951148fb525daeaf427efa9a4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jun 1 12:23:18 2007 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3959 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit eb227656e4002c3755e131625831cbeb5ff33a05
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu May 31 16:41:13 2007 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3958 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

commit c1ec075b399ffec6e5694b4c5aee6d5b5b162524
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu May 31 06:59:13 2007 +0000

    5 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3957 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

commit cd5fa605ffaef0b82b999b2ee118d5cc859c28ae
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 27 16:36:08 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3956 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit 63a41249a237349d5f836f5ab9b07711ca834637
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue May 22 18:55:26 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3955 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 87d9ee1561979ad53ef7ba40492d136c26078ea2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat May 19 13:15:01 2007 +0000

    echo the lines read from a file (commands, comments and emtpy lines)
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3954 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/scriptor | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 86efcc1ebeabdc3671cf825a968a2b0f55bfcd28
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 18 19:07:25 2007 +0000

    2 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3953 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit f4529cba5d6a0df83de5ea39f7e332a3f3f2c0b8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 4 14:12:05 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3952 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 786fa50664615ceb61477851bd1541d5da595688
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed May 2 19:10:12 2007 +0000

    15 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3951 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 37 ++++++++++++++++++++++++++++++++++++-
 1 file changed, 36 insertions(+), 1 deletion(-)

commit ddbebaefb006c88921fc1de20127f6fd081115e7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue May 1 19:33:51 2007 +0000

    2 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3950 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 39c000f68b390d2bb6f312508927133c23ab9dad
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 13 09:18:16 2007 +0000

    add a new description for an existing ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3949 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 39c8bea33854dcf23421a2e3e3839839425c02f3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 13 08:43:03 2007 +0000

    reorder
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3948 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit ae355055d8cae12f46424450ba28726cdf80043c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Apr 9 15:18:41 2007 +0000

    7 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3947 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 44 +++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 43 insertions(+), 1 deletion(-)

commit 135be12604c0550c92b86460ce2fbe17d144e97d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 6 20:42:49 2007 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3946 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit 39edfabf1c9afdff56ad6bca7e99cf68b42d7c2c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 6 19:13:30 2007 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3945 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 8b275c12fc96fadb8d095fed1d43ed37121fc493
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 3 20:24:10 2007 +0000

    Card state in red
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3944 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 9d7ab926798761f8eb3009467f08615eced58be0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 3 20:23:58 2007 +0000

    bytes/s -> bits/s
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3943 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit bcbd3a1d02a43e7e91f90e1fe0f69c45f532af4a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 3 20:21:46 2007 +0000

    add colors
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3942 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

commit 61b05a46475718fe4d64a16db35090fc20953a52
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Mar 29 19:17:33 2007 +0000

    use pcsc_stringify_error() to display a human readable error message
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3941 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit e27a263a1c2915622741066d5e6ddafdd31fd3f5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Mar 29 19:15:02 2007 +0000

    add /usr/local/share/pcsc/smartcard_list.txt to SMARTCARD_LIST since
    this is the location of the default install
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3940 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 3a450ae703c6c381b30a72435752c543328e6e10
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 21 17:33:34 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3939 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit b36346a0f66ffc2d908640947b9d17c1e12866a2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 6 19:58:35 2007 +0000

    correct a typo
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3938 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 9db484c1efb81f256daa7956b5e3f3de1e217aee
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 6 17:09:03 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3937 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 1f36ad4b3d7b7eddf6997204ad457dda1eb54978
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Feb 26 16:48:46 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3936 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 822a91d5dfec358665c86a30fccc62b449adc212
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Feb 16 13:06:55 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3935 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit fdf71fc859b9b0fb7aba20dd4c09101a59475ca8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jan 28 17:13:19 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3934 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 43230797a6b7b877281c0280015545bb5e769b24
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 23 17:04:55 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3933 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit fa6501fb876f696226dfb698d58160cc94d95e66
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 20 15:46:21 2007 +0000

    use LPSTR instead of the deprecated LPTSTR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3932 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 215eee0d2b81ab278c7deab924f5b2ff14085ba2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jan 19 14:29:50 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3931 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit d32ef7f4efc65612a31f11f4280f95051c849e34
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jan 18 17:38:13 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3930 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 097a75f8535d2caf882c924be2cac9970c018645
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 17 20:52:34 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3929 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit e6a273672bde6940320caa7e1f5103ade0d5804a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 16 20:17:33 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3928 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit bdff701ad49666010c563a81a5d79ec67473bd7b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 13 21:19:10 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3927 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 2becc2698e21614395d0de6136b3163f2f125c69
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jan 11 10:58:31 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3926 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit fa685597e13e903f6267ac57fbb327722ee6b778
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 3 17:56:36 2007 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3925 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 977a3beba105418028a7b0f6de1b03c445d01d2f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Dec 30 11:00:08 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3924 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 6bbc665a1818a4844a138504cb6170d079945ee7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Dec 28 08:06:30 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3923 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 4adcd5943111099970ba2b1f7fc928f4f84293a6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Dec 26 13:11:52 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3922 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 5b8467479005c21d031310019a3ff5eee833333f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Dec 24 15:15:44 2006 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3921 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 08a6718f7365fa2d16aefec9452757e3cdf40f14
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Dec 17 20:48:05 2006 +0000

    warn is some historical bytes are missing
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3920 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 46dd3cbe9d22678a3ac5e272a650bf7066b71d37
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 13 13:17:29 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3919 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 9fc3e88fc3df328845cf9eed752fe9b134eba3e8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Dec 12 15:13:56 2006 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3918 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit 5edf4a5a5bd13b50de251ea0f2b44397dede8ba6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Dec 12 12:35:54 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3917 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 928673d4819a781c4a71ee6c2cb7ca78ddf8d99f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Dec 5 20:00:30 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3916 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 8dd36e0701b1608a616ec8a6e5b819e828dfc1f2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Nov 28 19:45:15 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3915 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 4bd1985fa2266c66e6486115b3a4cce20106ce0b (tag: 1.4.8)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 26 14:49:50 2006 +0000

    release 1.4.8
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3914 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

commit 7415feffbd6274db2cefb52f10ad51880c5eeb22
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Nov 23 19:31:32 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3913 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit ed15144bb2b80840fb2447f7f2ebf79173b913d3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Nov 15 21:00:30 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3912 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 39d6e5c42ae5dafdeb040d164643b5abdd5c8483
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 11 12:49:04 2006 +0000

    add test for TC1=255
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3911 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 38a6290bb938b502fb742c2c954a3211da3bdfaf
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 11 12:40:56 2006 +0000

    add case TB1=0: VPP is not electrically connected
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3910 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

commit 49b1634ed0a654e016a82df081b15b3d301a47f9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 11 12:31:49 2006 +0000

    add the communication speed according to TA1 and a clock at 3.5712 MHz
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3909 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 3a39d8498819af3a3ce0680c48de353b6381c880
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 11 12:26:58 2006 +0000

    use %g instead of %.3f to display the cycles/ETU value to have 31
    instead of 31.000
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3908 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1872925a172e7df2d047bd5d4454b2dca193e727
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 11 10:44:17 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3907 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 02cd7ca84f8f43763e38b8d24017cdce9446722a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Nov 8 19:44:23 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3906 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 836fc20955a90bd4c69770b37221af51223dad99
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 4 14:24:02 2006 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3905 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

commit f99bb3526a59267ac1f84405ae581752748bf131
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Oct 28 14:44:10 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3904 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit ba1503f4c96463645166175884d7960e5df04016
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 25 16:08:10 2006 +0000

    cleanly fail (instead of looping forever)  if the pcscd daemon just dies
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3903 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 4de7cc2110c289c3ba4960870cc4c3b7d03ba80e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 17 17:39:10 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3902 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 3e6b815b86ed70ea2206f092f8523179f9a5f2b8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Oct 15 16:01:19 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3901 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 59fb15f6fe85017181fe8cdb3f5d6a024e5b495f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 11 17:15:30 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3900 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 0973f2108d854933315f54d1f3f6bbe32f830765
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 10 17:10:41 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3899 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 6b4e55d2c35c568758d5b6a01f0b0daf60635a26
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Oct 8 10:18:31 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3898 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 70d62ead321092c00abed06b9b3d66554b6723a5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Oct 7 15:37:05 2006 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3897 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 8d4b03266e97876905cfe1bd260fb910f12cc11a
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Wed Oct 4 20:35:03 2006 +0000

    This commit was manufactured by cvs2svn to create tag 'rel-1_4_7'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3896 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel-1_4_7/ATR_analysis       |  804 ++++++++++++++++++++++
 tags/rel-1_4_7/ATR_analysis.1p    |   46 ++
 tags/rel-1_4_7/LICENCE            |  340 ++++++++++
 tags/rel-1_4_7/MANIFEST           |   18 +
 tags/rel-1_4_7/Makefile           |   49 ++
 tags/rel-1_4_7/README             |  267 ++++++++
 tags/rel-1_4_7/TODO               |    6 +
 tags/rel-1_4_7/create_distrib.sh  |   87 +++
 tags/rel-1_4_7/gscriptor          |  893 +++++++++++++++++++++++++
 tags/rel-1_4_7/gscriptor.1p       |   45 ++
 tags/rel-1_4_7/gscriptor.desktop  |    8 +
 tags/rel-1_4_7/gscriptor.gtk1.2   |  734 ++++++++++++++++++++
 tags/rel-1_4_7/pcsc_scan.1        |   78 +++
 tags/rel-1_4_7/pcsc_scan.c        |  383 +++++++++++
 tags/rel-1_4_7/scriptor           |  167 +++++
 tags/rel-1_4_7/scriptor.1p        |   86 +++
 tags/rel-1_4_7/smartcard_list.txt | 1333 +++++++++++++++++++++++++++++++++++++
 tags/rel-1_4_7/test.script        |   25 +
 18 files changed, 5369 insertions(+)

commit f5e9e87e801aba887932be7832e15e351c6ccb73 (tag: 1.4.7)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 4 20:35:02 2006 +0000

    release 1.4.7
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3895 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit e3ed2b4d13ba1d5fad85988aa0fe68dbf8a3fe33
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Oct 1 12:13:58 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3894 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 90bada0f86e788d989b04c5b5657b1f242c919ed
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Sep 23 18:43:00 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3893 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 57887211917157c8c70f1df80f9018fcf7b9c920
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Sep 21 20:09:00 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3892 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 37f2b92157e9c98fdaf0d91a0fa193c68573eff8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Sep 17 14:34:06 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3891 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 89e399fc9dc515c562bcb24c58a784b182e73306
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Sep 8 19:37:35 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3890 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 742f676dbb8c70c19e5a880b699633af2ed64d94
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Aug 30 16:46:23 2006 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3889 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit 925ca54e62dc3d757b8eee0c5e3bcd517a54b422
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 22 18:44:51 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3888 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit e24bf8d46e91b3bb192e85055242088e8c39ee7a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Aug 20 19:18:06 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3887 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit b9b678b57e36993f9b783cb3ef550c057ab6e3fa
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Aug 20 19:16:26 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3886 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit dad1e6723575db8d7b737ed84f925ca017fd66ad
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 15 10:58:11 2006 +0000

    add a couple of fflush(stdout); to force the display so that redirection
    works.
    
    Thanks to Johannes Becker for the bug report
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3885 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 2cfa74ed2a533ad590d3613296542f6d1e7096bc
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Sat Aug 12 19:48:01 2006 +0000

    This commit was manufactured by cvs2svn to create tag 'rel-1_4_6'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3884 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel-1_4_6/ATR_analysis       |  804 +++++++++++++++++++++++
 tags/rel-1_4_6/ATR_analysis.1p    |   46 ++
 tags/rel-1_4_6/LICENCE            |  340 ++++++++++
 tags/rel-1_4_6/MANIFEST           |   18 +
 tags/rel-1_4_6/Makefile           |   49 ++
 tags/rel-1_4_6/README             |  261 ++++++++
 tags/rel-1_4_6/TODO               |    6 +
 tags/rel-1_4_6/create_distrib.sh  |   87 +++
 tags/rel-1_4_6/gscriptor          |  893 +++++++++++++++++++++++++
 tags/rel-1_4_6/gscriptor.1p       |   45 ++
 tags/rel-1_4_6/gscriptor.desktop  |    8 +
 tags/rel-1_4_6/gscriptor.gtk1.2   |  734 +++++++++++++++++++++
 tags/rel-1_4_6/pcsc_scan.1        |   78 +++
 tags/rel-1_4_6/pcsc_scan.c        |  377 +++++++++++
 tags/rel-1_4_6/scriptor           |  167 +++++
 tags/rel-1_4_6/scriptor.1p        |   86 +++
 tags/rel-1_4_6/smartcard_list.txt | 1300 +++++++++++++++++++++++++++++++++++++
 tags/rel-1_4_6/test.script        |   25 +
 18 files changed, 5324 insertions(+)

commit 63b10056633f0c3ccfe9aa907d6b8bb4157ae34a (tag: 1.4.6)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Aug 12 19:48:00 2006 +0000

    release 1.4.6
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3883 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 10e85f00d10dd6044e4870050355e0497b99845a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 11 12:04:06 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3882 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 6becc55fddcc4049d54f899d6fddda1bfcd46016
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Aug 10 21:43:58 2006 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3881 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 37940d2d79f1b1f884daf45a7a73e7b6b7587676
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 8 20:58:20 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3880 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 0322c1a9c2a257ec60ca4f57672fd73da86fe421
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jun 28 17:42:10 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3879 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 956346c61b98b186c15e409a5b395fc0d58a5c08
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jun 11 10:39:05 2006 +0000

    convert from ISO latin-1 to UTF-8
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3878 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 7bcd38913cc7e00145d82368d96741b0ae35793d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jun 11 10:35:10 2006 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3877 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 20322829cb9f593a15c482d45ce3f7bd20430865
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jun 6 19:56:02 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3876 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 2cf89275215db44d0c9252bf79189b0482fe0b49
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jun 1 11:07:39 2006 +0000

    update URL and copyright date
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3875 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit c1894311bee790183151ad0ba43f08e96b1c25c1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue May 30 15:56:55 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3874 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit e001842d5fd7ce1aa18b646381f0b132cef56b63
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 28 20:15:42 2006 +0000

    8 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3873 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

commit aa5a857ece548a682bb3390a9cd9342cb6743973
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 28 18:47:36 2006 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3872 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

commit 3f4e5d0f3b2e597423b9b1e065da083418b40aff
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 26 20:37:04 2006 +0000

    allow multi-lines input and wrap long output
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3871 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 32 +++++++++++++++++++++++++++++---
 1 file changed, 29 insertions(+), 3 deletions(-)

commit ecf50b2f9000019cd718c80341e073aa67a757d6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 26 20:10:16 2006 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3870 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 36b1273756cea2ddfea36575596b0aa7b3104ce0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 26 14:35:05 2006 +0000

    remove a debug message
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3869 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/scriptor | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 43209668e4675147979b640a581ec7c0710d1e8a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 26 14:34:14 2006 +0000

    wrap the received data
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3868 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/scriptor | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit f7b592f6ae8fb5af69f8b1aa00b4f10b0803cb7b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu May 25 20:34:38 2006 +0000

    lines ending with \ are to continue on the next line
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3867 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/scriptor | 20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)

commit a5c9e4aaf8189e90d091185037205aec7a03e39f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed May 17 20:29:53 2006 +0000

    5 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3866 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

commit 9ad109e37f4e1c0fc720e5e82aaa169d435181aa
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 12 12:38:14 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3865 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 123625155c67f1256400deea7b4eec6dd31ee382
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Mon May 8 15:11:27 2006 +0000

    This commit was manufactured by cvs2svn to create tag 'rel-1_4_5'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3864 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel-1_4_5/ATR_analysis       |  804 ++++++++++++++++++++++++
 tags/rel-1_4_5/ATR_analysis.1p    |   46 ++
 tags/rel-1_4_5/LICENCE            |  340 +++++++++++
 tags/rel-1_4_5/MANIFEST           |   18 +
 tags/rel-1_4_5/Makefile           |   49 ++
 tags/rel-1_4_5/README             |  255 ++++++++
 tags/rel-1_4_5/TODO               |    6 +
 tags/rel-1_4_5/create_distrib.sh  |   87 +++
 tags/rel-1_4_5/gscriptor          |  867 ++++++++++++++++++++++++++
 tags/rel-1_4_5/gscriptor.1p       |   45 ++
 tags/rel-1_4_5/gscriptor.desktop  |    8 +
 tags/rel-1_4_5/gscriptor.gtk1.2   |  734 ++++++++++++++++++++++
 tags/rel-1_4_5/pcsc_scan.1        |   78 +++
 tags/rel-1_4_5/pcsc_scan.c        |  377 ++++++++++++
 tags/rel-1_4_5/scriptor           |  150 +++++
 tags/rel-1_4_5/scriptor.1p        |   86 +++
 tags/rel-1_4_5/smartcard_list.txt | 1213 +++++++++++++++++++++++++++++++++++++
 tags/rel-1_4_5/test.script        |   25 +
 18 files changed, 5188 insertions(+)

commit 26d447727ca2659ce41bf30449c7c79d11129d15
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon May 8 15:11:26 2006 +0000

    update pcsc_scan example with Historical bytes parsing
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3863 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 26 ++++++++++++++++++++++----
 1 file changed, 22 insertions(+), 4 deletions(-)

commit a1383b919b13c8bf15e5b0a5ab76010faef15481 (tag: 1.4.5)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon May 8 15:00:59 2006 +0000

    release 1.4.5
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3862 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 84f164e59ca0186c9011543356f131f93a34216b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed May 3 20:36:33 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3861 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit b991e1ab8378ee18ee0981c5a7b675e49ed97343
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed May 3 17:47:34 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3860 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit c0bdeabbdac9b52d685aa064ef7f564484f38101
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 21 18:47:48 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3859 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit c1fe1278114279c1ba2a970eac4047e855f48665
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Apr 19 18:29:30 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3858 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 2d229ed2935bdc716488b5549e4e6db9c94d3aba
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Apr 19 17:35:39 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3857 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit c285fd5d8175b0f27c9d1765638e84c47b9b289a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Apr 12 20:21:04 2006 +0000

    add code to parse the historical bytes
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3856 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 361 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 358 insertions(+), 3 deletions(-)

commit 1f7e38df0a299ed44e1cac39c4b8ac94045ce36b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 7 13:01:50 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3855 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 13e6268e92b687c2da2726ba5b94a675a293b72c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 7 13:00:06 2006 +0000

    2 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3854 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 559c1be58f9508c8fba4fad9278a70823ae0adb1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 7 12:57:59 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3853 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit e093b170d68b3764543684a8d383bb617b747be0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Apr 2 14:46:23 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3852 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 76a00457e45ebb414d42f4379dd99e28c83dce71
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Mar 31 11:59:10 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3851 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 016f5e7614d531da308d31da026d5295586134d9 (tag: 1.4.4)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 25 17:27:22 2006 +0000

    release 1.4.4
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3850 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 0d5b576b76c043f12feff5f977544360791b30b6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Mar 24 13:38:24 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3849 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 4316eb16c60c45d3c1e0d75d3fb3e2e0b7a7b0e7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Mar 23 12:12:25 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3848 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit f6976d71636972e3f0f140eb11914068b2bf0333
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 21 19:45:42 2006 +0000

    add TCK check
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3847 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 33 +++++++++++++++++++++++++++++++--
 1 file changed, 31 insertions(+), 2 deletions(-)

commit 3f7dd8ee366d9935c507f5a6288baf3300ab9f80
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Mar 19 08:46:58 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3846 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 295871a0f4e0ea6527cf23054447ea472be240b1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Mar 17 14:00:44 2006 +0000

    version 1.4 and update copyright
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3845 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit de18c53dce71e4d5a93c2e3391865e5f0a726e5b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Mar 17 14:00:04 2006 +0000

    small reformat
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3844 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

commit a706040d46943d3d17c1317db108e0b6fd4ec022
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Mar 17 13:57:08 2006 +0000

    remove unused $nb_bytes variable
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3843 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit 92316368c6ab30155aa94a44dd17d0ebce678af1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 15 20:22:17 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3842 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit adbc003a0ca9b1bcb27d383a4220027436392b2d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 11 16:32:32 2006 +0000

    ReaderConfig(): use stock icons
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3841 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit 8aee8e70851e668044d38c85e9e3fca8cfae5225
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 11 16:21:47 2006 +0000

    MessageBox(): add a $icon_text parameter
    change the calls to MessageBox() to use the new parameter
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3840 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 56 +++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 33 insertions(+), 23 deletions(-)

commit 51c6dbffeacd9692bb270c3aaee7a7449d349b10
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 11 14:30:28 2006 +0000

    MessageBox(): use stock buttons when possible
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3839 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 161263144c67468c89d2814ef8fe83558fd387b1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 11 14:18:01 2006 +0000

    update copyright date
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3838 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 1e1336ce41ed09106fd1ab360365bb6eef1ff7e5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 11 14:16:04 2006 +0000

    ReaderConfig(): use a HButtonBox for the buttons
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3837 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 3300268a04fde54cc915d60dd80f0a950a22a8c4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 11 14:13:47 2006 +0000

    MessageBox(): use a HButtonBox for the buttons
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3836 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit fad3828d69741fc31325ddd53e34c7854faba9a4
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Thu Mar 9 13:51:10 2006 +0000

    This commit was manufactured by cvs2svn to create tag 'rel-1_4_3'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3835 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel-1_4_3/ATR_analysis       |  423 ++++++++++++++
 tags/rel-1_4_3/ATR_analysis.1p    |   46 ++
 tags/rel-1_4_3/LICENCE            |  340 +++++++++++
 tags/rel-1_4_3/MANIFEST           |   18 +
 tags/rel-1_4_3/Makefile           |   49 ++
 tags/rel-1_4_3/README             |  228 ++++++++
 tags/rel-1_4_3/TODO               |    6 +
 tags/rel-1_4_3/create_distrib.sh  |   87 +++
 tags/rel-1_4_3/gscriptor          |  853 +++++++++++++++++++++++++++
 tags/rel-1_4_3/gscriptor.1p       |   45 ++
 tags/rel-1_4_3/gscriptor.desktop  |    8 +
 tags/rel-1_4_3/gscriptor.gtk1.2   |  734 +++++++++++++++++++++++
 tags/rel-1_4_3/pcsc_scan.1        |   78 +++
 tags/rel-1_4_3/pcsc_scan.c        |  377 ++++++++++++
 tags/rel-1_4_3/scriptor           |  150 +++++
 tags/rel-1_4_3/scriptor.1p        |   86 +++
 tags/rel-1_4_3/smartcard_list.txt | 1166 +++++++++++++++++++++++++++++++++++++
 tags/rel-1_4_3/test.script        |   25 +
 18 files changed, 4719 insertions(+)

commit d4df06c81a9d85de259ebb31d4b3a8e180192958 (tag: 1.4.3)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Mar 9 13:51:09 2006 +0000

    release 1.4.3
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3834 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 2a4b014b859cb1de702ae29620c3dac15bb5bb54
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Mar 9 13:48:19 2006 +0000

    set the pointer to NULL after a free(). The glibc do not accept a
    double free anymore and stops the process
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3833 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

commit 01461ff75ae7de0ab1309f2de6606ee340515238
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Mar 9 13:47:06 2006 +0000

    free memory only if it was allocated. The test was reversed.
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3832 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 7a2d95e7906df4282926168aed7666304a652253
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Mar 9 12:17:40 2006 +0000

    install smartcard_list.txt in $(DESTDIR)/share/pcsc instead of
    $(DESTDIR)/pcsc as it is where ATR_analysis is looking for it
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3831 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit cb74dc4bfc27a9612e44aef6e2a566616d5056bb
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Tue Mar 7 20:25:58 2006 +0000

    This commit was manufactured by cvs2svn to create tag 'rel-1_4_2'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3830 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel-1_4_2/ATR_analysis       |  423 ++++++++++++++
 tags/rel-1_4_2/ATR_analysis.1p    |   46 ++
 tags/rel-1_4_2/LICENCE            |  340 +++++++++++
 tags/rel-1_4_2/MANIFEST           |   18 +
 tags/rel-1_4_2/Makefile           |   49 ++
 tags/rel-1_4_2/README             |  222 +++++++
 tags/rel-1_4_2/TODO               |    6 +
 tags/rel-1_4_2/create_distrib.sh  |   87 +++
 tags/rel-1_4_2/gscriptor          |  853 +++++++++++++++++++++++++++
 tags/rel-1_4_2/gscriptor.1p       |   45 ++
 tags/rel-1_4_2/gscriptor.desktop  |    8 +
 tags/rel-1_4_2/gscriptor.gtk1.2   |  734 +++++++++++++++++++++++
 tags/rel-1_4_2/pcsc_scan.1        |   78 +++
 tags/rel-1_4_2/pcsc_scan.c        |  367 ++++++++++++
 tags/rel-1_4_2/scriptor           |  150 +++++
 tags/rel-1_4_2/scriptor.1p        |   86 +++
 tags/rel-1_4_2/smartcard_list.txt | 1166 +++++++++++++++++++++++++++++++++++++
 tags/rel-1_4_2/test.script        |   25 +
 18 files changed, 4703 insertions(+)

commit 4b017bda71936c67e0e4198740ab9a1963f3a6e9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 7 20:25:57 2006 +0000

    update copyright date
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3829 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e9d59e64b66e79674d398d4d5a2fdb4da8541d72 (tag: 1.4.2)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 7 20:20:05 2006 +0000

    release 1.4.2
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3828 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 880991abc0eb2ddab72325845e1a6b8b7f296ff8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 7 20:18:43 2006 +0000

    add gscriptor.desktop
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3827 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/MANIFEST | 1 +
 1 file changed, 1 insertion(+)

commit d89c8241a5472bbab0c1cff27c016c42ac44184f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 7 20:16:01 2006 +0000

    add color output support
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3826 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 52 ++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 42 insertions(+), 10 deletions(-)

commit ba5bc78282b003d42bdd52a71bcfb331916f2074
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 7 19:48:48 2006 +0000

    correct two typos.
    
    Thanks to Ville Skytt? for the patch
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3825 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 4a6d6c973df424c89cfded80cb449722406e8c9e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 7 19:41:15 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3824 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 4c563f38580108b811d770c9a558371900c59a56
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Mar 5 17:48:19 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3823 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 4d10608048f8ff40cfed707739a45b27f8a9c232
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 4 19:41:22 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3822 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit eb41bb044f5c8bffd1d3935cb63c2820c79cc1d9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Feb 24 10:29:36 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3821 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 58acb9afeb97c1d8048d4eae9d292af926c39574
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Feb 20 19:19:18 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3820 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 68779eb1436a363d43fb0700d544ce1218b6f361
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Feb 5 16:50:10 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3819 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit d3d07d9d171ce3c65d41b68677051253cc196957
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 31 21:58:47 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3818 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 2434d3bb6ddec1238782c2ff0a1e56581e0ce360
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 24 16:14:22 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3817 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit a30eb02bd651c0af21015179c5a7ee2ab3464be6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 17 19:41:46 2006 +0000

    french -> French
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3816 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 89e59243a1c1d5e34f3dc1393c3534753b736785
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jan 15 10:33:17 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3815 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit df073744ad6bc5377aab696427f31a315c80ba9a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jan 15 10:31:42 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3814 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit d8423381539cd6ad4f55f06d15d2c0c5ec682eb9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jan 1 21:48:35 2006 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3813 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 9085f33f7f0457cf6b1db4bc091d8574c0c714b5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Dec 18 17:17:26 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3812 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit ad752c9a9ad143b2b4f34b8f714deb822962e5ed
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 27 16:44:55 2005 +0000

    correct an ATR description
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3811 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit 381a32730291f3ff7c79230762578852c60d0d01
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Nov 23 20:02:46 2005 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3810 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

commit 0b1433b04506b7e7d9e6c8c41a7f5858127ded2c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Nov 17 12:53:06 2005 +0000

    4 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3809 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

commit 6266999f11fa1ea15dbad9e6ebe9dbdc310df3bb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 13 13:58:20 2005 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3808 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit f68e3dfee1bae20f784eb6996f876736056d305a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Nov 10 17:27:12 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3807 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 7e81318f4e9328fe3a1ac38f4e64cb580457a0e6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Nov 9 20:30:37 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3806 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit adefb814e87c045646856d5e4e3014dc6aa48c13
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Nov 1 12:13:18 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3805 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit fde7baf8b6801333c9c9f252e1429a59be3acf08
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Oct 28 19:31:53 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3804 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit af68748dfc858a46bff58811856b9078bbf4467c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Oct 28 19:29:39 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3803 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit aa26befc27c3981c8126dbcfc991eedb7cf11835
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Oct 21 11:13:22 2005 +0000

    use /usr/share/pcsc/ instead of /usr/lib/pcsc/ do be more FHS compliant
    
    Thanks to Ville Skyttä for the patch
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3802 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis.1p | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

commit 6c19747b2f55e1842c844a017555191e64f1431e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Oct 21 11:13:21 2005 +0000

    use /usr/share/pcsc/ instead of /usr/lib/pcsc/ do be more FHS compliant
    
    Thanks to Ville Skytt? for the patch
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3801 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7a99fab5e4fdbd2e7a1a69374266e49f2ca77372
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Oct 21 11:09:07 2005 +0000

    freedesktop.org compatible menu entry for gscriptor
    
    Thanks to  Ville Skyttä
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3800 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor.desktop | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 6ea6b1ab2b41b505581d6fc94d88efbdae608121
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Oct 20 22:28:02 2005 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3799 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 569aebe3be3ec083f0c10aea7f2e21c9a8ee604b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 18 16:39:40 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3798 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 6f7f3e6ad5ec0b0ffb69b7a895efe3095f89a194
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 18 16:36:18 2005 +0000

    typo: seams -> seems.
    Thanks to Christian Weiske
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3797 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b5eeb4155252168dd22de5f07d74bac18ab5bf2a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 11 18:55:21 2005 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3796 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit b516977f728e414a6cc1325356d9cb107b608281
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Oct 7 21:56:55 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3795 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 056354aab7c609eead5aa022501632d073aceecf
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Sep 6 19:19:13 2005 +0000

    5 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3794 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

commit 46e92c3127e8328b3e9a1f14c8ee15e4d4a023f7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Sep 2 16:36:25 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3793 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

commit 195a0f06c85e037fa6ad564fb27a1829d51a5c9c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 30 16:06:10 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3792 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit d6ec4c1984ab7a0671ff551eb93bd1fe407de7f2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Aug 25 17:20:45 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3791 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 05c5ec5f4a070668176aa8832926ab84ae0125ce
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Aug 18 18:43:14 2005 +0000

    9 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3790 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 32 +++++++++++++++++++++++++++++++-
 1 file changed, 31 insertions(+), 1 deletion(-)

commit 1e4361321e373b52c88f35f66aa7c161582b9179
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 16 17:40:17 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3789 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit ec93dcb0b5d209105f73d43ab23760f47e6ee5c0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Aug 4 17:12:00 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3788 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 2ba5b5d9b6760634a59b661c3b395633026843d2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Aug 3 17:14:51 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3787 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 14a8b1a78d6b3101b4217b97c257173da0d40486
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Aug 3 17:11:38 2005 +0000

    5 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3786 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

commit 87bc5b5d0b3d25c24e4a8ade935970fda185b982
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 2 20:39:10 2005 +0000

    free memory only if it allocated. The test was reversed.
    
    Thanks to Vincent Fiack for the patch.
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3785 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 6983e22a24641a276b35f7bbd63f88795072c3b4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jun 29 17:56:07 2005 +0000

    2 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3784 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit f0a24459d434e5a893632e17f427524d551c7434
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jun 11 18:08:24 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3783 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 47bc88954adaf9272526930f83d6c8e1b778c944
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jun 1 18:11:42 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3782 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit aa4ec8e1255216eb4d05e9e522a9a076e7b816f7
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Sun May 29 13:49:07 2005 +0000

    This commit was manufactured by cvs2svn to create tag 'rel-1_4_1'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3781 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel-1_4_1/ATR_analysis       | 423 +++++++++++++++++
 tags/rel-1_4_1/ATR_analysis.1p    |  47 ++
 tags/rel-1_4_1/LICENCE            | 340 +++++++++++++
 tags/rel-1_4_1/MANIFEST           |  17 +
 tags/rel-1_4_1/Makefile           |  49 ++
 tags/rel-1_4_1/README             | 216 +++++++++
 tags/rel-1_4_1/TODO               |   6 +
 tags/rel-1_4_1/create_distrib.sh  |  87 ++++
 tags/rel-1_4_1/gscriptor          | 853 +++++++++++++++++++++++++++++++++
 tags/rel-1_4_1/gscriptor.1p       |  45 ++
 tags/rel-1_4_1/gscriptor.gtk1.2   | 734 +++++++++++++++++++++++++++++
 tags/rel-1_4_1/pcsc_scan.1        |  78 +++
 tags/rel-1_4_1/pcsc_scan.c        | 335 +++++++++++++
 tags/rel-1_4_1/scriptor           | 150 ++++++
 tags/rel-1_4_1/scriptor.1p        |  86 ++++
 tags/rel-1_4_1/smartcard_list.txt | 969 ++++++++++++++++++++++++++++++++++++++
 tags/rel-1_4_1/test.script        |  25 +
 17 files changed, 4460 insertions(+)

commit 588411da2540cf9d43ecead856c27efc2300434e (tag: 1.4.1)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 29 13:49:06 2005 +0000

    release 1.4.1
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3780 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

commit 79b33a146f85c1b9b1b4ce2b14cb76b3bf70acf9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 29 13:43:59 2005 +0000

    update dates
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3779 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 14bf73bfdcd239a9bbfe0bdbfaa3a5f7d46432c3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 29 13:42:12 2005 +0000

    ReaderConfig: use an empty reader name if none is selected
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3778 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 491a3c21cd2f3f76a9bc2ca883ea32da4172bbc6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 29 13:32:20 2005 +0000

    ConnectDefaultReader: if only one reader is found use it unconditionally
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3777 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 76aa898fddcceac8cba5673366bb6b714bfde883
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 29 10:38:09 2005 +0000

    add instructions to download a new version of the list
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3776 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 3ee91a91a3841f7cb5cb410fc4b30e0649ca7972
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 29 10:32:08 2005 +0000

    update copyright date
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3775 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 0175364a01000f4bf7eb0ed594ff2c23a274c091
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 29 10:31:37 2005 +0000

    check ~/.smartcard_list.txt for known ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3774 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 27 ++++++++++++---------------
 1 file changed, 12 insertions(+), 15 deletions(-)

commit 8b6403ebca9c13546652457b73c39075de22089f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 27 08:43:47 2005 +0000

    the no argument test was wrong
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3773 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e78d00578dcc9dc5d0491c1a78976aa3e8faf13f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 27 08:42:05 2005 +0000

    display help if no argument is given
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3772 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit ea49bf4e4c5417f6a0e56ef25d09986609e535ce
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 27 08:39:21 2005 +0000

    change version number and copyright date
    display the licence
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3771 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 4e44278055b4b18265c581cc2d9b8234daa63260
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 27 08:35:42 2005 +0000

    typo in a comment
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3770 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 4241afeb05ba1d61996b361baf93e92f045f74bc
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 27 08:34:57 2005 +0000

    accept 3B A7 00 40 18 80 65 A2 08 01 01 52 and not just
    '3B A7 00 40 18 80 65 A2 08 01 01 52' as command line argument
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3769 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit c026e94099d35a4359af316c17bea38683ca6ae7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 27 06:54:18 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3768 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 3ce58a74b4a87240ca69ffb7bbc2d2af6f8a734c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue May 24 18:07:58 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3767 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 7c90d3a4e6670eafcb1c6bbe93d646154862c383
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu May 19 11:18:43 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3766 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit af2d02c32f9575127337c7b1633968b8c7115615
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon May 16 11:59:31 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3765 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit d465500ed8ac7ae0697bb62157c509c9abc664a0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue May 10 17:08:25 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3764 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 43f6155efd4209a08aa48163f6acf8ee75dbeaae
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue May 10 16:06:55 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3763 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit d44a4751a4991ab371e66f8e120413531095db24
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue May 10 16:04:56 2005 +0000

    correct a card name
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3762 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f13a5a52cbc1a3a57bd020a09a7ab625c1dd387e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri May 6 10:19:54 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3761 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 2b74afbdd6cd7095f037265eef2bfcafd9d7ea8a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 22 09:59:47 2005 +0000

    correct Card Infocamere description
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3760 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 38bb297b488563e00ecc90a9e2ce513043bd0db8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 22 08:03:49 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3759 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

commit 824a6b07ce5292b090b085db39e00b86136d2892
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Apr 20 19:40:21 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3758 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit fbc174ca2bd75524b3b0e2a8831f67aa77e522f2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 19 19:20:08 2005 +0000

    use "Compiled with PC/SC lite version" to make it clear it is NOT the
    installed version of pcsc-lite
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3757 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 02e983f001836fd1b56ebffbc4abb0b27389314a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Apr 13 18:14:17 2005 +0000

    update copyright date
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3756 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 9a95a975e04488210d722f72c81185fab26ddd33
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 5 17:53:55 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3755 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 3e195742f83031cddb575bb95be5e08e4c186331
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Feb 17 23:10:43 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3754 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit c2a6537158d60f223872fa533893e4e3ca191e99
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Feb 1 18:55:22 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3753 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit f3423258043ac19c1599fbd36ded73745007f3c2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 26 19:19:35 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3752 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit c1e8253c63f8f5a731ed05b5d6f48f43d4d0010d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 26 18:30:10 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3751 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 3f65af5b22aea498533263239a25064c000108f7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 19 18:39:12 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3750 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 5f1758ddfec9354a19db1bdc80bbe91368c0f03f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jan 13 17:49:36 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3749 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit c535b18b7e8b9fdaa958ed98a4bb14e6a9dbe5ad
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 12 18:15:27 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3748 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit fb8d476ca75d51347aad2c2bb8dd75d4919b1e56
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 11 18:36:03 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3747 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit cb3f11e434c2ddb53df1794526b41c33f28e100f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jan 9 19:18:04 2005 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3746 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 4c22c106b89c1760152ab5bf1d9aa1fe1930d7d9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jan 9 19:15:05 2005 +0000

    1 new ATR and 2 description updates
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3745 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

commit caad5359e50ff797deca2739f85c4b8704510aa2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 15 20:14:26 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3744 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit a1fddba76fc6d17c3fec7b690ccb6e2398526dd7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Dec 11 15:02:20 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3743 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit ed7d37caa011d8623829a9373289459a0eb2024b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Dec 10 14:28:17 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3742 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit e03b00531d432a738eb72ddb72fcd037f1ca37d1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Dec 3 15:25:12 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3741 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit ab4d4702cd1ec2bdd4a5a83eb656b9a8032ee8eb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Nov 30 16:56:34 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3740 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 48477cfe71710193a0c3de01fc836fd1170d58c4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 20 19:11:43 2004 +0000

    generalise an ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3739 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 5bcdf944c873356c402d699307ed22893968d7de
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Nov 19 18:40:37 2004 +0000

    2 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3738 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit db7202401f71f231c2cca59fd6c631ddc9c92d77
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Nov 18 16:36:15 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3737 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit ebfaadbce6cb877c520ef3f5edf74d2c8420227d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Nov 9 19:51:47 2004 +0000

    3 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3736 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 6937d25a666878eaf3f14ca6e013a3554c660ff5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Nov 4 16:43:53 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3735 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit f94989b45b64b68a1565169746ddfacf70726889
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 26 18:33:05 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3734 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit b3e5fc0328766a950862d915dcdf2590ea706b27
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Oct 21 11:12:24 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3733 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 5aa456b70a01816681db94c3bbd196ec9f31e8b3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Oct 21 11:03:52 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3732 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit ceaac0ba9709000c0fdf67a06e6456d2330e07cb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Oct 15 18:05:09 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3731 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit c8a30761fb8bb66e33607b4022c1e81fe9b4fc18
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Sep 30 20:27:19 2004 +0000

    add some documentation to the previous ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3730 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 181b03af3290868182b7a98c8f47100ba4f03ef7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Sep 30 18:59:57 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3729 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 10b64c3f89eb787c65a4b410f12749bcc99573d1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Sep 17 18:33:29 2004 +0000

    add URL for documentating an ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3728 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit f73b5e0ec29215fb575c2b545d039217f7e82316
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Sep 15 18:17:41 2004 +0000

    file sort
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3727 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 123 +++++++++++++++++++++++------------------------
 1 file changed, 61 insertions(+), 62 deletions(-)

commit f559e9f96501278254a83083bd1226afe75efada
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Sep 15 18:01:45 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3726 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 1e84b187d0bdd7b2e0369cd5e8ccc54591407321
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Sep 1 17:00:46 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3725 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit d692708db47e626800853b687ceb3f960407b444
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Aug 25 18:15:48 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3724 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 42ec92ce379b189023aee795ce50c27406f4ea96
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 24 18:13:38 2004 +0000

    remove 1 ATR duplicate
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3723 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

commit cba87b0bc5ed62aef4fd602bc4f782ee0da0b982
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 24 17:41:28 2004 +0000

    2 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3722 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 21c97c8cc1ff4d1a5cbe584d0512a2a739dc82a1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 13 21:38:30 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3721 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 90635076200ab6d8a22e3f29cc781c504fd0e0dd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Aug 11 21:56:05 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3720 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 5ad3bdf85a3a6f866a603004e3d7a3e7634aa9c5
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Fri Aug 6 14:45:49 2004 +0000

    This commit was manufactured by cvs2svn to create tag 'rel-1_4_0'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3719 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel-1_4_0/ATR_analysis       | 424 +++++++++++++++++++
 tags/rel-1_4_0/ATR_analysis.1p    |  47 +++
 tags/rel-1_4_0/LICENCE            | 340 +++++++++++++++
 tags/rel-1_4_0/MANIFEST           |  17 +
 tags/rel-1_4_0/Makefile           |  49 +++
 tags/rel-1_4_0/README             | 207 ++++++++++
 tags/rel-1_4_0/TODO               |   6 +
 tags/rel-1_4_0/create_distrib.sh  |  87 ++++
 tags/rel-1_4_0/gscriptor          | 847 ++++++++++++++++++++++++++++++++++++++
 tags/rel-1_4_0/gscriptor.1p       |  45 ++
 tags/rel-1_4_0/gscriptor.gtk1.2   | 734 +++++++++++++++++++++++++++++++++
 tags/rel-1_4_0/pcsc_scan.1        |  78 ++++
 tags/rel-1_4_0/pcsc_scan.c        | 335 +++++++++++++++
 tags/rel-1_4_0/scriptor           | 150 +++++++
 tags/rel-1_4_0/scriptor.1p        |  86 ++++
 tags/rel-1_4_0/smartcard_list.txt | 822 ++++++++++++++++++++++++++++++++++++
 tags/rel-1_4_0/test.script        |  25 ++
 17 files changed, 4299 insertions(+)

commit 98377d9ffb5ba8c4d6de838812cb43b713b74962 (tag: 1.4.0)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 6 14:45:48 2004 +0000

    release 1.4.0
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3718 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit c61985fb500679678851f748fcdae80379fcb1d0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 6 14:42:55 2004 +0000

    add gscriptor.gtk1.2
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3717 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/MANIFEST | 1 +
 1 file changed, 1 insertion(+)

commit b86641c33fb8146eb6942e88fb62a53f0e857317
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 6 14:42:42 2004 +0000

    old version using gtk 1.2
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3716 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor.gtk1.2 | 734 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 734 insertions(+)

commit 23e7cbf4834b2bdf429dd76b89f6162963d64358
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 6 14:38:55 2004 +0000

    use nice icons in the menu
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3715 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 45 ++++++++++++++++++++++++++++++++++-----------
 1 file changed, 34 insertions(+), 11 deletions(-)

commit 0730e707811fbc495722f5f09a993794a74ab05c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 6 14:17:54 2004 +0000

    use english typography (no space before ! and ?)
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3714 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

commit b9d80a76d080272f7217e297d0a7afac831e96bb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 6 14:15:34 2004 +0000

    select the latest reader used
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3713 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

commit ffe5896b1a1d36373ba80be871ba940629aa5b33
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 6 13:51:17 2004 +0000

    update
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3712 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8d60eb93765a02986b89252907d80e336744b92b
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 6 13:51:03 2004 +0000

    use C comment /* */ instead of C++ comments //
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3711 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 863c66c028cbe5fb4c219100dc9485c78fbe914a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Aug 1 22:05:47 2004 +0000

    2 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3710 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit fdedca75c7e0a0f6728dacef771df5ea0d26d27d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jul 31 19:24:15 2004 +0000

    2 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3709 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

commit 43624cb4c5c1fa5bce9fbd6378c66550f79fa695
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jul 29 15:23:50 2004 +0000

    2 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3708 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 43c27b9b134bd04549d4347de906b778190b30e2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jul 23 20:06:43 2004 +0000

    3 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3707 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

commit 890a985f3bb7718fb475cfd0aaff4f9afdaf872f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jul 22 17:08:30 2004 +0000

    move from libgtk-perl to libgtk2-perl and add many improvements:
    - color support
    - T=0 or T=1 support
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3706 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 489 ++++++++++++++++++++++++++++++++------------------------
 1 file changed, 283 insertions(+), 206 deletions(-)

commit 4e88c9e575f0a517f9b4f5b024a79abf195a12c2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Jul 19 15:02:51 2004 +0000

    if the command does not contains spaces (00A4030000) we expand it
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3705 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 5 ++++-
 trunk/scriptor  | 7 ++++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

commit a5c4884006e8c8dcd4f51a906d10e7419b891b6e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Jul 19 14:48:58 2004 +0000

    2 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3704 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 4a6f09500fac5b221704b66fe4f46a2fa2834ffb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jul 10 14:12:39 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3703 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 06f647c7e03a257ff2bf69e6f42adad5b5124bf9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jul 7 16:57:00 2004 +0000

    section is 1p
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3702 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis.1p | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 70b624c3d3e0b75423740262e11e4fc282c8b894
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jul 7 16:56:26 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3701 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 6989a1251cba27e8a19060f79b22b7c62085a06c
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Sun Jul 4 13:24:38 2004 +0000

    This commit was manufactured by cvs2svn to create tag 'rel-1_3_4'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3700 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel-1_3_4/ATR_analysis       | 424 +++++++++++++++++++++
 tags/rel-1_3_4/ATR_analysis.1p    |  47 +++
 tags/rel-1_3_4/LICENCE            | 340 +++++++++++++++++
 tags/rel-1_3_4/MANIFEST           |  16 +
 tags/rel-1_3_4/Makefile           |  49 +++
 tags/rel-1_3_4/README             | 202 ++++++++++
 tags/rel-1_3_4/TODO               |   6 +
 tags/rel-1_3_4/create_distrib.sh  |  87 +++++
 tags/rel-1_3_4/gscriptor          | 731 +++++++++++++++++++++++++++++++++++
 tags/rel-1_3_4/gscriptor.1p       |  45 +++
 tags/rel-1_3_4/pcsc_scan.1        |  78 ++++
 tags/rel-1_3_4/pcsc_scan.c        | 335 ++++++++++++++++
 tags/rel-1_3_4/scriptor           | 145 +++++++
 tags/rel-1_3_4/scriptor.1p        |  86 +++++
 tags/rel-1_3_4/smartcard_list.txt | 783 ++++++++++++++++++++++++++++++++++++++
 tags/rel-1_3_4/test.script        |  25 ++
 16 files changed, 3399 insertions(+)

commit 330be853c238d51f6bffa7965290236a85a8fa2f (tag: 1.3.4)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jul 4 13:24:37 2004 +0000

    release 1.3.4
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3699 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit 71adae596cab8e9c8ebbe571b76b77cf31b65f0f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jul 4 13:04:00 2004 +0000

    use http://pcsclite.alioth.debian.org/ as pcsc-lite homepage
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3698 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 0c8194bb0c79d8b549759f257127e21b76bb4850
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jul 1 19:57:39 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3697 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit fb49c10d6a71fc81999f62f9cafce4f49841720a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jun 29 18:10:17 2004 +0000

    LPSTR -> LPTSTR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3696 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 5440c39bb01fb9b6a0a45624211c42d4fa5a0afa
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jun 29 17:58:46 2004 +0000

    only send the 5 last characters of the response to Chipcard::PCSC::Card::ISO7816Error()
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3695 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 4 ++--
 trunk/scriptor  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 0f3559e1b6b0a0e6dbf2901ba4acfd04ca06e45f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jun 15 20:15:29 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3694 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 82b5b71c807c1ddcd56c31affb884a59bf0d95a4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jun 13 21:01:23 2004 +0000

    use 'pkg-config libpcsclite [--cflags|--libs]'
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3693 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/Makefile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit c226a96b37ef7931d41bc30a051d9383129c9c91
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Jun 13 20:49:36 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3692 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 7adf020f2dd7c150e47c2033179a0a21b668b090
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue May 25 07:35:13 2004 +0000

    some systems do not support the long options of install
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3691 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 98f1b160efcbc2192a7c8c9fc16036231fb010da
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon May 17 20:22:25 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3690 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 4327035de2d4decc668e9f060388e8e0ab28fc12
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Apr 4 11:22:28 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3689 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit ddb07850536ed860109f0dc814eb8fbefbe713de (tag: 1.3.3)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 2 10:11:18 2004 +0000

    release 1.3.3
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3688 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 22daf9ca1da600e3c40fedbb754792218d32205d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 2 06:44:38 2004 +0000

    use a dynamic table for readers to avoid any use of the deprecated
    PCSCLITE_MAX_CHANNELS constant
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3687 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 58 ++++++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 47 insertions(+), 11 deletions(-)

commit fde178c6f1f628a1d428eed978016fb33302824a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Apr 2 06:40:02 2004 +0000

    add -g debug flag to CFLAGS
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3686 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 9bcb813420589005f9a22fa563ab966b3fb2c6af
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 30 16:47:25 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3685 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit bfb8350cf7734278c7410e3872abfc2d13bf1721
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 24 18:18:10 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3684 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit fe9e1f898389838e64edf48f82819da7ea4c53cf
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 24 18:14:59 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3683 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 77f40a915a69249329f74d085c45bd071fb19cba
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 2 13:37:17 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3682 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 459a221d150501a11a4a44a50020764b8733dbc4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Feb 20 17:41:19 2004 +0000

    2 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3681 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 9a15738b59c1497827c1b5c135de4f5296819bdf
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 17 16:56:14 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3680 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit e3af88446568badd711656b482441ec5414933db
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jan 14 16:57:41 2004 +0000

    update 1 ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3679 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 3c65fad4041999d64add4019fff3ddab7d01990f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jan 9 22:36:22 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3678 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 2c9f39075824e6a4e5b5049ed50ae0150159f035
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jan 9 20:15:01 2004 +0000

    one new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3677 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 1f9620e86b55c821d4fe32d145b5771bd273bfcd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jan 8 09:23:19 2004 +0000

    add support of PCSC MacOS X framework
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3676 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/Makefile    | 7 +++++--
 trunk/pcsc_scan.c | 7 ++++++-
 2 files changed, 11 insertions(+), 3 deletions(-)

commit fefeaced5650e0c8a18a3c32ce78b33b7fcd3736
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Jan 5 22:32:11 2004 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3675 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit a63115b8a2c9a04d84da4963f04e7469a5ec3401
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Dec 20 13:32:21 2003 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3674 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 4286e91c4d4d0ac8e1033ff7cd19fb6d38d2046e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Dec 19 08:11:25 2003 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3673 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit abea8c88c44723035b7d1c978506a9f56a7d7d2d
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Wed Dec 17 19:33:15 2003 +0000

    This commit was manufactured by cvs2svn to create tag 'rel-1_3_2'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3672 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel-1_3_2/ATR_analysis       | 424 ++++++++++++++++++++++
 tags/rel-1_3_2/ATR_analysis.1p    |  47 +++
 tags/rel-1_3_2/LICENCE            | 340 ++++++++++++++++++
 tags/rel-1_3_2/MANIFEST           |  16 +
 tags/rel-1_3_2/Makefile           |  46 +++
 tags/rel-1_3_2/README             | 188 ++++++++++
 tags/rel-1_3_2/TODO               |   6 +
 tags/rel-1_3_2/create_distrib.sh  |  87 +++++
 tags/rel-1_3_2/gscriptor          | 731 ++++++++++++++++++++++++++++++++++++++
 tags/rel-1_3_2/gscriptor.1p       |  45 +++
 tags/rel-1_3_2/pcsc_scan.1        |  78 ++++
 tags/rel-1_3_2/pcsc_scan.c        | 294 +++++++++++++++
 tags/rel-1_3_2/scriptor           | 145 ++++++++
 tags/rel-1_3_2/scriptor.1p        |  86 +++++
 tags/rel-1_3_2/smartcard_list.txt | 722 +++++++++++++++++++++++++++++++++++++
 tags/rel-1_3_2/test.script        |  25 ++
 16 files changed, 3280 insertions(+)

commit ae8e0c660f03305e94904aeea3c06b3093b1efee (tag: 1.3.2)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 17 19:33:14 2003 +0000

    release 1.3.2
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3671 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

commit 2aac0c509837311ba5b1ba8f8090349f963a0457
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Dec 16 16:48:47 2003 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3670 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit 0f2fc8c25f339e07787f08bfbbcc7c6c9d2a1a12
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 10 19:40:13 2003 +0000

    change "Using" in "Trying" before the real communication protocol is known.
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3669 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/scriptor | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit e0f776fd604116127c58d5b5133268129a74b11d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 10 19:18:44 2003 +0000

    print the communication protocol used.
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3668 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/scriptor | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

commit 2e11279bb94375abf658a96efde3639fea55c90d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 10 19:09:53 2003 +0000

    by default let pcscd select the correct protocol among T=0 and T=1
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3667 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/scriptor | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit e64dcbd1442743c266d50a35a87e3fdddbb6dae0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Dec 5 15:34:24 2003 +0000

    one ATR removed
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3666 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit 9731775fbead4c063fa656492cbea448a9bbf3d7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 3 16:53:56 2003 +0000

    9 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3665 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 33 ++++++++++++++++++++++++++++++---
 1 file changed, 30 insertions(+), 3 deletions(-)

commit 083d26eed9f41dbde38fa3850f7c44c6d6c287c9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Nov 23 22:22:27 2003 +0000

    one new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3664 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 2bee1851999e9617db7df09d2ec14895466c5791
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Nov 20 07:13:37 2003 +0000

    2 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3663 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit d2a5b818c41b3d6830f0354d490407f18cf914bf
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Nov 19 17:01:41 2003 +0000

    one new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3662 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit fac57bce6692cdfd3efc331ddfac33e057a75b95
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Nov 18 17:08:17 2003 +0000

    one new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3661 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit a5423d9aae5fb0fb65c2119ab056c225fa994dd8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 8 17:13:41 2003 +0000

    change menu accelerator for Run so it can be used even if a text Text
    widget is selected
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3660 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit 5479ca5fe671e19e6945ab613ed6b6314d53ff8c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 8 17:07:02 2003 +0000

    simplify status word printing
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3659 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit e87ab20b9db5af6df70fc39536e7a4b2624fd00c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 8 17:02:03 2003 +0000

    use paned windows to resize Script and Result frames
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3658 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

commit 964d4272dbef76854c91c265079c04345d4b60a4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 8 16:42:23 2003 +0000

    print textual status word according to ISO 7816
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3657 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 859596d467208803ed7ff96567715108cf58d0cd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Nov 7 17:46:59 2003 +0000

    - print the ATR with 'reset' command
    - print textual status word according to ISO 7816
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3656 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/scriptor | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit 572e4078d0f3c5af03f065ed089db57cad4c05ac
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Wed Oct 29 18:12:14 2003 +0000

    This commit was manufactured by cvs2svn to create tag 'rel-1_3_1'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3655 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel-1_3_1/ATR_analysis       | 424 ++++++++++++++++++++++
 tags/rel-1_3_1/ATR_analysis.1p    |  47 +++
 tags/rel-1_3_1/LICENCE            | 340 ++++++++++++++++++
 tags/rel-1_3_1/MANIFEST           |  16 +
 tags/rel-1_3_1/Makefile           |  46 +++
 tags/rel-1_3_1/README             | 178 ++++++++++
 tags/rel-1_3_1/TODO               |   6 +
 tags/rel-1_3_1/create_distrib.sh  |  87 +++++
 tags/rel-1_3_1/gscriptor          | 731 ++++++++++++++++++++++++++++++++++++++
 tags/rel-1_3_1/gscriptor.1p       |  45 +++
 tags/rel-1_3_1/pcsc_scan.1        |  78 ++++
 tags/rel-1_3_1/pcsc_scan.c        | 294 +++++++++++++++
 tags/rel-1_3_1/scriptor           | 130 +++++++
 tags/rel-1_3_1/scriptor.1p        |  86 +++++
 tags/rel-1_3_1/smartcard_list.txt | 674 +++++++++++++++++++++++++++++++++++
 tags/rel-1_3_1/test.script        |  25 ++
 16 files changed, 3207 insertions(+)

commit b5cc301db5f491dc51bb34fa13699334ec7d7d00 (tag: 1.3.1)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 29 18:12:13 2003 +0000

    release 1.3.1
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3654 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit 68c48eedca12ee02d92ea126def79af4e2e6aa8c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 22 16:51:13 2003 +0000

    typo
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3653 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d6b26d4b5d49f622b80e2ec31dc15150585bc500
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 22 16:40:24 2003 +0000

    one new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3652 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit f432e899a20d5f9142980a89d5b0a260a7ae0ecb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 22 16:33:27 2003 +0000

    one more ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3651 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 5e1db70f4aabfe1c9072799a63979c78bcb056f7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 22 16:33:16 2003 +0000

    only ask to send me the ATR and card description if it is a
    microprocessor card. I am not (yet) interested in a list of memory cards.
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3650 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6aead2e55297f192d4264330682e36661c9e5dbb
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Oct 17 21:28:29 2003 +0000

    add -p argument to specify the ISO 7816 protocol to use (T=0 or T=1)
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3649 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/scriptor    | 50 ++++++++++++++++++++++++++++++++++++--------------
 trunk/scriptor.1p | 15 +++++++++++----
 2 files changed, 47 insertions(+), 18 deletions(-)

commit f5ca7e7bd7a1be0b52c93a9b6c99102c50a37bcd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 15 16:46:40 2003 +0000

    one new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3648 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit aa1267eb164d30d044e3b39d2051e9fa9c786f21
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 14 07:13:50 2003 +0000

    one more ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3647 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit c2db98c855f2a695dcc58e1ce1fab0fb7e672d32
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Oct 11 17:26:27 2003 +0000

    new ATR description
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3646 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 0be46e54a3705d824204dd1c563de0975ac52445
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Oct 3 16:17:28 2003 +0000

    two new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3645 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit a98bcc44444c52dbd221a6ee96c0923d50f06410
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Sep 3 15:52:29 2003 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3644 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 1b6aabfb16f259e102b3c78de37abe4cd15ea5a6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Sep 2 16:40:14 2003 +0000

    do not try to find the card model if it is not a microprocessor card
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3643 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

commit 1c9895d998a9d40a40ad5e1b5cacf97beb1f2e82
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 26 15:52:34 2003 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3642 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit f27ba979488a3ebe3de753a7d9aa031cf0b31c7d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 12 16:52:57 2003 +0000

    one new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3641 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 7659f14b0041252e788675c47006852f171afa03
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Aug 8 20:03:49 2003 +0000

    update Acer TravelMate card
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3640 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit d0e3e9c739550536cab5ad7eb0e1974dba6af691
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 5 18:30:23 2003 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3639 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit eef581884fcd0ef4fa21c271bac65a1e5ef4534a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jul 9 16:56:13 2003 +0000

    3 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3638 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit 61b18fa7d474dc4d4bc1217e0da8ff74170aaca3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jul 9 16:44:06 2003 +0000

    1 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3637 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 4182190b0d4eed9089f9efef7852019aba1c3270
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jun 24 20:27:40 2003 +0000

    add units (Volts, Amp?res)
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3636 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1b542f15b911ba0f5fbf43d07c0dca0f11eb6ed0
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jun 24 20:26:56 2003 +0000

    3 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3635 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit 73a3d65e9ef6e2ace1f329f3f3f909e371c8790c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Jun 4 19:19:49 2003 +0000

    8 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3634 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 31 ++++++++++++++++++++++++++++---
 1 file changed, 28 insertions(+), 3 deletions(-)

commit 2a9a21853b49e6e0d07b3f648f0e37983563fc89
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Sat May 31 20:49:26 2003 +0000

    This commit was manufactured by cvs2svn to create tag 'rel-1_3_0'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3633 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel-1_3_0/ATR_analysis       | 415 ++++++++++++++++++++++
 tags/rel-1_3_0/ATR_analysis.1p    |  47 +++
 tags/rel-1_3_0/LICENCE            | 340 ++++++++++++++++++
 tags/rel-1_3_0/MANIFEST           |  16 +
 tags/rel-1_3_0/Makefile           |  46 +++
 tags/rel-1_3_0/README             | 170 +++++++++
 tags/rel-1_3_0/TODO               |   6 +
 tags/rel-1_3_0/create_distrib.sh  |  87 +++++
 tags/rel-1_3_0/gscriptor          | 731 ++++++++++++++++++++++++++++++++++++++
 tags/rel-1_3_0/gscriptor.1p       |  45 +++
 tags/rel-1_3_0/pcsc_scan.1        |  78 ++++
 tags/rel-1_3_0/pcsc_scan.c        | 294 +++++++++++++++
 tags/rel-1_3_0/scriptor           | 108 ++++++
 tags/rel-1_3_0/scriptor.1p        |  79 ++++
 tags/rel-1_3_0/smartcard_list.txt | 599 +++++++++++++++++++++++++++++++
 tags/rel-1_3_0/test.script        |  25 ++
 16 files changed, 3086 insertions(+)

commit f8f8bb701e8f8ddee7e2aa971c3630dec59b23a7 (tag: 1.3.0)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat May 31 20:49:25 2003 +0000

    release 1.3.0
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3632 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit d207bbb2f3bbd8d3e95c5929dd684eb8e76935d3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat May 31 20:44:09 2003 +0000

    detect reader insertion/removal (USB) and adjust the reader list
    accordingly
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3631 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 32 +++++++++++++++++++++++---------
 1 file changed, 23 insertions(+), 9 deletions(-)

commit b0cbac9066340b42e5b89757863ce84de171fece
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 25 21:29:26 2003 +0000

    4 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3630 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

commit 9f0aaba3667f330dcb502bc6c31a49ab1c0c65d2
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Sat May 24 22:19:42 2003 +0000

    This commit was manufactured by cvs2svn to create tag 'rel-1_2_5'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3629 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel-1_2_5/ATR_analysis       | 415 ++++++++++++++++++++++
 tags/rel-1_2_5/ATR_analysis.1p    |  47 +++
 tags/rel-1_2_5/LICENCE            | 340 ++++++++++++++++++
 tags/rel-1_2_5/MANIFEST           |  16 +
 tags/rel-1_2_5/Makefile           |  46 +++
 tags/rel-1_2_5/README             | 165 +++++++++
 tags/rel-1_2_5/TODO               |   6 +
 tags/rel-1_2_5/create_distrib.sh  |  87 +++++
 tags/rel-1_2_5/gscriptor          | 731 ++++++++++++++++++++++++++++++++++++++
 tags/rel-1_2_5/gscriptor.1p       |  45 +++
 tags/rel-1_2_5/pcsc_scan.1        |  78 ++++
 tags/rel-1_2_5/pcsc_scan.c        | 280 +++++++++++++++
 tags/rel-1_2_5/scriptor           | 108 ++++++
 tags/rel-1_2_5/scriptor.1p        |  79 ++++
 tags/rel-1_2_5/smartcard_list.txt | 587 ++++++++++++++++++++++++++++++
 tags/rel-1_2_5/test.script        |  25 ++
 16 files changed, 3055 insertions(+)

commit 18906c6feecd4f0e39a3db118b279e26d4ea4c26
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat May 24 22:19:41 2003 +0000

    adjust copyright date
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3628 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit cd14b0290372890a0e7e510580555b6f2843665a (tag: 1.2.5)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat May 24 22:11:05 2003 +0000

    release 1.2.5
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3627 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit f256f66d514d5bd327f46c586ed6b50f52699da6
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat May 24 22:10:34 2003 +0000

    new naming scheme Chipcard::PCSC instead of PCSC
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3626 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 141 ++++++++++++++++----------------------------------------
 trunk/scriptor  |  46 ++++++++----------
 2 files changed, 58 insertions(+), 129 deletions(-)

commit 08cb6b116d56b5a16804e9862ef78aff8a049dbd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon May 12 17:52:24 2003 +0000

    one new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3625 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 4c60f648c1ecc73a063bf2742653098ede3d7fd1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 11 17:57:21 2003 +0000

    three new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3624 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

commit 58bb54caaa7bd883ef29580f4ac65bee81357c41
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu May 8 13:43:01 2003 +0000

    cleanly exit if all readers are removed
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3623 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 57 +++++++++++++------------------------------------------
 1 file changed, 13 insertions(+), 44 deletions(-)

commit 5a08f22f48ee7891eeaefcd1cbb418a9568986ca
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat May 3 07:00:53 2003 +0000

    2 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3622 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit f371798cb204d9cf861ebee8f491b1dd9eaf8756
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Apr 30 15:48:35 2003 +0000

    generalisation for "Austrian Quick E-purse". Maybe wrong.
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3621 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f886b5c324788f6c13868a097f37c1ce9492562d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Apr 26 18:05:41 2003 +0000

    two new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3620 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit bc41cd10da0b8b395e571c5b3a3ec1cc3db3ce20
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Apr 24 16:05:36 2003 +0000

    5 new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3619 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

commit 22b43d9eed0e387c3d83f01ed3378022fb9bd7bf
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Apr 8 17:08:42 2003 +0000

    3 new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3618 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

commit a54895697a82afaf42c23f9d39d2a7170897db4d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Mar 29 13:46:17 2003 +0000

    new card
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3617 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit c738993d0a094988dabe22ecbac9a98f91654711
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Mar 23 18:12:32 2003 +0000

    some new cards
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3616 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 18aace49bee66b4ca8210d9c38d9c06bc60169bf
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Feb 27 17:47:51 2003 +0000

    some more ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3615 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

commit ef9a0d4385b30a41fcbf566c4b78013fbf8e105d
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Feb 18 19:10:44 2003 +0000

    some new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3614 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

commit ecee548ec332457ccbaeb7460479def482eaa333
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Feb 7 17:40:19 2003 +0000

    2 new G&D cards
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3613 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 8424771d56141ba1991f470a2f2ce54f83cf6a90
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Feb 2 14:54:07 2003 +0000

    one more card
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3612 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit e921ef1458f89cb12b48df1e9b1212c24bcbfc43
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Tue Jan 28 21:39:08 2003 +0000

    This commit was manufactured by cvs2svn to create tag 'rel-1_2_4'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3611 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel-1_2_4/ATR_analysis       | 415 ++++++++++++++++++++
 tags/rel-1_2_4/ATR_analysis.1p    |  47 +++
 tags/rel-1_2_4/LICENCE            | 340 ++++++++++++++++
 tags/rel-1_2_4/MANIFEST           |  16 +
 tags/rel-1_2_4/Makefile           |  46 +++
 tags/rel-1_2_4/README             | 160 ++++++++
 tags/rel-1_2_4/TODO               |   6 +
 tags/rel-1_2_4/create_distrib.sh  |  87 +++++
 tags/rel-1_2_4/gscriptor          | 794 ++++++++++++++++++++++++++++++++++++++
 tags/rel-1_2_4/gscriptor.1p       |  45 +++
 tags/rel-1_2_4/pcsc_scan.1        |  78 ++++
 tags/rel-1_2_4/pcsc_scan.c        | 311 +++++++++++++++
 tags/rel-1_2_4/scriptor           | 116 ++++++
 tags/rel-1_2_4/scriptor.1p        |  79 ++++
 tags/rel-1_2_4/smartcard_list.txt | 496 ++++++++++++++++++++++++
 tags/rel-1_2_4/test.script        |  25 ++
 16 files changed, 3061 insertions(+)

commit c8df5f1478fa141e8cc2804bb1809236899883ab (tag: 1.2.4)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Jan 28 21:39:07 2003 +0000

    release 1.2.4
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3610 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit a429ea9b5ecd4a5c134dd27583fa87f8906d4281
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Jan 23 17:32:55 2003 +0000

    some new cards
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3609 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 29 ++++++++++++++++++++++-------
 1 file changed, 22 insertions(+), 7 deletions(-)

commit 70ca19b18a5fb242178c48de74054bc6f5e14ed4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Jan 4 21:29:39 2003 +0000

    add GSM-SIM Orange-UK
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3608 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit a804176768f7b75b8d550e81d1bcbca37581077c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun Dec 8 22:53:43 2002 +0000

    use PCSCBASE to set tell where the pcsc-lite includes and lib are stored
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3607 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/Makefile | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

commit adff8db2e73c062c13fd8659589ec769832dd4a5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Dec 4 21:21:16 2002 +0000

    add some Schlumberger cards
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3606 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

commit c4a7a4bd51f2443e0de2b75af83141fbad0bad6c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Nov 22 12:17:33 2002 +0000

    some new cards
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3605 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 29 ++++++++++++++++++++++-------
 1 file changed, 22 insertions(+), 7 deletions(-)

commit 599876b1701c9dc70f6f555ad929de43d2ef2c8b
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Sat Nov 16 22:21:35 2002 +0000

    This commit was manufactured by cvs2svn to create tag 'rel-1_2_3'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3604 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel-1_2_3/ATR_analysis       | 415 ++++++++++++++++++++
 tags/rel-1_2_3/ATR_analysis.1p    |  47 +++
 tags/rel-1_2_3/LICENCE            | 340 ++++++++++++++++
 tags/rel-1_2_3/MANIFEST           |  16 +
 tags/rel-1_2_3/Makefile           |  45 +++
 tags/rel-1_2_3/README             | 156 ++++++++
 tags/rel-1_2_3/TODO               |   6 +
 tags/rel-1_2_3/create_distrib.sh  |  87 +++++
 tags/rel-1_2_3/gscriptor          | 794 ++++++++++++++++++++++++++++++++++++++
 tags/rel-1_2_3/gscriptor.1p       |  45 +++
 tags/rel-1_2_3/pcsc_scan.1        |  78 ++++
 tags/rel-1_2_3/pcsc_scan.c        | 311 +++++++++++++++
 tags/rel-1_2_3/scriptor           | 116 ++++++
 tags/rel-1_2_3/scriptor.1p        |  79 ++++
 tags/rel-1_2_3/smartcard_list.txt | 448 +++++++++++++++++++++
 tags/rel-1_2_3/test.script        |  25 ++
 16 files changed, 3008 insertions(+)

commit d9a025fb0fb8d91b34fa34e56d0ff09730cc50b9 (tag: 1.2.3)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 16 22:21:34 2002 +0000

    release 1.2.3
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3603 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit fbb3fb3aca87126ec4242a9ad0db618a398468a7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 16 22:18:55 2002 +0000

    Add the URL of the latest smartcard_list.txt file
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3602 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit f84f8d71f543df514474e360be97e3b042f4584c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sat Nov 16 16:38:11 2002 +0000

    some new ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3601 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

commit c3f014752cfc87aa46fb25a2a3d38ba191372375
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Nov 15 12:32:18 2002 +0000

    add Siemens CardOS/M 3.0
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3600 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 4fc7989de3410cf9dc7d2fad7bed8a5b590aa805
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Nov 5 19:11:14 2002 +0000

    some new cards
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3599 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 39 +++++++++++++++++++++++++++++++++++----
 1 file changed, 35 insertions(+), 4 deletions(-)

commit 8bd4e6d87a39386cbde288ba98a1b45cd6377974
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Oct 31 21:50:06 2002 +0000

    some new cards
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3598 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

commit 673498f760928440b85ceab0444d3e2f412f0eb9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Oct 25 17:27:14 2002 +0000

    add some more ATRs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3597 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

commit fd935f16ec02ec79bac76b8a9cf404cf78804160
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 22 20:27:42 2002 +0000

    add eToken R2 2242
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3596 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit cc8111ae2fb3c43b7672aef4ddb2bde81896606a
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 16 16:21:31 2002 +0000

    add two Oberthur cards
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3595 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 660250a4a94b9183d85ec0275d1b71f5c3e12bb1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 15 21:36:53 2002 +0000

    small typo
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3594 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 519b50d1f2ec3e4a26fd90db9cb38da6fa43f84c
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Tue Oct 15 17:07:56 2002 +0000

    This commit was manufactured by cvs2svn to create tag 'rel-1_2_2'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3593 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel-1_2_2/ATR_analysis       | 412 ++++++++++++++++++++
 tags/rel-1_2_2/ATR_analysis.1p    |  47 +++
 tags/rel-1_2_2/LICENCE            | 340 ++++++++++++++++
 tags/rel-1_2_2/MANIFEST           |  16 +
 tags/rel-1_2_2/Makefile           |  45 +++
 tags/rel-1_2_2/README             | 151 ++++++++
 tags/rel-1_2_2/TODO               |   6 +
 tags/rel-1_2_2/create_distrib.sh  |  87 +++++
 tags/rel-1_2_2/gscriptor          | 794 ++++++++++++++++++++++++++++++++++++++
 tags/rel-1_2_2/gscriptor.1p       |  45 +++
 tags/rel-1_2_2/pcsc_scan.1        |  78 ++++
 tags/rel-1_2_2/pcsc_scan.c        | 311 +++++++++++++++
 tags/rel-1_2_2/scriptor           | 116 ++++++
 tags/rel-1_2_2/scriptor.1p        |  79 ++++
 tags/rel-1_2_2/smartcard_list.txt | 359 +++++++++++++++++
 tags/rel-1_2_2/test.script        |  25 ++
 16 files changed, 2911 insertions(+)

commit 533a46272a232e42c1853bbb530ac532ede81d25 (tag: 1.2.2)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 15 17:07:55 2002 +0000

    release 1.2.2
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3592 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 91d022043eb0ecbed42912e718846caf4e04f1a2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 15 17:07:36 2002 +0000

    remove CC=gcc declaration
    add /usr/local/include and /usr/local/lib paths
    add LDLIBS version for xBSD systems (use -lc_r instead of -lpthread)
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3591 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/Makefile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit 51428bf37ef19cb6d0b8cc813f86fe523b52cf20
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 15 17:06:29 2002 +0000

    add 'make clean' before creating the archive
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3590 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/create_distrib.sh | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit 137707d9f1435f57bf9dcf5334f4b9b074818737
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 15 17:05:58 2002 +0000

    add #include <string.h>
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3589 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 78b0ae97a890089e151f1340e1500205639c91de
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 9 06:11:57 2002 +0000

    add IBM MFC 4.1 card
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3588 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 6acf6b5bf0c65b0985ad25e66e512f7c0b3eabe1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Oct 7 07:16:28 2002 +0000

    typo
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3587 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 27ccd1a34ef6ac4f529a04f2fdb2b39f9f86041e
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Sep 27 06:39:54 2002 +0000

    add Aladdin eToken PRO
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3586 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit d303277f57c5c0e56e3f1acae11306c9ba15397c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Sep 12 07:31:24 2002 +0000

    add GemXpresso V3 B1P
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3585 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 0ad4f8cff3020075c682ee7f04cf99f57e5dfd79
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Sep 11 12:49:32 2002 +0000

    add Siemens/Infineon SLE 44c80
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3584 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 2746bf3af7eafce7a95a4d861d5abd6cf3b2075c
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Sep 6 06:37:12 2002 +0000

    remove the trailing ' ' when the ATR is in compact form 3F6D00.. The ATR
    with a ' ' was not found in the database.
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3583 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit ba53706b33317a260e1297b6e58b3b1457e22c16
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Tue Aug 27 13:31:38 2002 +0000

    This commit was manufactured by cvs2svn to create tag 'rel-1_2_1'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3582 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel-1_2_1/ATR_analysis       | 411 ++++++++++++++++++++
 tags/rel-1_2_1/ATR_analysis.1p    |  47 +++
 tags/rel-1_2_1/LICENCE            | 340 ++++++++++++++++
 tags/rel-1_2_1/MANIFEST           |  16 +
 tags/rel-1_2_1/Makefile           |  44 +++
 tags/rel-1_2_1/README             | 144 +++++++
 tags/rel-1_2_1/TODO               |   6 +
 tags/rel-1_2_1/create_distrib.sh  |  79 ++++
 tags/rel-1_2_1/gscriptor          | 794 ++++++++++++++++++++++++++++++++++++++
 tags/rel-1_2_1/gscriptor.1p       |  45 +++
 tags/rel-1_2_1/pcsc_scan.1        |  78 ++++
 tags/rel-1_2_1/pcsc_scan.c        | 307 +++++++++++++++
 tags/rel-1_2_1/scriptor           | 116 ++++++
 tags/rel-1_2_1/scriptor.1p        |  79 ++++
 tags/rel-1_2_1/smartcard_list.txt | 345 +++++++++++++++++
 tags/rel-1_2_1/test.script        |  25 ++
 16 files changed, 2876 insertions(+)

commit e2be8ec1635e9c4172bf2897d48d89a2cef6099d
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Tue Aug 27 13:31:37 2002 +0000

    This commit was manufactured by cvs2svn to create tag 'README'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3581 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/README/ATR_analysis       | 411 +++++++++++++++++++++
 tags/README/ATR_analysis.1p    |  47 +++
 tags/README/LICENCE            | 340 ++++++++++++++++++
 tags/README/MANIFEST           |  16 +
 tags/README/Makefile           |  44 +++
 tags/README/README             | 144 ++++++++
 tags/README/TODO               |   6 +
 tags/README/create_distrib.sh  |  79 ++++
 tags/README/gscriptor          | 794 +++++++++++++++++++++++++++++++++++++++++
 tags/README/gscriptor.1p       |  45 +++
 tags/README/pcsc_scan.1        |  78 ++++
 tags/README/pcsc_scan.c        | 307 ++++++++++++++++
 tags/README/scriptor           | 116 ++++++
 tags/README/scriptor.1p        |  79 ++++
 tags/README/smartcard_list.txt | 345 ++++++++++++++++++
 tags/README/test.script        |  25 ++
 16 files changed, 2876 insertions(+)

commit 1b5bb204c3c07e4a6c0eeacbf6120368f912f358
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 27 13:31:36 2002 +0000

    document the use of smartcard_list.txt
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3580 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis.1p | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

commit 940530de4e667115307e5a9462e062d0315cc298
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 27 13:31:15 2002 +0000

    add the URL to get the latest version
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3579 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit e024dd83c6ccd72ba72ad8a351bdb8f451a43411 (tag: 1.2.1)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 27 06:58:25 2002 +0000

    release 1.2.1
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3578 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit 6d161b4fd3a89dd2e97d68c4de7e5d4169c6eda9
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Aug 27 06:56:49 2002 +0000

    more new ATR
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3577 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 32 +++++++++++++++++++++++++++++++-
 1 file changed, 31 insertions(+), 1 deletion(-)

commit 7adc786a137a98c5c791d4e5d129ca6a2038c469
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Aug 26 08:16:03 2002 +0000

    add cards ATR received by mail and from http://cuba.xs4all.nl/~hip/cards.html
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3576 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/smartcard_list.txt | 22 +++++++++++++++++++---
 1 file changed, 19 insertions(+), 3 deletions(-)

commit 3da6f16df329922faaf02ce10b480ead8fea51ef
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Aug 26 08:15:35 2002 +0000

    use case insensitive matchs
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3575 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 5f5953da4954669414f7ab2cf741a4b36feeadc6
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Wed Aug 21 08:20:33 2002 +0000

    This commit was manufactured by cvs2svn to create tag 'rel_1_2_0'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3574 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel_1_2_0/ATR_analysis       | 411 ++++++++++++++++++++
 tags/rel_1_2_0/ATR_analysis.1p    |  27 ++
 tags/rel_1_2_0/LICENCE            | 340 ++++++++++++++++
 tags/rel_1_2_0/MANIFEST           |  16 +
 tags/rel_1_2_0/Makefile           |  44 +++
 tags/rel_1_2_0/README             | 140 +++++++
 tags/rel_1_2_0/TODO               |   6 +
 tags/rel_1_2_0/create_distrib.sh  |  79 ++++
 tags/rel_1_2_0/gscriptor          | 794 ++++++++++++++++++++++++++++++++++++++
 tags/rel_1_2_0/gscriptor.1p       |  45 +++
 tags/rel_1_2_0/pcsc_scan.1        |  78 ++++
 tags/rel_1_2_0/pcsc_scan.c        | 307 +++++++++++++++
 tags/rel_1_2_0/scriptor           | 116 ++++++
 tags/rel_1_2_0/scriptor.1p        |  79 ++++
 tags/rel_1_2_0/smartcard_list.txt | 296 ++++++++++++++
 tags/rel_1_2_0/test.script        |  25 ++
 16 files changed, 2803 insertions(+)

commit aa8df0bcad0c7e5f7da6f812404f42e70997c343
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Aug 21 08:20:32 2002 +0000

    add smartcard_list.txt
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3573 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/MANIFEST | 1 +
 1 file changed, 1 insertion(+)

commit 7ee614769d08e80317c39b1f2c3c91157d735a6e (tag: 1.2.0)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Aug 21 08:19:24 2002 +0000

    release 1.2.0
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3572 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 51 ++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 38 insertions(+), 13 deletions(-)

commit df75e7c7a3e3e1b2092c1879825f618a75e19c70
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Aug 21 07:58:19 2002 +0000

    add support for smartcard_list.txt database
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3571 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis       |  97 ++++++++++++++--
 trunk/Makefile           |  20 +++-
 trunk/smartcard_list.txt | 296 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 397 insertions(+), 16 deletions(-)

commit bd2eed6011a2f3056cbe1cc068788d8908ec81e7
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Mon Jun 17 07:21:25 2002 +0000

    This commit was manufactured by cvs2svn to create tag 'rel_1_1_0'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3570 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel_1_1_0/ATR_analysis      | 334 ++++++++++++++++
 tags/rel_1_1_0/ATR_analysis.1p   |  27 ++
 tags/rel_1_1_0/LICENCE           | 340 +++++++++++++++++
 tags/rel_1_1_0/MANIFEST          |  15 +
 tags/rel_1_1_0/Makefile          |  36 ++
 tags/rel_1_1_0/README            | 115 ++++++
 tags/rel_1_1_0/TODO              |   6 +
 tags/rel_1_1_0/create_distrib.sh |  79 ++++
 tags/rel_1_1_0/gscriptor         | 794 +++++++++++++++++++++++++++++++++++++++
 tags/rel_1_1_0/gscriptor.1p      |  45 +++
 tags/rel_1_1_0/pcsc_scan.1       |  78 ++++
 tags/rel_1_1_0/pcsc_scan.c       | 307 +++++++++++++++
 tags/rel_1_1_0/scriptor          | 116 ++++++
 tags/rel_1_1_0/scriptor.1p       |  79 ++++
 tags/rel_1_1_0/test.script       |  25 ++
 15 files changed, 2396 insertions(+)

commit 3381cb13afa7fd570e1e51b0a4d9b7e9413a63ad
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Jun 17 07:21:24 2002 +0000

    add Christophe LEVANTIS in AUTHORS list
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3569 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit 9d297d24a2e0783894b3d257fed1b829536db700
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Jun 17 07:21:01 2002 +0000

    also install scripts
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3568 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit d93d3475dc7f0cde240a081deb2d904878c520ae (tag: 1.1.0)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jun 14 08:05:01 2002 +0000

    release 1.1.0
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3567 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 41 +++++++++++++++++++++++------------------
 1 file changed, 23 insertions(+), 18 deletions(-)

commit 1d56459a26705b94198a9a6a7e714856348ba81f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jun 14 07:55:37 2002 +0000

    add support for ATR_analysis
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3566 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.1 |  42 +++++++++++------
 trunk/pcsc_scan.c | 138 ++++++++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 142 insertions(+), 38 deletions(-)

commit fd105eb99f1acb28e7cdea2c4547fe831acdfde8
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Jun 14 07:55:04 2002 +0000

    add ATR_analysis ATR_analysis.1p files
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3565 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/ATR_analysis    | 334 ++++++++++++++++++++++++++++++++++++++++++++++++++
 trunk/ATR_analysis.1p |  27 ++++
 trunk/MANIFEST        |   8 +-
 trunk/Makefile        |   7 +-
 4 files changed, 369 insertions(+), 7 deletions(-)

commit fb9a13f1200e75313b92b8a4e0127cfd4d52af8c
Author: Lionel Victor <invalid@example.com>
Date:   Wed May 15 11:37:49 2002 +0000

    Readers states are initialized with SCARD_STATE_UNAWARE to make sure the
    first query will update the state to something we know.
    Modified the event loop to monitor all readers at once. SCARD_STATE_CHANGED
    is used to detect which reader triggered the event.
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3564 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 111 ++++++++++++++++++++++++++++++------------------------
 1 file changed, 62 insertions(+), 49 deletions(-)

commit 18f9c17bc0f524272eeb57e38f8ab9b7a58f2ad8
Author: Lionel Victor <invalid@example.com>
Date:   Tue May 14 16:03:44 2002 +0000

    Added comments and modified the event listener to listen to all readers at
    once... This demonstrates the possibility to use a list of readers to
    listen events to...
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3563 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 110 +++++++++++++++++++++++++++++-------------------------
 1 file changed, 59 insertions(+), 51 deletions(-)

commit 1ceb51609edbd712848fad85fd97cd4aa3166df7
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Wed Mar 6 08:21:19 2002 +0000

    This commit was manufactured by cvs2svn to create tag 'rel_1-0-4'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3562 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel_1-0-4/LICENCE           | 340 +++++++++++++++++
 tags/rel_1-0-4/MANIFEST          |  13 +
 tags/rel_1-0-4/Makefile          |  35 ++
 tags/rel_1-0-4/README            | 106 ++++++
 tags/rel_1-0-4/TODO              |   6 +
 tags/rel_1-0-4/create_distrib.sh |  79 ++++
 tags/rel_1-0-4/gscriptor         | 794 +++++++++++++++++++++++++++++++++++++++
 tags/rel_1-0-4/gscriptor.1p      |  45 +++
 tags/rel_1-0-4/pcsc_scan.1       |  64 ++++
 tags/rel_1-0-4/pcsc_scan.c       | 196 ++++++++++
 tags/rel_1-0-4/scriptor          | 116 ++++++
 tags/rel_1-0-4/scriptor.1p       |  79 ++++
 tags/rel_1-0-4/test.script       |  25 ++
 13 files changed, 1898 insertions(+)

commit 300317798a2a7adb03b4e5b1ac909a52b3f1e472 (tag: 1.0.4)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Mar 6 08:21:18 2002 +0000

    release 1.0.4
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3561 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 59 insertions(+), 3 deletions(-)

commit a94abe1fdf4872d7dba604c154dcbec4358e33cc
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 5 16:33:40 2002 +0000

    release 1.0.4
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3560 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 79939bca547031df67a467e8f0b678feaa399aee
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 5 16:32:48 2002 +0000

    case insensitive on "reset" command
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3559 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 62107e496118f0744cbd124c43abd24511733266
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Mar 5 14:54:05 2002 +0000

    case insensitive on "exit" and "reset" commands
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3558 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/scriptor | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 8039e15e53428b23f2127a7ddcb76b6c4b541fd3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Nov 27 07:25:35 2001 +0000

    updade the release date in README
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3557 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 894f0a01d78d5ceb40946cb6a621a9a173e9f45f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Nov 27 07:24:23 2001 +0000

    debug pcsc_scan to get ALL the events: done
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3556 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/TODO | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit ed3ba31eb12155c40a351da38c6403991b862891
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Thu Nov 8 08:54:52 2001 +0000

    This commit was manufactured by cvs2svn to create tag 'rel_1-0-3'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3555 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel_1-0-3/LICENCE           | 340 +++++++++++++++++
 tags/rel_1-0-3/MANIFEST          |  13 +
 tags/rel_1-0-3/Makefile          |  35 ++
 tags/rel_1-0-3/README            |  50 +++
 tags/rel_1-0-3/TODO              |   7 +
 tags/rel_1-0-3/create_distrib.sh |  79 ++++
 tags/rel_1-0-3/gscriptor         | 791 +++++++++++++++++++++++++++++++++++++++
 tags/rel_1-0-3/gscriptor.1p      |  45 +++
 tags/rel_1-0-3/pcsc_scan.1       |  64 ++++
 tags/rel_1-0-3/pcsc_scan.c       | 196 ++++++++++
 tags/rel_1-0-3/scriptor          | 113 ++++++
 tags/rel_1-0-3/scriptor.1p       |  79 ++++
 tags/rel_1-0-3/test.script       |  25 ++
 13 files changed, 1837 insertions(+)

commit bf6c810bf5623581ed4fe07c181e283cd87093a3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Nov 8 08:54:51 2001 +0000

    changed .1 in .1p for Perl script manpages
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3554 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/MANIFEST | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 4b00ee41a953cfc9ad5f8c8b18dccbf61ec02139 (tag: 1.0.3)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Nov 8 08:54:02 2001 +0000

    release 1.0.3
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3553 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 51ce0f8b58f3a5f13a9988a3198a00c02938c778
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Nov 8 08:46:49 2001 +0000

    change PCSC to PC/SC
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3552 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 93263a9d425b97c7dbd5059989d8d163b5fcefbe
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Nov 8 08:44:10 2001 +0000

    remove compressed manpages in clean rule
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3551 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 43e2dbde825d6a717c5ccf852a94e53c6c30e5d7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Nov 8 08:43:29 2001 +0000

    changed tabs into spaces
    removed the .pl extension of the Perl scripts
    include a new screen copy of pcsc_scan output
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3550 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 65 +++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 38 insertions(+), 27 deletions(-)

commit 945c1a94b6dc6cd196a389711efd6c2d30bf4f36
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Nov 8 08:34:04 2001 +0000

    set the wait time to 0 to get all the events
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3549 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 83 ++++++++++++++++++++++++++++++-------------------------
 1 file changed, 45 insertions(+), 38 deletions(-)

commit 7c23b641ba4170497820a4b8e828576baf531911
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Nov 8 07:46:00 2001 +0000

    add automatic rules to compress man pages
    changed install rule to use install(1) instead of cp(1)
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3548 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/Makefile | 24 +++++++++++++++++++-----
 1 file changed, 19 insertions(+), 5 deletions(-)

commit 18cf86a8090854eef8ada611d726d4bb060b58a5
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Oct 22 11:53:01 2001 +0000

    install: also copy scriptor and gscriptor
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3547 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 45c415dcf835acf0ab5dff2f7daeb003389e0174
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Mon Oct 22 11:47:51 2001 +0000

    This commit was manufactured by cvs2svn to create tag 'rel_1-0-2'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3546 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel_1-0-2/LICENCE           | 340 +++++++++++++++++
 tags/rel_1-0-2/MANIFEST          |  13 +
 tags/rel_1-0-2/Makefile          |  20 +
 tags/rel_1-0-2/README            |  39 ++
 tags/rel_1-0-2/TODO              |   7 +
 tags/rel_1-0-2/create_distrib.sh |  79 ++++
 tags/rel_1-0-2/gscriptor         | 791 +++++++++++++++++++++++++++++++++++++++
 tags/rel_1-0-2/gscriptor.1p      |  45 +++
 tags/rel_1-0-2/pcsc_scan.1       |  64 ++++
 tags/rel_1-0-2/pcsc_scan.c       | 186 +++++++++
 tags/rel_1-0-2/scriptor          | 113 ++++++
 tags/rel_1-0-2/scriptor.1p       |  79 ++++
 tags/rel_1-0-2/test.script       |  25 ++
 13 files changed, 1801 insertions(+)

commit a9a92ec7f7c6e5aca0caf697c0c694855a198aa0 (tag: 1.0.2)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Oct 22 11:47:50 2001 +0000

    Release 1.0.2
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3545 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 5fe9becb6676015db37eebb4e28027adc29b9041
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Oct 22 09:07:21 2001 +0000

    get the version number from the directory name
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3544 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 244e424f2fcf7fa303e47899349d73a0ba0f34ed
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Oct 22 09:00:40 2001 +0000

    Added manpages
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3543 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/MANIFEST     |  7 +++--
 trunk/gscriptor.1p | 45 +++++++++++++++++++++++++++++++
 trunk/pcsc_scan.1  | 64 +++++++++++++++++++++++++++++++++++++++++++
 trunk/scriptor.1p  | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 193 insertions(+), 2 deletions(-)

commit c7ad4c946f7aa1785ec7ff5ea1f68338afef20b3
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Oct 22 08:59:12 2001 +0000

    manpages OK
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3542 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/TODO | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit f44afd30b2c33dcb7a723648143357ca7faee610
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Oct 22 08:57:12 2001 +0000

    Added GPL licence
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3541 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/LICENCE | 340 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 340 insertions(+)

commit da1171ad750efa1bb09882943365af1ae3cb03ea
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Oct 22 08:56:32 2001 +0000

    commands to read a GSM SIM card instead of a silly ID badge
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3540 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/test.script | 30 +++++++++++++++++++++---------
 1 file changed, 21 insertions(+), 9 deletions(-)

commit 7540d2ae745c64b142e6138a95f7b91e3a54c258
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Mon Oct 22 08:54:55 2001 +0000

    go to the next reader _after_ printing information for the current oone
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3539 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

commit ea5ec4b7b8a694432e549e7d4d765978c91cefb6 (tag: 1.0.1)
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Oct 18 07:34:14 2001 +0000

    Release 1.0.1
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3538 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 743c77fcaa472d54fa1a2ab32d73b1bcd919e8f0
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Thu Oct 18 07:22:52 2001 +0000

    This commit was manufactured by cvs2svn to create tag 'rel_1-0-1'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3537 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel_1-0-1/MANIFEST          |  10 +
 tags/rel_1-0-1/Makefile          |  20 +
 tags/rel_1-0-1/README            |  37 ++
 tags/rel_1-0-1/TODO              |   8 +
 tags/rel_1-0-1/create_distrib.sh |  79 ++++
 tags/rel_1-0-1/gscriptor         | 791 +++++++++++++++++++++++++++++++++++++++
 tags/rel_1-0-1/pcsc_scan.c       | 182 +++++++++
 tags/rel_1-0-1/scriptor          | 113 ++++++
 tags/rel_1-0-1/test.script       |  13 +
 9 files changed, 1253 insertions(+)

commit 4d12625c8a1e32090012ac27578fa696553934f2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Oct 18 07:22:51 2001 +0000

    updated with the version of pcsc-perl
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3536 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/create_distrib.sh | 36 ++++++++++++++++++++++++++++++++----
 1 file changed, 32 insertions(+), 4 deletions(-)

commit 06d85441bdb7560095bb2b76c895a9db9877dd73
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Thu Oct 18 07:22:29 2001 +0000

    list of files in the archive
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3535 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/MANIFEST | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit d4dc0c252c32073c6758429222de9fadd32d7416
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Oct 17 09:22:11 2001 +0000

    Added checks: directory name format, directory existance
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3534 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/create_distrib.sh | 28 +++++++++++++++++++++++-----
 1 file changed, 23 insertions(+), 5 deletions(-)

commit d23227d5772803d8e6534f71837a09b7f19a866a
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Tue Oct 16 09:44:17 2001 +0000

    This commit was manufactured by cvs2svn to create tag 'rel_1-0-0'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3533 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel_1-0-0/Makefile          |  20 +
 tags/rel_1-0-0/README            |  37 ++
 tags/rel_1-0-0/TODO              |   8 +
 tags/rel_1-0-0/create_distrib.sh |  33 ++
 tags/rel_1-0-0/gscriptor         | 791 +++++++++++++++++++++++++++++++++++++++
 tags/rel_1-0-0/pcsc_scan.c       | 182 +++++++++
 tags/rel_1-0-0/scriptor          | 113 ++++++
 tags/rel_1-0-0/test.script       |  13 +
 8 files changed, 1197 insertions(+)

commit 462181b231b68cea76ae0cbe2ef9d9080b1a6bd7
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 16 09:44:16 2001 +0000

    Added authors names and emails
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3532 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 34bb6b0d7f3102e3ed0efcc85537ce6f2ebc0662
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 16 09:43:59 2001 +0000

    todo list
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3531 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/TODO | 8 ++++++++
 1 file changed, 8 insertions(+)

commit c05812fab5c638f880ec9c0c0002be35b80491fd
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 16 07:52:17 2001 +0000

    short readme file
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3530 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/README | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit 10c0c1a508ea82082eea713cc11dd5039fe56f19
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 16 07:37:42 2001 +0000

    changed PCSCCard to PCSC::Card
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3529 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/scriptor | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit 1f861ac40513e101cc03f0aa464937f2a2b31c43
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 16 07:33:22 2001 +0000

    script to export a clean archive
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3528 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/create_distrib.sh | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

commit 6d3a53bd16de027a8609188f118aed76943e0627
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 16 07:31:51 2001 +0000

    commented number of allocated readers (wrong info?)
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3527 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/pcsc_scan.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 17d93d8fc7eed51647f2dd9b63feb58122fd63fa
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 16 07:31:35 2001 +0000

    added version number
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3526 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/Makefile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 4b69a7767aa2a7509fe480fd1bbec4d654fc5e6a
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Tue Oct 16 07:24:08 2001 +0000

    This commit was manufactured by cvs2svn to create tag 'start'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3525 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/start/Makefile    |  19 ++++++
 tags/start/pcsc_scan.c | 179 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 198 insertions(+)

commit 1af0ca7bd40558c202437280e6e6727387b741ed
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Oct 16 07:24:07 2001 +0000

    Created directory structure
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3524 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/Makefile    |  19 ++++++
 trunk/pcsc_scan.c | 179 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 198 insertions(+)

commit 7e202fe208a96a21576292d19242bd62a9f3fc49
Author: Lionel Victor <invalid@example.com>
Date:   Mon Oct 1 08:16:40 2001 +0000

    modified default buttons behaviour (mostly cosmetic)
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3523 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit d585437f201b695ec0fceb313fb05817d8871875
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Tue Sep 25 09:05:45 2001 +0000

    This commit was manufactured by cvs2svn to create tag 'rel_1-0-7'.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3522 0ce88b0d-b2fd-0310-8134-9614164e65ea

 tags/rel_1-0-7/gscriptor   | 787 +++++++++++++++++++++++++++++++++++++++++++++
 tags/rel_1-0-7/scriptor    | 109 +++++++
 tags/rel_1-0-7/test.script |  13 +
 3 files changed, 909 insertions(+)

commit 8cf288c28e59b527ac200ff390f262ab3983e981
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Sep 25 09:05:44 2001 +0000

    Disconnect the actual card when the reader is changed
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3521 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 18ef45fc9531a4bcc9a780398f2c31a1633434cf
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Sep 25 08:56:46 2001 +0000

    improved the Help dialog box
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3520 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

commit 3e57b228c8dc5c6647cbcc4889f6121a16e28951
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Sep 25 08:54:10 2001 +0000

    correctly assign the tip to the wrap line button
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3519 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 5383c38d18f992a726908f3eedaa84b36c509c95
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Sep 21 15:03:22 2001 +0000

    removed () from $txtScript->get_length
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3518 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

commit 815802c9440efaf91595fc6b20f968f7f0fc45f2
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Sep 21 15:02:08 2001 +0000

    added accelerator for Quit
    added $pos argument to insert_text()
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3517 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

commit a9eee4837791925a6918084ce9ad61213e805600
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Sep 21 13:56:22 2001 +0000

    added 'homogeneous' argument to Gtk::Table::new()
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3516 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit ed1241a7ceb4e3f1255a0ae305fd4be719fb1ced
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Fri Sep 21 13:55:31 2001 +0000

    syntax "defined @ButtonDescr" is not correct with Perl 5.6
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3515 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 8f7da1eb26aa4990a813b5518612b254f9979824
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Tue Sep 11 13:28:13 2001 +0000

    configure default buttons in examples/gscriptor.pl
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3514 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

commit 65d5b84348bed27003859fe7cb550b68c39907f6
Author: Lionel Victor <invalid@example.com>
Date:   Wed Sep 5 14:47:08 2001 +0000

    Removed the ATR entry from the Reader Configuration dialog
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3513 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

commit c0e5e163d299df0896ac4b859bfe2fc1e4e6e783
Author: Lionel Victor <invalid@example.com>
Date:   Wed Sep 5 08:39:42 2001 +0000

    Cleared warning messages while running with perl -w...
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3512 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

commit e7f72140205d7af49059a8fca68b685adcee6c6f
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Sep 5 07:35:59 2001 +0000

    Added CVS Log field
    Added documentation for -h argument
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3511 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/scriptor | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

commit d3d05fe11b0650c3423692bbb21c359309a327b1
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Wed Sep 5 07:28:34 2001 +0000

    Added GPL licence in the source code
    Added CVS Id field
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3510 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 29 +++++++++++++++++++++++++++--
 trunk/scriptor  | 19 +++++++++++++++++++
 2 files changed, 46 insertions(+), 2 deletions(-)

commit 05c30e6738c884cb81b5365ad1a91209ef0a0830
Author: Lionel Victor <invalid@example.com>
Date:   Tue Sep 4 15:17:55 2001 +0000

    Updated gscriptor to use asci_to_array(). a reset keyword has also been
    added to the scripting 'language' so that it calls Reconnect()
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3509 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor   | 31 +++++++++++++++++++++----------
 trunk/test.script |  2 ++
 2 files changed, 23 insertions(+), 10 deletions(-)

commit cc099422c9ac2c2f8682e2dce04e4b8a11625a9b
Author: Lionel Victor <invalid@example.com>
Date:   Tue Sep 4 14:50:33 2001 +0000

    added a new keyword : 'reset' to reset the card... (how surprising!)
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3508 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/scriptor | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit 8614390309b9c57195a7cfbc8e0f6c695201d795
Author: Lionel Victor <invalid@example.com>
Date:   Tue Sep 4 12:31:47 2001 +0000

    More cosmetic changes
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3507 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 44 +++++++++++++++++++++++++-------------------
 1 file changed, 25 insertions(+), 19 deletions(-)

commit 831fb17230c69dccafd679757a94088516c46164
Author: Lionel Victor <invalid@example.com>
Date:   Tue Sep 4 08:11:15 2001 +0000

    Applied a patch from somebody who apparently wants to stay anonymous.
    This patch includes mostly cosmetic changes and extra documentation about
    array_to_ascii() and ascii_to_array(). Thanks to this contributor for his
    help and time
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3506 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor   | 71 ++++++++++++++++++++++++++++++++++++++++++++++++-------
 trunk/scriptor    | 42 +++++++++++++++-----------------
 trunk/test.script |  3 ++-
 3 files changed, 83 insertions(+), 33 deletions(-)

commit 1fccec5fa08ff6d759c02a0f71d26230ce6752b8
Author: Lionel Victor <invalid@example.com>
Date:   Mon Sep 3 12:49:02 2001 +0000

    Added mostly cosmetic improvements to offer the user to connect when
    he/she tries to run a script without any active conX to the smartcard.
    I also identified a bug which should be verified/corrected. Its cause
    may lie into PCSC-lite so investigating the wrapper alone is not
    enough
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3505 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor | 73 +++++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 53 insertions(+), 20 deletions(-)

commit 5eafff9c90d6873628845e4380a1c48c61683f8d
Author: Lionel Victor <invalid@example.com>
Date:   Mon Jul 2 12:08:08 2001 +0000

    Initial checkin
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3504 0ce88b0d-b2fd-0310-8134-9614164e65ea

 trunk/gscriptor   | 604 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 trunk/scriptor    |  75 +++++++
 trunk/test.script |  10 +
 3 files changed, 689 insertions(+)

commit 837ed6e77825d5b3cecdc9b84d73b1971daa3b89
Author: (no author) <(no author)@0ce88b0d-b2fd-0310-8134-9614164e65ea>
Date:   Mon Jul 2 12:08:08 2001 +0000

    Standard project directories initialized by cvs2svn.
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3503 0ce88b0d-b2fd-0310-8134-9614164e65ea

commit fe379dac7d7b1a7367ed75d1e913a623fbd0f7f4
Author: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date:   Sun May 10 15:06:17 2009 +0000

    new directory
    
    
    git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/pcsc-tools@3502 0ce88b0d-b2fd-0310-8134-9614164e65ea
