From: coLinux a. <col...@he...> - 2008-11-13 05:13:57
|
The autobuild system has detected a new revision in the source repository. Review last changed from changelog.txt, also attached in mail. Download the compiled version: http://www.henrynestler.com/colinux/autobuild/devel-20081112/ colinux-0.8.0-20081112.src.tgz (694429 Bytes) daemons-0.8.0-20081112.dbg.zip (595204 Bytes) daemons-0.8.0-20081112.zip (480555 Bytes) modules-2.6.22.18-co-0.8.0-20081112.tgz (2602819 Bytes) vmlinux-2.6.22.18-co-0.8.0-20081112.zip (1762529 Bytes) Note, the autobuild compilation does not include an installer. Remember to reload the driver with these commands: colinux-daemon.exe --remove-driver colinux-daemon.exe --install-driver Inside coLinux please update modules as follow: rm -rf /lib/modules/*-co-* tar -xzf modules-*-co-*-20081112.tgz -C / The autobuild compilations are not official releases of Cooperative Linux software. There is no warranty that any autobuild version is stable. If use this autobuild version, please give us feedback of your experience. Job runs on machine with 64 bit version of gcc 4.1.2. A service from http://gcc.gnu.org/wiki/CompileFarm -- Lots of fun with newest version, Henry Nestler ------------------------------------------------------------------------ r1137 | henryn | 2008-11-12 20:13:26 +0000 (Wed, 12 Nov 2008) | 1 line Changed paths: M /branches/devel/src/colinux/user/daemon.c * daemon.c: Functions as static. Small source face lifts. ------------------------------------------------------------------------ r1136 | henryn | 2008-11-12 20:03:20 +0000 (Wed, 12 Nov 2008) | 1 line Changed paths: M /branches/devel/src/colinux/common/config.h M /branches/devel/src/colinux/kernel/monitor.c M /branches/devel/src/colinux/user/daemon.c * Add size check to struct co_config. Remove unused var block_root_device_index. ------------------------------------------------------------------------ r1135 | henryn | 2008-11-12 19:57:45 +0000 (Wed, 12 Nov 2008) | 1 line Changed paths: M /branches/devel/src/colinux/user/config.c * Wrong const used for checking parameter "videdoX=" (MAX_COVIDEO). ------------------------------------------------------------------------ r1134 | henryn | 2008-11-12 19:23:31 +0000 (Wed, 12 Nov 2008) | 3 lines Changed paths: M /branches/devel/NEWS M /branches/devel/conf/example.conf M /branches/devel/doc/colinux-daemon M /branches/devel/src/colinux/common/common_base.h M /branches/devel/src/colinux/common/config.h M /branches/devel/src/colinux/common/console.c M /branches/devel/src/colinux/kernel/monitor.c M /branches/devel/src/colinux/user/config.c * Added "cocon=COLSxROWS" to define console size, other than 80x25. * Incrase periphery API version to 22, to reflect the change. ------------------------------------------------------------------------ r1133 | henryn | 2008-11-12 18:52:02 +0000 (Wed, 12 Nov 2008) | 1 line Changed paths: M /branches/devel/NEWS M /branches/devel/patch/cofs-core.diff * Bugfix #2176188: File sync wrong on cofs, command after mv/rename fails. ------------------------------------------------------------------------ |