[Pcsclite-cvs-commit] HandlerTest README,1.1,1.2

rousseau@quantz.debian.org rousseau@quantz.debian.org
Thu, 04 Sep 2003 15:22:48 +0200


Update of /cvsroot/pcsclite/HandlerTest
In directory quantz:/tmp/cvs-serv3899

Modified Files:
	README 
Log Message:
release 0.2.0


Index: README
===================================================================
RCS file: /cvsroot/pcsclite/HandlerTest/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- README	11 Aug 2003 16:36:48 -0000	1.1
+++ README	4 Sep 2003 13:22:46 -0000	1.2
@@ -25,10 +25,14 @@
 Licence:
 ========
 
-This program is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+Host part
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 2 of the License, or (at
+  your option) any later version.
+
+JavaCard part
+  BSD-like licence. See JavaCard/COPYING
 
 
 Tested commands:
@@ -61,9 +65,18 @@
 L(Cmd) = 5 + Lc
 -> TPDU, treat as Case 3 and return 61 xx, and perform GET RESPONSE
 
+Time Request
+This is not a command per se but the card will send time requests (0x60)
+to the reader.
+
 
 History
 =======
+
+0.2.0 - 4 September 2003, Ludovic Rousseau
+    - add support of time request (reported by CCID readers)
+    - include the JavaCard applet source code written by Jean-Luc Giraud
+    - add scripts to send commands (to be used with scriptor(1))
 
 0.1.0 - 11 August 2003, Ludovic Rousseau
     - first public release