|
1 | | -x/y/2022 ola-0.10.9 |
| 1 | +x/y/2023 ola-0.10.9 |
2 | 2 | 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 |
4 | 5 |
|
5 | 6 | API: |
6 | 7 | * Python: Add a fetch current DMX example. |
7 | 8 |
|
8 | 9 | RDM Tests: |
9 | | - * |
| 10 | + * Fix a longstanding bug in the GetMaxPacketSize RDM test around timeouts |
10 | 11 |
|
11 | 12 | Bugs: |
12 | 13 | * Fix some tests not working on Big Endian machines because our RPC is encoded |
13 | 14 | with native format and those tests used sample data from a Little Endian |
14 | 15 | machine |
15 | 16 | * Renamed EndpointNoticationEvent(sic) to EndpointNotificationEvent in the |
16 | 17 | 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 |
17 | 33 |
|
18 | 34 | 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 |
20 | 41 |
|
21 | 42 | 22/11/2020 ola-0.10.8 |
22 | 43 | Features: |
|
0 commit comments