From: coLinux a. <col...@he...> - 2009-11-27 05:08:52
|
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-20091126/ colinux-0.8.0-20091126.src.tgz (840304 Bytes) daemons-0.8.0-20091126.dbg.zip (591399 Bytes) daemons-0.8.0-20091126.zip (478262 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-20091124/ 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 ------------------------------------------------------------------------ r1302 | henryn | 2009-11-26 22:36:23 +0000 (Thu, 26 Nov 2009) | 5 lines Changed paths: M /branches/devel/src/colinux/common/config.h M /branches/devel/src/colinux/common/console.c M /branches/devel/src/colinux/common/console.h M /branches/devel/src/colinux/common/ioctl.h M /branches/devel/src/colinux/kernel/monitor.c M /branches/devel/src/colinux/os/winnt/user/console-nt/widget.cpp M /branches/devel/src/colinux/user/config.c M /branches/devel/src/colinux/user/console/console.cpp M /branches/devel/src/colinux/user/console/widget.cpp M /branches/devel/src/colinux/user/console-base/console.cpp Contributed by Peter Kuznetsov: * co_console_config_t: Move single variables from config into struct. * CO_ENABLE_COBUF_SYNTAX: Remove unused code. * config cocon: Add parameter for scrollback buf size. (Not impl. completely) ------------------------------------------------------------------------ r1301 | henryn | 2009-11-26 20:50:38 +0000 (Thu, 26 Nov 2009) | 1 line Changed paths: M /branches/devel/src/colinux/os/user/config.h M /branches/devel/src/colinux/os/user/manager.h M /branches/devel/src/colinux/os/user/misc.h M /branches/devel/src/colinux/os/winnt/user/daemon/main.c M /branches/devel/src/colinux/os/winnt/user/daemon/main.h M /branches/devel/src/colinux/os/winnt/user/daemon/registry.c M /branches/devel/src/colinux/os/winnt/user/daemon/service.c M /branches/devel/src/colinux/user/console-base/console.cpp M /branches/devel/src/colinux/user/daemon.c * Cosmetic changes (Peter Kuznetsov). ------------------------------------------------------------------------ |