Skip to content

Commit

Permalink
Release 0.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Nov 22, 2020
1 parent 3c3db80 commit f655ace
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
15 changes: 10 additions & 5 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
x/11/2020 ola-0.10.8
22/11/2020 ola-0.10.8
Features:
* Support DragonFly BSD
* Add another Debian test
* Add the E1.33 NACK Reasons
* Add the E1.37-7 NACK Reasons
* Use clock_gettime's CLOCK_MONOTONIC if available
* Collect the PDL size in the model collector

API:
* Deprecated Clock::CurrentTime and added Clock::CurrentMonotonicTime and
Expand Down Expand Up @@ -40,23 +41,27 @@ x/11/2020 ola-0.10.8
* Fix a bug with the Python ola_rdm_get and PROXIED_DEVICES display
* Renamed RESONSE_INVALID_DESTINATION(sic) to RESPONSE_INVALID_DESTINATION in
the ArduinoWidget code
* Fix compatibility with GCC 9
* Fix compatibility with GCC 9 #1553 Debain #925793
* Ensure the GPIO plugin correctly writes to the last configured pin
* Fix compatibility with ncurses 6
* Fix compatibility with Protobuf 3.7 and newer (tested with up to 3.12.2)
#1550, #1634
* Rename CircularDepdendancyException(sic) to CircularDependencyException in
the Python RDM Test code, also the relevant comments
* Fix a minor longstanding logging bug with Avahi subtype registration errors
* Fix Enttec USB Pro Mk2 firmware >=4.15 RDM Discovery #1631
* Fix compatibility with libmicrohttpd v0.9.71 and newer
* Fix compatibility with libmicrohttpd v0.9.71 and newer #1650
* Fix some Doxygen escaping
* Rename AppendMultipler(sic) to AppendMultiplier in the RDM messaging code
* Fix a few edge cases in ola_trigger around whitespace in the config files
* Fix compatibility with clang 7 and newer (tested with up to 11) #1564

Internal:
* Replace "readdir_r" with "readdir" since the former has been deprecated
* Add a unit test for the functions that used readdir_r before
* Add a new 'make lint' target
* Add a new 'make flake8' target
* Add a new 'make flake8' target #1619
* Add a new 'make cpplint' target
* Add a new 'make lint' target which runs the flake8 and cpplint runs

13/7/2018 ola-0.10.7
Features:
Expand Down
2 changes: 1 addition & 1 deletion config/ola_version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# -----------------------------------------------------------------------------
m4_define([ola_major_version], [0])
m4_define([ola_minor_version], [10])
m4_define([ola_revision_version], [7])
m4_define([ola_revision_version], [8])

m4_define([ola_version],
[ola_major_version.ola_minor_version.ola_revision_version])
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ola (0.10.8-1) unstable; urgency=low

* New upstream release

-- Peter Newman <bugs@pjnewman.co.uk> Fri, 22 Nov 2020 10:54:00 +0100

ola (0.10.7-1) unstable; urgency=low

* New upstream release
Expand Down

0 comments on commit f655ace

Please sign in to comment.