Changeset 1176
- Timestamp:
- 01/07/10 09:52:13 (2 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
NEWS (modified) (2 diffs)
-
configure.ac (modified) (1 diff)
-
etc/openct.udev.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r1175 r1176 1 1 NEWS for OpenCT -- History of user visible changes 2 2 3 New in 0.6.19; 3 New in 0.6.19; 2010-01-07; Andreas Jellinghaus 4 4 * update on udev rules. Please now use udev instead of hal, 5 5 as distributions are deprecating hal in favor for udev. 6 * Thanks to Daniel Kahn Gillmor for testing on debian. 6 7 7 8 New in 0.6.18; 2009-09-25; Andreas Jellinghaus … … 110 111 * OPENCT_SOCKETDIR environment can point to any dir for the sockets so 111 112 users can use it without being root. 112 * sam le confifiles for both hald and udev.113 * sample config files for both hald and udev. 113 114 we suggest udev as hotplug replacement. hald is not tested. 114 115 * sample reader.conf included for pcsc-lite. -
trunk/configure.ac
r1171 r1176 6 6 define([PACKAGE_VERSION_MINOR], [6]) 7 7 define([PACKAGE_VERSION_FIX], [19]) 8 define([PACKAGE_SUFFIX], [ -svn])8 define([PACKAGE_SUFFIX], []) 9 9 10 10 AC_INIT([openct],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX]) -
trunk/etc/openct.udev.in
r1175 r1176 19 19 20 20 # 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. 22 23 23 24 # sleep for 100ms - the wait_for_sysfs might not be enough
Note: See TracChangeset
for help on using the changeset viewer.
