Skip to content

Commit 839d401

Browse files
authored
More NEWS
1 parent 266cf9e commit 839d401

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

NEWS

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
x/y/2023 ola-0.10.9
22
Features:
3-
*
3+
* Python 3 compatibility across the board (including the RDM Responder Tests)!
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.
@@ -14,13 +15,30 @@ x/y/2023 ola-0.10.9
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 a longstanding bug in the GetMaxPacketSize RDM test around timeouts
27+
* Fix some undefined behaviour in TimeoutManager::ExecuteTimeouts #1726
28+
* Fix UARTs on Debian Bullseye #1749
29+
* Fix Python version detection for versions > 3.9 #1755
1730
* Update Angular and Angular-Route versions used by the new web UI and add
1831
workaround to be compatible #1782 Debian #1016447
1932
* Significantly reduce the delay when using StreamingClient with EPoll and
2033
multiple universes #1793
2134

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

2543
22/11/2020 ola-0.10.8
2644
Features:

0 commit comments

Comments
 (0)