From 96c59928af2c0f61c88d7ad3414cb9a3a057389d Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Thu, 1 Jul 2010 11:13:58 +0000 Subject: [PATCH] releasing 0.2 git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@185 96b47cad-a561-4643-ad3b-153ac7d7599c --- virtualsmartcard/ChangeLog | 39 +++++++++++++++++++++++++++++++++++ virtualsmartcard/configure.ac | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/virtualsmartcard/ChangeLog b/virtualsmartcard/ChangeLog index a88b3f8..19dbfd4 100644 --- a/virtualsmartcard/ChangeLog +++ b/virtualsmartcard/ChangeLog @@ -1,3 +1,42 @@ +2010-06-23 07:10 frankmorgner + + * src/vpcd/ifd.c: removed the last references of references to + ifdhandler functions v1.0 + +2010-06-22 18:16 oepen + + * src/vpicc/SmartcardSAM.py: -Fixed two unhandled exceptions + -Removed some trailing whitespaces + +2010-06-22 14:06 frankmorgner + + * src/vpcd/ifd.c, src/vpcd/vpcd.c, src/vpicc/VirtualSmartcard.py: - + changed vpcd driver to use ifdhandler api v 3.0, since + support for v 1.0 has been dropped as of pcsc-lite 1.6 + - fixed initialization error of vpcd due to uninitialized value + - changed virtual smartcard to use todays python syntax + +2010-06-22 09:45 frankmorgner + + * src/vpcd/ifd.c, src/vpcd/vpcd.c, src/vpcd/vpcd.h: forcing empty + parameter list with function(void) instead of unspecified + parameter list with function() + +2010-06-09 15:36 frankmorgner + + * configure.ac, src/vpcd/Makefile.am: added missing files for + distribution packages. fixed installation when no serialdropdir + is given. + +2010-06-08 08:59 oepen + + * configure.ac: + +2010-06-05 22:10 frankmorgner + + * ChangeLog: updated checksums, install files for recipes. updated + log files for 0.6.1 + 2010-05-26 22:51 frankmorgner * src/vpcd/Makefile.am: bugfix: using libtool for installation diff --git a/virtualsmartcard/configure.ac b/virtualsmartcard/configure.ac index 479d352..867c83e 100644 --- a/virtualsmartcard/configure.ac +++ b/virtualsmartcard/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([virtualsmartcard], [0.1], [morgner@informatik.hu-berlin.de]) +AC_INIT([virtualsmartcard], [0.2], [morgner@informatik.hu-berlin.de]) AC_CONFIG_SRCDIR([src/vpcd/ifd.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4])