From 6cb6e6a633370eaf9dde714dfd2c26b5d4c5df02 Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Tue, 8 Feb 2011 21:31:45 +0000 Subject: [PATCH] released 0.3 git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@412 96b47cad-a561-4643-ad3b-153ac7d7599c --- virtualsmartcard/ChangeLog | 28 ++++++++++++++++++++++++++++ virtualsmartcard/configure.ac | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/virtualsmartcard/ChangeLog b/virtualsmartcard/ChangeLog index b5f087f..4e2dd62 100644 --- a/virtualsmartcard/ChangeLog +++ b/virtualsmartcard/ChangeLog @@ -1,3 +1,31 @@ +2011-02-01 13:53 oepen + + * src/vpcd/ifd-vpcd.c: Reverting bad commit + +2011-02-01 13:47 oepen + + * src/vpcd/ifd-vpcd.c: Shut up autotools + +2011-01-25 12:53 frankmorgner + + * src/vpicc/virtualsmartcard/CardGenerator.py, + src/vpicc/virtualsmartcard/SmartcardFilesystem.py, + src/vpicc/virtualsmartcard/SmartcardSAM.py: fixed generation of + ePass file system (fixes 3164830) + +2011-01-24 15:30 frankmorgner + + * src/vpicc/virtualsmartcard/SmartcardFilesystem.py: fixed path + walking (fixes 3164775) + +2010-12-13 08:51 frankmorgner + + * README: update information + +2010-12-08 12:27 frankmorgner + + * ChangeLog, configure.ac: releasing 0.3 + 2010-10-26 20:21 frankmorgner * src/vpcd/vpcd.c: unified usage of sizeof. diff --git a/virtualsmartcard/configure.ac b/virtualsmartcard/configure.ac index 4bf4359..bf329f9 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.3], [http://sourceforge.net/projects/vsmartcard/support]) +AC_INIT([virtualsmartcard], [0.4], [http://sourceforge.net/projects/vsmartcard/support]) AC_CONFIG_SRCDIR([src/vpcd/ifd-vpcd.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4])