Changeset 1001
- Timestamp:
- 08/23/07 22:12:59 (16 months ago)
- Location:
- releases/openct-0.6.13
- Files:
-
- 2 modified
-
NEWS (modified) (1 diff)
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
releases/openct-0.6.13/NEWS
r995 r1001 1 1 NEWS for OpenCT -- History of user visible changes 2 2 3 New in 0.6.13; 2007-08-??; Andreas Jellinghaus 3 New in 0.6.13; 2007-08-23; Andreas Jellinghaus 4 * get hal setup to work 5 * more fixes to udev setup. works now without usbfs. 6 * fix openct.udev.modalias rule file for openct. tested, now working fine. 4 7 * this version works with linux kernel 2.6.22+ if patched, see 5 http://lkml.org/lkml/2007/8/17/193 for a patch. hope this is fixed 6 in new updates. 7 * fix missing "*" in etc/openct.udev.modalias 8 http://lkml.org/lkml/2007/8/17/193 for a patch. 9 will be fixed in 2.6.22.6 I hope. 8 10 * improve etc/openct_usb.in script for working without PRODUCT environment 9 11 * comment out wbeiuu driver - use kernel driver plus phoenix driver instead -
releases/openct-0.6.13/configure.ac
r988 r1001 4 4 # Require autoconf 2.52 5 5 AC_PREREQ(2.52) 6 AC_INIT([openct], [0.6.1 2-svn])6 AC_INIT([openct], [0.6.13]) 7 7 AM_INIT_AUTOMAKE 8 8 AM_CONFIG_HEADER(config.h)
