Skip to content

Commit

Permalink
Merge pull request #1283 from peternewman/0.10-json-patch-header
Browse files Browse the repository at this point in the history
0.10.5 release processing
  • Loading branch information
peternewman authored Jul 18, 2017
2 parents 815cd92 + f73d82d commit 32db3c4
Show file tree
Hide file tree
Showing 4 changed files with 426 additions and 13 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])
Loading

0 comments on commit 32db3c4

Please sign in to comment.