Skip to content

Commit

Permalink
Merge pull request #1527 from peternewman/0.10-libftdi1
Browse files Browse the repository at this point in the history
More NEWS and update copyrights
  • Loading branch information
peternewman committed Jan 1, 2019
2 parents 917e8a5 + e3243c0 commit fc56bdd
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
28 changes: 24 additions & 4 deletions NEWS
@@ -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
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
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

0 comments on commit fc56bdd

Please sign in to comment.