Skip to content

Commit 2bbc5c5

Browse files
authored
Merge pull request #1816 from peternewman/0.10-clang-latest
NEWS updates
2 parents 591b9d5 + 0328b63 commit 2bbc5c5

3 files changed

Lines changed: 27 additions & 6 deletions

File tree

NEWS

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,43 @@
1-
x/y/2022 ola-0.10.9
1+
x/y/2023 ola-0.10.9
22
Features:
3-
*
3+
* Further improvements on Python 3 compatibility #1506
4+
* Support for the JMS USB2DMX PRO V2.1 device via the FTDI plugin #1728
45

56
API:
67
* Python: Add a fetch current DMX example.
78

89
RDM Tests:
9-
*
10+
* Fix a longstanding bug in the GetMaxPacketSize RDM test around timeouts
1011

1112
Bugs:
1213
* Fix some tests not working on Big Endian machines because our RPC is encoded
1314
with native format and those tests used sample data from a Little Endian
1415
machine
1516
* Renamed EndpointNoticationEvent(sic) to EndpointNotificationEvent in the
1617
E1.33 EndpointManager code
18+
* Check if librt exists and add it to the build if required
19+
* Ensure we can build on later Protobuf and C++ and silence deprecation
20+
messages where required
21+
* Fix the NetBSD build
22+
* Clarify the usage of some of the various Enttec Open DMX USB plugins
23+
* Relax the timing on the ClientWrapperTest so it doesn't fail occasionally
24+
#1714
25+
* Correct the documentation of some existing limits in the E1.31 plugin
26+
* Fix some undefined behaviour in TimeoutManager::ExecuteTimeouts #1726
27+
* Fix UARTs on Debian Bullseye #1749
28+
* Fix Python version detection for versions > 3.9 #1755, #1780
29+
* Update Angular and Angular-Route versions used by the new web UI and add
30+
workaround to be compatible #1782 Debian #1016447
31+
* Significantly reduce the delay when using StreamingClient with EPoll and
32+
multiple universes #1793
1733

1834
Internal:
19-
*
35+
* Add more debugging so we can tell why setting the baud rate failed
36+
* Replace "currentThread" with "current_thread" in Python since the former has
37+
been deprecated
38+
* Fix lots more internal typos and grammar
39+
* Add unit tests for more of the Python RDM Test classes
40+
* Sort the Python imports with isort
2041

2142
22/11/2020 ola-0.10.8
2243
Features:

olad/www/mobile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
</noscript>
460460

461461
<div id='footer'>
462-
OLA &copy; 2005-2020 Open Lighting Project<br/>
462+
OLA &copy; 2005-2023 Open Lighting Project<br/>
463463
<a href="ola.html">Full Version</a> - <a href="new/">New UI (Beta)</a>
464464
</div>
465465
</body>

olad/www/ola.html

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

10281028
<div id='footer'>
1029-
OLA &copy; 2005-2020 Open Lighting Project<br>
1029+
OLA &copy; 2005-2023 Open Lighting Project<br>
10301030
<a href="mobile.html">Mobile Version</a> - <a href="new/">New UI (Beta)</a>
10311031
</div>
10321032
</body>

0 commit comments

Comments
 (0)