| 2 | |
| 3 | == Version 7.6.9 == |
| 4 | released: 31 Aug 2015 |
| 5 | |
| 6 | * MGR: improve validity checking in advanced prefs dialog |
| 7 | * MGR: use lighter red for error fields |
| 8 | * MGR: in Advanced Preferences dialog highlight textedit field with illegal value by setting its background to red. |
| 9 | * MGR: in prefs dialog, buffer size limits are 10, not 100 |
| 10 | * MGR: string tweaks |
| 11 | * MGR: typo fix |
| 12 | * MGR: show executable filename in task properties |
| 13 | * MGR: Make the average and total credit strings translatable and add comments for context. |
| 14 | * MGR: Tighten up the code to the last commit a bit. |
| 15 | * MGR: Fix the string construction of the 'work fetch deferral' stuff to be more localization friendly. |
| 16 | * MGR: Flag previously untranslatable strings as translatable. |
| 17 | * MGR: reorder items in simple view prefs |
| 18 | * MGR: show last RPC time in project properties |
| 19 | * MGR: display total credit with thousands separators |
| 20 | * client: show more (but still not all) config options |
| 21 | * client: don't use estimated fraction done until 1 minute has elapsed |
| 22 | * client and API: pass list of app version files in init_data.xml |
| 23 | * client: fix bug where elapsed time increased while suspended |
| 24 | * client: if app reports frac done outside [0,1] write message |
| 25 | * client: if a GPU exclusion refers to non-existent device num, ignore it |
| 26 | * client: change cpu_sched_debug log messages to show job's GPU type |
| 27 | * client: if app reports fract done > 1, use asymptotic formula |
| 28 | * client: On Macs, fix failure to recognize CUDA devices when BOINC is launched automatically at login before CUDA has initialized at system boot. |
| 29 | * client: if app reports fraction done outside 0..1, truncate |
| 30 | * client: Avoid kernel panics at system boot when running as a service / daemon under Mac OS 10.10.4. |
| 31 | * client: fix job scheduling bug that starves CPU instances |
| 32 | * client: parse ARM CPU model |
| 33 | * LIB: add function for formatting numbers w/ digit grouping |
| 34 | * LIB: setbuf() only disables the CRT buffer and flush only works against the CRT buffers. |
| 35 | * Mac uninstaller: Fix a hang bug on some older versions of OS X (including 10.6.8.) |
| 36 | * Mac installer: attempt to prevent a rare installer crash when system is set for a language other than English. |
| 37 | * Mac installer: Fix bug introduced in my commit 3e1428c which prevents installing on OS X older than OS 10.9 unless BOINC users and groups already exist (i.e., which causes a clean install to fail.) |