From: coLinux a. <col...@he...> - 2010-06-13 04:07:10
|
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-20100612/ colinux-0.7.8-20100612.src.tgz (1062447 Bytes) daemons-0.7.8-20100612.dbg.zip (603159 Bytes) daemons-0.7.8-20100612.zip (483430 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 The vmlinux and modules are up to date. Please use last version from http://www.henrynestler.com/colinux/autobuild/devel-20100601/ 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.3.2. A service from http://gcc.gnu.org/wiki/CompileFarm -- Lots of fun with newest version, Henry Nestler ------------------------------------------------------------------------ r1473 | henryn | 2010-06-12 18:06:52 +0000 (Sat, 12 Jun 2010) | 1 line Changed paths: M /branches/devel/NEWS * Update NEWS. ------------------------------------------------------------------------ r1472 | henryn | 2010-06-12 17:55:12 +0000 (Sat, 12 Jun 2010) | 1 line Changed paths: M /branches/devel/src/colinux/kernel/monitor.c * Remove debug from last commit. ------------------------------------------------------------------------ r1471 | henryn | 2010-06-12 17:17:18 +0000 (Sat, 12 Jun 2010) | 1 line Changed paths: M /branches/devel/src/colinux/kernel/monitor.c * monitor: Optimize with less of "imul" in loops for sending buffer and screen. ------------------------------------------------------------------------ r1470 | henryn | 2010-06-12 16:48:21 +0000 (Sat, 12 Jun 2010) | 1 line Changed paths: M /branches/devel/src/colinux/kernel/monitor.c * console: Remove more non needed code lines. ------------------------------------------------------------------------ r1469 | henryn | 2010-06-12 16:42:06 +0000 (Sat, 12 Jun 2010) | 2 lines Changed paths: M /branches/devel/src/colinux/kernel/monitor.c M /branches/devel/src/colinux/user/console-fltk/console.cpp M /branches/devel/src/colinux/user/console-nt/console.cpp * co_console_op: Prevent kernel updates it self from console start. Send monitor messages from CO_MODULE_MONITOR, not from CO_MODULE_LINUX. ------------------------------------------------------------------------ r1468 | henryn | 2010-06-12 16:31:50 +0000 (Sat, 12 Jun 2010) | 1 line Changed paths: M /branches/devel/src/colinux/kernel/monitor.c * console: Remove duplicate code lines. ------------------------------------------------------------------------ r1467 | henryn | 2010-06-12 16:26:45 +0000 (Sat, 12 Jun 2010) | 2 lines Changed paths: M /branches/devel/src/colinux/user/console-fltk/widget.cpp * FLTK console: Fix warning in log like "unknown<5242905>: <soh>". The userland co_console_op() with CO_OPERATION_CONSOLE_STARTUP destroyed the io_buffer. ------------------------------------------------------------------------ r1466 | henryn | 2010-06-12 11:13:12 +0000 (Sat, 12 Jun 2010) | 4 lines Changed paths: M /branches/devel/src/colinux/os/winnt/user/console-fltk/head.cpp M /branches/devel/src/colinux/user/console-fltk/console.cpp M /branches/devel/src/colinux/user/console-fltk/console.h M /branches/devel/src/colinux/user/console-fltk/main.h Contributed by Shai Vaingast: * Redesigned menu to be more inline with today's standard menu layout * Support for Exit on detach from the menu. This is overriden by the environment variable COLINUX_CONSOLE_EXIT_ON_DETACH ------------------------------------------------------------------------ |