5.10.30: Unterschied zwischen den Versionen

Aus BC-Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
[[5.10.x|Zur Übersicht]]
'''[[5.x|5.x]]'''


* Manager: use random colors for disk usage pie chart (need to have unique color per project, else tooltip will be wrong for some projects, since it's based on color)
* Manager: use random colors for disk usage pie chart (need to have unique color per project, else tooltip will be wrong for some projects, since it's based on color)

Aktuelle Version vom 17. Oktober 2013, 12:51 Uhr

5.x

  • Manager: use random colors for disk usage pie chart (need to have unique color per project, else tooltip will be wrong for some projects, since it's based on color)
  • Mac: Fix bugs when running under OS 10.5:
    • menubar icon menu;
    • installer bugs due to PackageMaker changes;
    • linker warnings due to addition of visibility patch to compiler;
    • new command-line utilities for flushing users & groups caches (used by BOINC installer). Checked into boinc_core_release_5_10_28.
  • CC: Remove the event handler for CTRL-C, or rather change it so that it means the same thing as it does to other apps, just quit the CC instead of suspending or resuming the CC.
  • CC: Treat the return code 0xC0000142 as though it is a temporary error. 0xC0000142 means STATUS_DLL_INIT_FAILED which can happen when an application attempts to create a new process while the OS is shutting down, and when the desktop heap is fully utilized. This will keep an app from erroring out during Vista's shutdown sequence. Only a reboot can fix the desktop heap.
  • Mac: Fix brief flash of Manager window at OS 10.5 system startup.
  • Mac: Fix compiler warnings when building boinc_cmd under OS 10.5.
  • Mac: Better error-handling in sandbox setup code.
  • client: when starting an app, and an input/app file is not available, show the file name and error code in the message that's appended to the job's stderr_out.
  • Mac SS: Work around a poorly understood problem calling MPLibraryIsLoaded() on OS 10.3.x when it was built using XCode 3.0 on OS 10.5.
  • Mgr SG: Fix SG preferences bug: set "custom" checkmark only if global_prefs_override.xml file exists.
  • Mac: Additional changes to release scripts for compatibility with new PackageMaker.
  • Tag for 5.10.29 release, all platforms boinc_core_release_5_10_29
  • Mgr SG: Fix SG preferences bug: save "Do work only between" and "Connect only between" as doubles, not lngs so they work properly.
  • client: fix bug in parsing of <link rel=boinc_scheduler ...> element in master files. fixes #467
  • DEP: Update libCurl to 7.17.1
  • Fix build break introduced by new libcurl headers on Windows