Changeset 1176


Ignore:
Timestamp:
01/07/10 09:52:13 (2 years ago)
Author:
aj
Message:

create new release.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEWS

    r1175 r1176  
    11NEWS for OpenCT -- History of user visible changes 
    22 
    3 New in 0.6.19;  
     3New in 0.6.19; 2010-01-07; Andreas Jellinghaus 
    44* update on udev rules. Please now use udev instead of hal, 
    55  as distributions are deprecating hal in favor for udev. 
     6* Thanks to Daniel Kahn Gillmor for testing on debian. 
    67 
    78New in 0.6.18; 2009-09-25; Andreas Jellinghaus 
     
    110111* OPENCT_SOCKETDIR environment can point to any dir for the sockets so 
    111112  users can use it without being root. 
    112 * samle confi files for both hald and udev. 
     113* sample config files for both hald and udev. 
    113114  we suggest udev as hotplug replacement. hald is not tested. 
    114115* sample reader.conf included for pcsc-lite. 
  • trunk/configure.ac

    r1171 r1176  
    66define([PACKAGE_VERSION_MINOR], [6]) 
    77define([PACKAGE_VERSION_FIX], [19]) 
    8 define([PACKAGE_SUFFIX], [-svn]) 
     8define([PACKAGE_SUFFIX], []) 
    99 
    1010AC_INIT([openct],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX]) 
  • trunk/etc/openct.udev.in

    r1175 r1176  
    1919 
    2020# last file created by the kernel, if this is present everything should be 
    21 KERNEL=="[0-9]*:*", WAIT_FOR_ATTR="bInterfaceProtocol" 
     21# KERNEL=="[0-9]*:*", WAIT_FOR_ATTR="bInterfaceProtocol" 
     22# 2010-01-06 removed, as latest udev doesn't know WAIT_FOR_ATTR any more. 
    2223 
    2324# sleep for 100ms - the wait_for_sysfs might not be enough 
Note: See TracChangeset for help on using the changeset viewer.