AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to relesae 7.22 * Add not-in-use computing prefs * Update cpu/gpu resources when app_config is re-read
- Update to release 7.20.5 * Fix "Stop graphics" button operation
- Update to release 7.20.2 * client: if bandwidth limit is removed (up or down), remove limit from active transfers. * client: fix bug in work fetch logic for case of zero resource share and zero work buf.
- Update to release 7.20.1 * Manager: wxWidgets debug alert when switching between advanced and simple view. * BOINC did not gracefully handle capitalization discrepancies * client: fix #2837 had removed a special use case where idle was desired before work fetch, which was fixed * Manager: Memory access error on closedown * Manager: Search for skins to display on Simple View
- Update to release 7.20.0 * client: pass process priority to wrapper * client: Ignore tty(S|ACM) devices in TTY idle time calculation * client: fix overly aggressive project-wide file transfer backoff policy * client: fix work-fetch logic when max concurrent limits are used * manager: fix failure to connect to client with non-English language - Let -devel subpackage follow the main package name.
- Drop boinc-gui.desktop and icons, because upstream provides a desktop entry with icons now.
- Update to release 7.18.1 * Exporting event log wrote just 6 lines, which was fixed.
- Update to release 7.18 * A number of fixes for other platforms like Android
- pwdutils was dropped long time ago - fix building (/etc/init.d does not exist)
- update to 7.16.14: * macOS fixes
- Update to release 7.16.11 * Changes to build procedure for other platforms * A locale-related fix is included
- Update to release 7.16.9 * Linux client: fix X-based idle detection * Drop X11 fallback as Wayland can show a desktop session with no X11 servers, but XWayland can be started temporarily (and is useless for idle detection). * client: avoid CPU starvation when GPU computing is suspended * client: do nott allow an empty GUI RPC password * client: let a project master URL change from http: to https: without involving the user. * Fix CORS for GUI RPC via HTTP * Converted Java parts to Kotlin * transitioner: Fix race condition with file_upload_handler - Drop boinc-guirpcauth.patch (mostly merged; upstream has a slightly different solution, though)
- Update to 7.16.6 * client: add <ignore_tty> config file option (Unix) * client: if an output file is missing or bad length, mark workunit as error. * client: on startup, check for active task finish files. * client: fix bug in missing-file logic that cause task abort at startup. * client: fix bug that caused jobs to run after client exit. * client: don't unsuspend before sending quit message. * client: send task descriptions if requested by AM.
- Update to release 7.16.3 * If output file is missing on startup, flag task as error. * Let project specify directories in logical file names. * Fix security vulnerability involving logical file names. * Make "reread config files" work for ncpus. * Support fetch of files over GUI RPC; allow projects to supply their own web-based GUI. * Support GUI RPCs as HTTP Post requests. * Enable "Other options" in simple view if no client connected. * Clear "vm_extensions_disabled" flag on startup. * Fix work fetch bug when max_concurrent used. * Unsuspend jobs before telling them to quit. * Sanity check job runtime limits. * Fix overflow in OpenCL GPU FLOPS calculation. - Do not ignore errors from groupadd/useradd
- Build boinc-client using -ffat-lto-objects
- Update to version 7.14.2. * Fix GPU detection when run with --detach_console or using $PATH * Update NVIDIA GPU detection for recent models * Change simple prefs dialog behavior to match advanced * If using a dynamic account manager, show AM user name in Manager rather than randomly-generated project account names * Move new-version URLs from cc_config.xml to nvc_config.xml (so that WCG can customize)
- Remove unnecessary ldconfig from devel subpackage
- Update to version 7.12.1. - Remove doc package, since the files have been removed from the source. Actually it wasn't even the documentation, but the server code. - Disable idle detection via the XSS API and remove dependency to libXScrnSaver-devel. This feature requires access to a running X server, which the BOINC client does not have in OpenSUSE. - Rename the devel package and provide the correct dependency. The devel package provides the headers for libboinc, and has nothing to do with the BOINC client. - Add conflict to original devel package. - Remove unnecessary dependency to libxslt. - Update systemd service file with changes from upstream: start after network-online.target, and use "ProtectHome=true". - Move bash completion file to /usr/share tree to fix rpmlint. - Declare license files as %license. - Don't install `notes` and `todo` - these are internal notes of the developers and not helpful to users. - Drop 0001-MGR-support-wxWidgets-without-webview.patch, which has landed upstream (commit 27bb3c9e). - libboinc-shared.patch: Build shared libraries for client and static libraries for science apps. Science apps are distributed as binaries over the BOINC network, so dynamic linking doesn't make sense. But we can use dynamic linking for the client. - build-client-scripts.patch: Add some targets to fix build. - Fix default path for boincscr.
- Update to 7.8.6 * can't find any useful ChangeLog :(