From: coLinux a. <col...@he...> - 2010-05-24 09:26:59
|
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-20100523/ colinux-0.7.8-20100523.src.tgz (915683 Bytes) daemons-0.7.8-20100523.dbg.zip (594149 Bytes) daemons-0.7.8-20100523.zip (479963 Bytes) modules-2.6.26.8-co-0.7.8-r1442-20100523.tgz (3330561 Bytes) vmlinux-2.6.26.8-co-0.7.8-r1442-20100523.zip (1823584 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-*-20100523.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 ------------------------------------------------------------------------ r1442 | henryn | 2010-05-23 20:24:41 +0000 (Sun, 23 May 2010) | 1 line Changed paths: M /branches/devel/NEWS * NEWS: Merge from stable release. ------------------------------------------------------------------------ r1438 | henryn | 2010-05-23 14:57:05 +0000 (Sun, 23 May 2010) | 3 lines Changed paths: M /branches/devel/patch/scsi-core.diff * scsi: Fix "unhandled opcode 51" (GPCMD_READ_DISC_INFO) from kernel 2.6.33, disc_information.erasable must set to 0. Use defines from cdrom.h for GET_CONFIGURATION and GET_EVENT_STATUS. ------------------------------------------------------------------------ r1437 | henryn | 2010-05-23 14:47:49 +0000 (Sun, 23 May 2010) | 1 line Changed paths: D /branches/devel/conf/linux-2.6.22.18-config * Remove kernel 2.6.22.18 config. ------------------------------------------------------------------------ r1434 | henryn | 2010-05-23 09:44:10 +0000 (Sun, 23 May 2010) | 1 line Changed paths: M /branches/devel/src/colinux/user/console-fltk/widget.cpp * FLTK: Remove trailing whitespace from rect while copy to clipboard. ------------------------------------------------------------------------ r1433 | henryn | 2010-05-23 08:57:37 +0000 (Sun, 23 May 2010) | 1 line Changed paths: M /branches/devel/TODO * Update TODO. ------------------------------------------------------------------------ r1432 | henryn | 2010-05-23 08:51:48 +0000 (Sun, 23 May 2010) | 1 line Changed paths: M /branches/devel/NEWS * Update NEWS. ------------------------------------------------------------------------ r1431 | henryn | 2010-05-23 08:35:15 +0000 (Sun, 23 May 2010) | 12 lines Changed paths: M /branches/devel/doc/colinux-daemon M /branches/devel/src/colinux/common/console.c M /branches/devel/src/colinux/common/console.h M /branches/devel/src/colinux/os/winnt/user/console-fltk/head.cpp M /branches/devel/src/colinux/user/config.c M /branches/devel/src/colinux/user/console-fltk/console.cpp M /branches/devel/src/colinux/user/console-fltk/widget.cpp M /branches/devel/src/colinux/user/console-fltk/widget.h Contributed by Shai Vaingast: * Implements a scroll-back buffer to console FLTK. How to use: * Edit your conf file and set the third value in cocon. For example, for a screen of 80x25 with a scroll back buffer of 475, set cocon=80x25x500 * To scroll back and forth, use the mouse-wheel button or the Windows key combined with Page-Up or Page-Down. * Copy/paste operations work with scroll back buffer as well. * When the scroll back buffer is active, the cursor is hidden * Upon paste, or keyboard hit, the scroll-back is reset. ------------------------------------------------------------------------ |