summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-02-03 17:21:58 +0200
committerAlon Levy <alevy@redhat.com>2011-02-03 17:21:58 +0200
commit1223b770aa96b42f5ff6563c893afbe0987eb82c (patch)
tree252cd5ea7aba9dbfcad461544856b6ed6299a1bc
parenta082be368db98b6aa1de31b2ba3ec648d68c85dc (diff)
bump version to 0.1.20.1.2
-rw-r--r--README8
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 2 deletions
diff --git a/README b/README
index a065c42..4b538ff 100644
--- a/README
+++ b/README
@@ -477,11 +477,17 @@ cac.c - card type emulator for CAC cards
vcard_emul.h - virtual card emulator service definitions.
vcard_emul_nss.c - virtual card emulator implementation for nss.
vscclient.c - socket connection to guest qemu usb driver.
-vscard_common.h - common header with the guest qemu usb driver.
+vscard_common.h - common header with the protocol for the guest qemu usb driver.
mutex.h - header file for machine independent mutexes.
Makefile - basic Makefile that needs to be changed to autoconf someday.
link_test.c - static test to make sure all the symbols are properly defined.
+VSCard protocol (Virtual Smart Card protocol)
+=============================================
+Defined in http://wiki.qemu.org/Features/Smartcard
+
+The definition there is used to create vscard_common.h
+
Running with Qemu usb-ccid:
===========================
diff --git a/configure.ac b/configure.ac
index 5b12fc3..5436371 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.60])
m4_define([CAC_MAJOR], 0)
m4_define([CAC_MINOR], 1)
-m4_define([CAC_MICRO], 1)
+m4_define([CAC_MICRO], 2)
AC_INIT(libcacard, [CAC_MAJOR.CAC_MINOR.CAC_MICRO], [], libcacard)