Changeset 751 for releases/openct-0.6.6
- Timestamp:
- 09/11/05 09:58:48 (3 years ago)
- Location:
- releases/openct-0.6.6
- Files:
-
- 2 modified
-
NEWS (modified) (2 diffs)
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
releases/openct-0.6.6/NEWS
r733 r751 1 1 NEWS for OpenCT -- History of user visible changes 2 2 3 New in 0.6.6; 2005-??-??; Andreas Jellinghaus 4 * updated html documentation. 3 New in 0.6.6; 2005-09-11 Andreas Jellinghaus 4 * updated html documentation. now generated with "make dist". 5 * indent'ed with linux kernel Lindet script. 5 6 * use libltdl instead of scdl. 6 7 * new ident schema: Lident (from linux kernel) … … 9 10 * new pertosmart driver by Carlos Henrique Bauer 10 11 * new acr30u driver by Laurent Pinchart 11 * initia il driver documentation by Laurent Pinchart12 * initial driver documentation by Laurent Pinchart 12 13 * ccid driver now supports pcmcia block based devices 13 14 such as the OMNIKEY CardMan 4040 (Harald Welte) -
releases/openct-0.6.6/configure.ac
r741 r751 5 5 AC_PREREQ(2.52) 6 6 7 AC_INIT(openct, 0.6.6 -rc3)7 AC_INIT(openct, 0.6.6) 8 8 AM_INIT_AUTOMAKE 9 9 AM_CONFIG_HEADER(config.h)
