Skip to content

Commit 87b1cf5

Browse files
committed
Merge branch '0.10' of https://github.com/openlightingproject/ola into master-resync
2 parents f684f3e + 23c8d5d commit 87b1cf5

3 files changed

Lines changed: 20 additions & 7 deletions

File tree

NEWS

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,31 @@
1-
x/y/2024 ola-0.10.10
1+
x/y/2026 ola-0.10.10
22
Features:
3-
*
3+
* Generate coverage
44

55
API:
66
*
77

88
RDM Tests:
9-
*
9+
* Standardise a couple of DMX Fail Mode and Startup Mode tests
10+
* Fix the order of hold time and delay times for DMX_STARTUP_MODE and DMX_FAIL_MODE #1842
11+
* Correct the PID used for SetDmxStartupMode #1843
1012

1113
Bugs:
12-
*
14+
* Add a missing file to the Python install list
15+
* Handle Protoc's non-semver versioning since its release v20.x
16+
* Workaround gcovr parse race condition bug
17+
* Fix Python dependencies for autopkgtest
18+
* Fix error: template-id not allowed for constructor
19+
* Fix some Doxygen errors
20+
* Update some OSC links
21+
* Fix the formatting of some PID values in some Python exceptions
22+
* Handle new OSC typing introduced in liblo 0.32 #1949
23+
* Correct an SPI sync port documentation bug
1324

1425
Internal:
15-
*
26+
* Fix lots more internal typos and grammar
27+
* Fix a number of flake8 errors
28+
* Update Grunt versions used by the new web UI and rebuild it
1629

1730
26/2/2023 ola-0.10.9
1831
Features:

olad/www/mobile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@
466466
</noscript>
467467

468468
<div id='footer'>
469-
OLA &copy; 2005-2024 Open Lighting Project<br/>
469+
OLA &copy; 2005-2026 Open Lighting Project<br/>
470470
<a href="ola.html">Full Version</a> - <a href="new/">New UI (Beta)</a>
471471
</div>
472472
</body>

olad/www/ola.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ <h2 id="plugin_name"></h2>
10381038
</noscript>
10391039

10401040
<div id='footer'>
1041-
OLA &copy; 2005-2024 Open Lighting Project<br>
1041+
OLA &copy; 2005-2026 Open Lighting Project<br>
10421042
<a href="mobile.html">Mobile Version</a> - <a href="new/">New UI (Beta)</a>
10431043
</div>
10441044
</body>

0 commit comments

Comments
 (0)