From: coLinux a. <col...@he...> - 2009-12-02 05:08:43
|
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-20091201/ colinux-0.8.0-20091201.src.tgz (842038 Bytes) daemons-0.8.0-20091201.dbg.zip (591949 Bytes) daemons-0.8.0-20091201.zip (478698 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-20091129/ 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 ------------------------------------------------------------------------ r1314 | henryn | 2009-12-01 22:54:51 +0000 (Tue, 01 Dec 2009) | 2 lines Changed paths: M /branches/devel/src/colinux/user/console/widget.cpp M /branches/devel/src/colinux/user/console/widget.h * FLTK set_console: Move fix part calculations into function set_console. Replce mostly of "letter_x * console->config.x" with "fit_x", and the fit_y. ------------------------------------------------------------------------ r1313 | henryn | 2009-12-01 20:36:46 +0000 (Tue, 01 Dec 2009) | 1 line Changed paths: M /branches/devel/src/colinux/user/console/widget.cpp * FLTK console: Fix buffer overflow for option cocon=x*y with x > 256 columns. ------------------------------------------------------------------------ |