Changeset 1153 for trunk


Ignore:
Timestamp:
05/04/09 11:23:41 (3 years ago)
Author:
aj
Message:

prepare new release.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEWS

    r1119 r1153  
    11NEWS for OpenCT -- History of user visible changes 
    22 
    3 New in 0.6.16, ????-??-??; Andreas Jellinghaus 
     3New in 0.6.16, 2009-05-04; Andreas Jellinghaus 
    44* For ccid, etoken* drivers remove polling loop, review the force_poll 
    55  configuration option, this reduces power consumption and CPU load. 
     
    88* Some build system fixes. 
    99* Some minor fixes. 
     10* Re-add api documentation (pre-generated), like we used to. 
    1011 
    1112New in 0.6.15; 2008-07-31; Andreas Jellinghaus 
  • trunk/configure.ac

    r1138 r1153  
    55define([PACKAGE_VERSION_MAJOR], [0]) 
    66define([PACKAGE_VERSION_MINOR], [6]) 
    7 define([PACKAGE_VERSION_FIX], [15]) 
     7define([PACKAGE_VERSION_FIX], [16]) 
    88define([PACKAGE_SUFFIX], [-svn]) 
    99 
     
    504504 
    505505EOF 
    506  
    507 # Only Linux uses libusb 
    508 case "${host}" in 
    509 *-*-linux*) 
    510         if test "${enable_usb}" != "yes"; then 
    511  
    512         cat <<EOF 
    513  
    514 Linux note: 
    515 =========== 
    516 Without libusb coldplugging will work in basic way, 
    517 To use usb devices, your hotplugging needs to be 
    518 configured and you need to plug in any device 
    519 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 EOF 
    526  
    527         fi 
    528 ;; 
    529 esac 
Note: See TracChangeset for help on using the changeset viewer.