Skip to content

Commit

Permalink
Merge pull request #1361 from peternewman/0.10-json-patch-header
Browse files Browse the repository at this point in the history
Release 0.10.6
  • Loading branch information
peternewman authored Jan 7, 2018
2 parents 63ebb15 + 567a12f commit 6e57342
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
16 changes: 3 additions & 13 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
x/y/2018 ola-0.10.6
Features:
*

API:
*

RDM Tests:
*

07/01/2018 ola-0.10.6
Bugs:
* Renamed fempto(sic) to femto in the RDM code (C++ and Python)
* Renamed terra(sic) to tera in the RDM code (C++ and Python)
Expand All @@ -17,9 +8,8 @@ x/y/2018 ola-0.10.6
function
* Fix lots of minor documentation spelling errors found by spellintian and
codespell

Internal:
*
* Renamed protocol convertor(sic) to protocol converter in the RDM code (C++
and Python)

17/07/2017 ola-0.10.5
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], [5])
m4_define([ola_revision_version], [6])

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

* New upstream release

-- Simon Newton <[email protected]> Sat, 07 Jan 2018 06:27:00 +0000

ola (0.10.5-1) unstable; urgency=low

* New upstream release
Expand Down
2 changes: 1 addition & 1 deletion include/ola/rdm/ResponderPersonality.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Personality {
*/
class PersonalityCollection {
public:
/** The data type that stores the list of personalities for the responder. */
/** The data type that stores the list of personalities for a responder. */
typedef std::vector<Personality> PersonalityList;

explicit PersonalityCollection(const PersonalityList &personalities);
Expand Down

0 comments on commit 6e57342

Please sign in to comment.