-
Notifications
You must be signed in to change notification settings - Fork 2
/
edu.berkeley.BOINC.metainfo.xml
156 lines (149 loc) · 8.67 KB
/
edu.berkeley.BOINC.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>edu.berkeley.BOINC</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>LGPL-3.0-or-later</project_license>
<developer_name>University of California</developer_name>
<content_rating type="oars-1.1" />
<categories>
<category>Science</category>
<category>ComputerScience</category>
<category>ParallelComputing</category>
</categories>
<name>BOINC Manager</name>
<summary>Contribute computing power to projects doing research in many scientific areas</summary>
<description>
<p>BOINC lets you help cutting-edge science research using your computer. The
BOINC app, running on your computer, downloads scientific computing jobs and
runs them invisibly in the background. It's easy and safe.</p>
<p>About 30 science projects use BOINC. They investigate diseases, study climate
change, discover pulsars, and do many other types of scientific research.</p>
<p>The BOINC and Science United projects are located at the University of
California, Berkeley and are supported by the National Science Foundation.</p>
</description>
<launchable type="desktop-id">edu.berkeley.BOINC.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>A screenshot of the project tab in the BOINC Manager</caption>
<image>https://raw.githubusercontent.com/BOINC/boinc-site/master/mgrprojects.png</image>
</screenshot>
<screenshot>
<caption>A screenshot of the tasks tab in the BOINC Manager</caption>
<image>https://raw.githubusercontent.com/BOINC/boinc-site/master/mgrwork.png</image>
</screenshot>
<screenshot>
<caption>A screenshot of the statistics tab in the BOINC Manager</caption>
<image>https://raw.githubusercontent.com/BOINC/boinc-site/master/mgrstatistics.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://boinc.berkeley.edu/index.php</url>
<url type="bugtracker">https://github.com/BOINC/boinc/issues</url>
<url type="faq">https://boinc.berkeley.edu/wiki/BOINC_Help</url>
<url type="help">https://boinc.berkeley.edu/wiki/Main_Page</url>
<url type="translate">https://www.transifex.com/boinc/boinc/</url>
<releases>
<release version="8.0.2" date="2024-05-30">
<description>
<p>BOINC Manager 8.0.2 includes these changes:</p>
<ul>
<li>Support sporadic applications</li>
<li>Show correct disk data when connect to new host</li>
<li>Finish sleep before kill descendants</li>
<li>Detect ss32 on Ryzen 7950x</li>
<li>Fix blank windows in skinned simple view</li>
<li>Correctly detect CPU words when cpuset cgroup is used</li>
<li>improve implementation of CPU throttling</li>
<li>the default value for the "suspend_if_no_recent_input" pref is 0, not 60</li>
<li>if sched request fails, show the scheduler URL (that might be the problem)</li>
<li>Show alert if idle time to resume computing is greater than idle time to suspend computing</li>
<li>ignore old prefs sent by projects or AM</li>
<li>avoid overscheduling CPUs in presence of MT jobs</li>
<li>Manager: computing prefs dialog bug</li>
<li>Manager: Add button in event log to display only alerts (errors)</li>
<li>Manager: Improve consistency of control labels and accelerators</li>
<li>Manager: Show native names for language options, and only those for which translations are available</li>
<li>Add estimated time remaining for file transfers</li>
<li>Add estimated completion date and completion before deadline columns to Tasks tab</li>
<li>Add Estimated Completion column to Advanced view - Tasks</li>
<li>Add not-in-use computing prefs</li>
<li>Don't change user CPID if detach from oldest project</li>
</ul>
</description>
<url>https://github.com/BOINC/boinc/releases/tag/client_release%2F8.0%2F8.0.2</url>
</release>
<release version="7.22.1" date="2023-05-08">
<description>
<p>BOINC Manager 7.22.1 includes these changes:</p>
<ul>
<li>Don't clear in-use prefs when disable in-use computing</li>
<li>Enhance computing prefs dialog</li>
<li>Sort requests to suspend/resume/abort multiple tasks</li>
<li>Avoid crash if account manager list is empty</li>
<li>Fix bug where "estimated completion" and "completion before deadline" task
fields switch back and forth to --- during CPU throttling</li>
</ul>
</description>
<url>https://github.com/BOINC/boinc/releases/tag/client_release%2F7.22%2F7.22.1</url>
</release>
<release version="7.22.0" date="2023-01-23">
<description>
<p>BOINC Manager 7.22.0 includes these changes:</p>
<ul>
<li>Added limits to validating doubles in preferences</li>
<li>Add estimated time remaining for file transfers</li>
<li>Fix non-BOINC CPU usage limit on Win and Linux</li>
<li>Add estimated completion date and completion before deadline columns to
Tasks tab</li>
<li>Added Estimated Completion column to Advanced view > Tasks</li>
<li>Close file descriptors if Curl initialization fails via</li>
<li>Reset progress percentage to last checkpoint when task is initialized</li>
<li>Add not-in-use computing prefs</li>
<li>Update cpu/gpu resources when app_config is re-read</li>
<li>Convert ProcessorTab in Preferences dialog from wxPanel to wxScrolledWindow
to show all content on small screens (e.g. 1024x768)</li>
<li>Disable Remove button when no more exclusive applications exist</li>
<li>Add warning message in preferences for suspension</li>
<li>Fix: make button labels appear in terms of use dialog</li>
<li>Canonicalize URLs to lower case</li>
</ul>
</description>
<url>https://github.com/BOINC/boinc/releases/tag/client_release%2F7.22%2F7.22.0</url>
</release>
<release version="7.20.2-1" date="2022-08-06">
<description>
<ul>
<li>Skins are now included for 'Simple View'</li>
</ul>
</description>
</release>
<release version="7.20.2" date="2022-07-21">
<description>
<p>The update to 7.20.2 includes these changes from 7.20:</p>
<ul>
<li>Manager: show appropriate Welcome Page on first run.</li>
<li>Manager: add ctrl-A shortcut to go to advanced view</li>
<li>Manager: fix alt-space crash</li>
<li>Manager: fix RTL languages in disk view</li>
<li>Manager: add "Suspend when no mouse/keyboard input in last XX minutes" to
prefs dialog</li>
<li>Manager: correctly handle large numbers in prefs</li>
<li>Client: allow empty GUI RPC password but show warning</li>
<li>Client: display IPV6 addresses correctly</li>
<li>Client: don't tell Manager that graphics app exists if it's still
downloading</li>
<li>Client: fix overly aggressive project-wide file transfer backoff policy</li>
<li>Client: fix work-fetch logic when max concurrent limits are used</li>
<li>Other changes are listed in the 'Releases' page on BOINC's GitHub repository</li>
</ul>
</description>
<url>https://github.com/BOINC/boinc/releases/tag/client_release%2F7.20%2F7.20.2</url>
</release>
<release version="7.18.1" date="2021-08-04">
<description>
<ul>
<li>Update out of the 7.18 pre-release</li>
</ul>
</description>
</release>
</releases>
</component>