From: coLinux a. <col...@he...> - 2010-05-29 09:26:58
|
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-20100528/ colinux-0.7.8-20100528.src.tgz (916238 Bytes) daemons-0.7.8-20100528.dbg.zip (595619 Bytes) daemons-0.7.8-20100528.zip (480901 Bytes) modules-2.6.26.8-co-0.7.8-r1449-20100528.tgz (3330440 Bytes) vmlinux-2.6.26.8-co-0.7.8-r1449-20100528.zip (1823586 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-*-20100528.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.3.2. A service from http://gcc.gnu.org/wiki/CompileFarm -- Lots of fun with newest version, Henry Nestler ------------------------------------------------------------------------ r1449 | henryn | 2010-05-28 19:27:54 +0000 (Fri, 28 May 2010) | 6 lines Changed paths: M /branches/devel/patch/base-2.6.26.diff M /branches/devel/src/colinux/common/console.c M /branches/devel/src/colinux/kernel/monitor.c 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/main.h M /branches/devel/src/colinux/user/console-fltk/widget.cpp M /branches/devel/src/colinux/user/console-fltk/widget.h Contributed by Shai Vaingast: * Scroll buffer is persistent between console FLTK (i.e., if you close and re-open console FLTK, the scroll buffer remains). * Fixed a bug with rectangular mouse copy area select. * Pasting without previously copying will not cause any garbled text anymore. * New menu items: Edit-copy, edit-paste, view-page up and view-page down. ------------------------------------------------------------------------ r1448 | henryn | 2010-05-28 19:11:27 +0000 (Fri, 28 May 2010) | 3 lines Changed paths: M /branches/devel/src/colinux/common/console.c Contributed by Shai Vaingast: * Clear scroll buffer in case of console switch (i.e., Alt-F1, Alt-F2 etc.) ------------------------------------------------------------------------ |