summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-02-09 13:27:47 +0200
committerAlon Levy <alevy@redhat.com>2011-02-09 13:27:47 +0200
commitc0aa647f37f029f52a15f81587701eab44e7c438 (patch)
treedcfca28d70c61fbf6d5821a1b8239027bb6830cf
parent1223b770aa96b42f5ff6563c893afbe0987eb82c (diff)
ChangeLog: add changes for 0.1.1 and 0.1.2
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e69de29..851d542 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,15 @@
+0.1.2:
+- removed ReaderAddResponse, each message now has a response intrisinc
+to it, and it is reusing the VSC_Error with a new error code VSC_SUCCESS.
+(should be fixed by renaming to VSC_Status)
+- protocol is Big Endiann now.
+- dropped the Reconnect message.
+- The protocol has a wiki page, hopefully it will stay up to date:
+http://wiki.qemu.org/Features/Smartcard
+0.1.1:
+- libcacard: fix wrong variable usage
+- libcacard: remove unused variable
+- vcard_emul,vcard_emul_nss: add VCARD_EMUL_INIT_ALREADY_INITED
+- vcard_emul,vcard_emul_nss: add vcard_emul_replay_insertion_events
+- vreader: add vreader_queue_card_event
+