releasing 0.3
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@180 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -1,3 +1,37 @@
|
|||||||
|
2010-06-17 20:54 frankmorgner
|
||||||
|
|
||||||
|
* configure.ac, src/Makefile.am, src/ccid-test.c: added ccid-test
|
||||||
|
to evaluate the PACE features of ccid-emulator (untested)
|
||||||
|
|
||||||
|
2010-06-16 21:06 frankmorgner
|
||||||
|
|
||||||
|
* configure.ac, pcsclite_trunk.patch, src/Makefile.am, src/ccid.c,
|
||||||
|
src/pace.c, src/sm.c, src/sm.h: added PACE features to
|
||||||
|
ccid-emulator (untested)
|
||||||
|
|
||||||
|
2010-06-10 11:14 frankmorgner
|
||||||
|
|
||||||
|
* src/pace-tool.c, src/pace.c: - implemented passing a CHAT to the
|
||||||
|
card.
|
||||||
|
- note that the type PACE_CHAT should be integrated into OpenPACE
|
||||||
|
- added parameters for passing CHAT and certificate description
|
||||||
|
to pace-tool
|
||||||
|
|
||||||
|
2010-06-09 15:45 frankmorgner
|
||||||
|
|
||||||
|
* configure.ac, src/Makefile.am: renamed ccid to ccid-emulator to
|
||||||
|
avoid conflicts with libccid
|
||||||
|
|
||||||
|
2010-06-09 15:28 frankmorgner
|
||||||
|
|
||||||
|
* Makefile.am, src/Makefile.am: added missing files for
|
||||||
|
distribution packages
|
||||||
|
|
||||||
|
2010-06-05 22:10 frankmorgner
|
||||||
|
|
||||||
|
* ChangeLog: updated checksums, install files for recipes. updated
|
||||||
|
log files for 0.6.1
|
||||||
|
|
||||||
2010-06-05 14:34 frankmorgner
|
2010-06-05 14:34 frankmorgner
|
||||||
|
|
||||||
* src/pace-tool.c, src/pace.c, src/pace.h, src/sm.c, src/sm.h: -
|
* src/pace-tool.c, src/pace.c, src/pace.h, src/sm.c, src/sm.h: -
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ([2.63])
|
AC_PREREQ([2.63])
|
||||||
AC_INIT([ccid-emulator], [0.2], [morgner@informatik.hu-berlin.de])
|
AC_INIT([ccid-emulator], [0.3], [morgner@informatik.hu-berlin.de])
|
||||||
AC_CONFIG_SRCDIR([src/ccid.c])
|
AC_CONFIG_SRCDIR([src/ccid.c])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|||||||
Reference in New Issue
Block a user