Skip to content

Commit

Permalink
Release 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Jul 17, 2017
1 parent f4e5012 commit f73d82d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
11 changes: 1 addition & 10 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
x/y/2017 ola-0.10.5
17/07/2017 ola-0.10.5
Features:
* Make some error logs more verbose

API:
*

RDM Tests:
*

Bugs:
* C++11 compatibility fix (for cppunit 1.14.0) #1244
* Always print frames in ola_rdm_get/set, even if we get an error
* Ensure man files ship in the correct packages #1276
* Check protobuf is old enough, until we fix #1192

Internal:
*

21/05/2017 ola-0.10.4
Features:
* Add more help regarding the ArtNet use_limited_broadcast option
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], [4])
m4_define([ola_revision_version], [5])

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.5-1) unstable; urgency=low

* New upstream release

-- Simon Newton <[email protected]> Mon, 17 Jul 2017 23:58:00 +0100

ola (0.10.4-1) unstable; urgency=low

* New upstream release
Expand Down

0 comments on commit f73d82d

Please sign in to comment.