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
28 changes: 24 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,15 +1,35 @@
x/y/2018 ola-0.10.8
x/y/2019 ola-0.10.8
Features:
*
* Support DragonFly BSD

API:
*

RDM Tests:
*
* Fix a bug in the RDM tests to ensure they can cope with 255 personalities
#1508
* Only add valid network interface IDs to the test list so future tests don't
fail
* Add a label to the GetOutOfRangePersonalityDescription test

Bugs:
*
* Fix a few more minor documentation spelling errors found by codespell
* Point to the main site rather than the wiki for RDM test help
* Fix the build on FreeBSD 10.0, 10.4 and 11
* Make PID store loading more robust
* Clarify some of the man page options for olad
* Fix some dead links in documentation
* Properly close socket on destruction of Python OlaClient
* Fix some Python 3.2 compatibility
* Try and fetch index and type via sockaddr_dl struct for better *BSD support
* Use C++11 if required by random #1477
* Correct uartdmx plugin documentation for the example UART #1320
* Ensure we don't return unsuitable network indices via RDM #1478
* Ensure a non-existant UID exits with a non-zero exit code
* Fix a bug in how we simulate RDM responses and collisions
* Fix an RDM discovery bug for how we handle phantom UIDs
* Ensure _close_callback is assigned before we might need to run it in the
Python API

Internal:
*
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-2018 Open Lighting Project<br/>
OLA &copy; 2005-2019 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-2018 Open Lighting Project<br>
OLA &copy; 2005-2019 Open Lighting Project<br>
<a href="mobile.html">Mobile Version</a> - <a href="new/">New UI (Beta)</a>
</div>
</body>
Expand Down