Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 25 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,22 +1,43 @@
x/y/2022 ola-0.10.9
x/y/2023 ola-0.10.9
Features:
*
* Further improvements on Python 3 compatibility #1506
* Support for the JMS USB2DMX PRO V2.1 device via the FTDI plugin #1728

API:
* Python: Add a fetch current DMX example.

RDM Tests:
*
* Fix a longstanding bug in the GetMaxPacketSize RDM test around timeouts
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any reference? PR# or commit?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was #1736 but looking at NEWS we've historically not bothered putting PR numbers in, just issue numbers when people reported it. I think I probably just caught this by inspection or when doing something else.

Copy link
Member Author

@peternewman peternewman Feb 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've taken them out for now and I'll put them in the other PR so they just appear at the correct time...

Sorry commented on the wrong comment


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

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

22/11/2020 ola-0.10.8
Features:
Expand Down
2 changes: 1 addition & 1 deletion olad/www/mobile.html
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@
</noscript>

<div id='footer'>
OLA &copy; 2005-2020 Open Lighting Project<br/>
OLA &copy; 2005-2023 Open Lighting Project<br/>
<a href="ola.html">Full Version</a> - <a href="new/">New UI (Beta)</a>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion olad/www/ola.html
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ <h2 id="plugin_name"></h2>
</noscript>

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