Message boards : BOINC client : BOINC 6.1 to 6.10 Versions Change Log
Message board moderation
Previous · 1 · 2 · 3 · 4 · 5 · 6 . . . 11 · Next
Author | Message |
---|---|
Send message Joined: 29 Aug 05 Posts: 15572 |
BOINC 6.2.12 released for Macintosh Charlie Fenton wrote: I have posted BOINC 6.2.12 for the Macintosh to the alpha download page. |
Send message Joined: 29 Aug 05 Posts: 15572 |
BOINC 6.2.13 released for Windows and Windows x64 Rom Walton wrote: Howdy Folks, Change Log: - MGR: Fix the application name for both views. NOTE: the data type 'char' should NOT be used within the various views. This is the classic example of how direct data access messes things up in projects with many developers. Use wxString with the PrintF method instead. - MGR: Fix build breaks from the above changes: pass a C string, not a wxString to the PrintF method. - client: Fix build breaks on Mac due to removal of headers from cpp.h. - MGR: Fix the application name for both views. (ANSI/Unicode compatible)(VS/GCC compatible) - CC: Read the config file before setting the max file sizes. - MGR: Fix small bug when displaying the active task count in the taskbar. - WINSETUP: Create a flag file that can be used to keep either the manager or the CC from starting until a reboot has been performed. Flag the file for deletion after a reboot has been performed. - WINSETUP: Don't create the flag file until after the migration phase has been completed. - WINSETUP: Use real quotes around the delete file command instead of tick marks, the Windows shell throws an error. - WINSETUP: Instead of calling the Windows API to determinethe various special folders, use the MSI properties which match the 'choose folder' dialog. We can skip the step if doing a case insensitive compare. Plus it appears that MSI normalizes the paths for us. - MGR: Detect when a reboot is required for BOINC and display an error dialog if it is required. - WINSETUP: Revamp the various strings used. |
Send message Joined: 29 Aug 05 Posts: 15572 |
BOINC 6.2.13 Addendum Skip testing this version, there is something wrong with the reboot option. |
Send message Joined: 29 Aug 05 Posts: 15572 |
BOINC 6.2.14 released for Windows and Windows x64 Rom Walton wrote: If you installed .13 you’ll need to uninstall it from the Control Panel, and then delete the RebootPending.txt file for the program directory (i.e. C:\Program Files\BOINC). This release contains the following fix: - WINSETUP: Don't execute the custom action that creates the RebootPending.txt file in the program directory if a reboot isn't required. |
Send message Joined: 29 Aug 05 Posts: 15572 |
BOINC 6.2.14 released for Macintosh Charlie Fenton wrote: I have posted BOINC 6.2.14 for the Macintosh to the alpha download page. |
Send message Joined: 29 Aug 05 Posts: 15572 |
BOINC 6.2.14 released for Linux and Linux x64 Rom Walton wrote: Linux builds are now released. |
Send message Joined: 29 Aug 05 Posts: 15572 |
Imminent public release of BOINC 6.2.14 Rom Walton wrote: Okay, unless somebody finds a show stopper, we will be releasing the first of the 6.2.x clients to the public on Monday. |
Send message Joined: 29 Aug 05 Posts: 15572 |
BOINC 6.2.15 released for Windows, Windows x64, and Mac OS X Rom Walton wrote: Howdy Folks, Change log: - MGR: Code which tests for reboot required should be Windows-only. - SEA: Change references of boinc_cmd to boinccmd - SCR: Don't treat CPU throttling as BOINC being suspended. Fixes #706 - MGR: If the reminder frequency is 0, then don't show any reminder messages. - SCR / CLIENT: fix get_screensaver_tasks RPC so it does not exclude tasks suspended for CPU throttling. Fixes the screensaver problem for V6 graphics. Checked into boinc_core_release_6_2_15 tag. |
Send message Joined: 29 Aug 05 Posts: 15572 |
BOINC 6.2.16 released for Windows and Windows x64 Rom Walton wrote: Howdy Folks, Change Log: - CLIENT/MGR/TRAY: When installed on Vista and UAC is turned on the user by default cannot create globally shared objects. This becomes a problem when protected application mode is turned off for keyboard and mouse detection. Basically all of the components would start up and fail to create the shared memory segment and report the error through stderr which most people don't look at by default. The client is now the only component that is allowed to create the shared memory segment, if creating the global segment fails it'll create a local one instead. Both the tray and manager now just attach to the existing segment, first trying the global one then the local one. |
Send message Joined: 29 Aug 05 Posts: 15572 |
BOINC 6.2.17 released for Windows and Windows x64 Rom Walton wrote: Howdy Folks, Change Log: - Mac Installer: fix bugs in script which converts BOINC installer to a GridRepublic installer. - Update copyright strings in various Windows resource files. - WIN: Update OS Detection code. NOTE: Holy cow, Between Vista and Server 2008 there are now 26 different SKUs. - WINSCR: Certain checks should be done regularly like keyboard/mouse activity and the notification window check. They should not depend on whether or not the graphics window has been displayed or not. |
Send message Joined: 29 Aug 05 Posts: 15572 |
BOINC 6.2.18 released for Windows and Windows x64 Rom Walton wrote: Howdy Folks, Change Log: - WINSETUP: For some reason BOINCTray.exe was only being installed when the 'Protected Applcation Mode' was selected. I don't remember why we did this, so install it on all scenarios. - client: fix crash in this scenario: * A file upload sends request. * The network is down, and something (e.g. a router) sends a long (> 4KB) error page. This overruns the 4KB buffer of HTTP_OP::req1. Solution: keep track of the size of the buffer, and don't overrun it. Also move the body of a huge for loop into a separate function. From Ian Hay. Fixes #705 - client: don't leak handles to shared-mem files - client: don't leak process handles when abort jobs - client: if an app exits or we kill it, always destroy the shmem segment. |
Send message Joined: 29 Aug 05 Posts: 15572 |
BOINC 6.2.18 released for Macintosh Charlie Fenton wrote: I have posted BOINC 6.2.18 for the Macintosh to the download page. |
Send message Joined: 29 Aug 05 Posts: 15572 |
Benchmark errors If you run into benchmark errors the first time after BOINC starts up, this is known to the developers and they are looking into what is causing it. When you or BOINC reruns the benchmarks eventually, they will run correctly. |
Send message Joined: 29 Aug 05 Posts: 15572 |
BOINC 6.2.19 for Windows and Windows x64 Change Log: - SCR: Fix 8/14 checkin that causes the CPU util to spike on Macs and possibly Windows. - client: fix compiler warning. - Mac lib: set visibility of symbols to hidden by default. - client: coprocessor support isn't supported in 6.2. - SCR: Fix GDI/Memory leak in the screen saver. Pointed out by David Barnard. - winsetup: Change the delete file after reboot code to use MoveFileEx instead of the RunOnce registry key. It does what I was originally trying to do directly to: HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations But I ran into issues across various versions of Windows. Thanks to Nicolas Alvarez for pointing out the API. |
Send message Joined: 29 Aug 05 Posts: 15572 |
6.2.19 addendum Charlie Fenton wrote: None of these changes affect the Mac, they are all Windows-only The changes you see referring to the Macintosh in the change log of 6.2.19 were added to 6.2.18 on the Mac. |
Send message Joined: 29 Aug 05 Posts: 15572 |
BOINC 6.3.14 released for Windows and Windows x64 Rom Walton wrote: Howdy Folks, |
Send message Joined: 29 Aug 05 Posts: 15572 |
6.3.14 Addendum David Anderson wrote: Another new feature: you can put <exclusive_app>wow.exe</exclusive_app> in your cc_config.xml file, and BOINC will suspend computing whenever wow.exe is running. See http://boinc.berkeley.edu/wiki/Client_configuration |
Send message Joined: 29 Aug 05 Posts: 15572 |
BOINC 6.3.14 released for Macintosh Charlie Fenton wrote: I have posted BOINC 6.3.14 for the Macintosh to the download page. |
Send message Joined: 29 Aug 05 Posts: 15572 |
BOINC 6.3.14 released for Linux and Linux x64 Rom Walton wrote: Here are the Linux versions of the clients. See this thread at GPUGrid for instructions of how to install CUDA drivers on Linux. |
Send message Joined: 29 Aug 05 Posts: 15572 |
I'm giving a warning out on the use of this option. Do make sure that there are no other applications on your system that use the same executable name. Since this option does not use a path, as the Windows API used does not supply the full path to the application, it is possible that starting bog-normal applications halt BOINC, due to the filename being in one of the <exclusive_app> tags in cc_config.xml At this moment it is also possible to put in the executable names of BOINC or any project, rendering your BOINC useless as it will suspend itself for as long as that application is running. ;-) I'm hoping that the developers fix this in a future version. 6.3.14 Addendum |
Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.