- Timestamp:
- 05/04/09 11:23:41 (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
NEWS (modified) (2 diffs)
-
configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r1119 r1153 1 1 NEWS for OpenCT -- History of user visible changes 2 2 3 New in 0.6.16, ????-??-??; Andreas Jellinghaus3 New in 0.6.16, 2009-05-04; Andreas Jellinghaus 4 4 * For ccid, etoken* drivers remove polling loop, review the force_poll 5 5 configuration option, this reduces power consumption and CPU load. … … 8 8 * Some build system fixes. 9 9 * Some minor fixes. 10 * Re-add api documentation (pre-generated), like we used to. 10 11 11 12 New in 0.6.15; 2008-07-31; Andreas Jellinghaus -
trunk/configure.ac
r1138 r1153 5 5 define([PACKAGE_VERSION_MAJOR], [0]) 6 6 define([PACKAGE_VERSION_MINOR], [6]) 7 define([PACKAGE_VERSION_FIX], [1 5])7 define([PACKAGE_VERSION_FIX], [16]) 8 8 define([PACKAGE_SUFFIX], [-svn]) 9 9 … … 504 504 505 505 EOF 506 507 # Only Linux uses libusb508 case "${host}" in509 *-*-linux*)510 if test "${enable_usb}" != "yes"; then511 512 cat <<EOF513 514 Linux note:515 ===========516 Without libusb coldplugging will work in basic way,517 To use usb devices, your hotplugging needs to be518 configured and you need to plug in any device519 after the system has started (i.e. the init script ran)520 521 BSD note:522 ==========523 Without libusb, FreeBSD 8.0 will probably not work.524 525 EOF526 527 fi528 ;;529 esac
Note: See TracChangeset
for help on using the changeset viewer.
