Skip to content

Commit

Permalink
Release 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Dec 6, 2016
1 parent bbeae87 commit 07f94da
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
13 changes: 4 additions & 9 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
x/y/2016 ola-0.10.3
06/12/2016 ola-0.10.3
Features:
* Add a message explaining why the auto start test may fail

API:
*

RDM Tests:
*

Bugs:
* Work around a clang warning in our protobuf generator code
* Force gnu++98 mode if compiler supports 98 and 11 modes so we keep
std::auto_ptr #1028
std::auto_ptr #1028 Debian #831103
* JsonPatchParser.h tries to include a project header file; move the
OptionalItem header to includes to resolve #1086
* Reset the client socket once we've closed it, so it can be re-used
* Silence a warning in the code so it builds with Protobuf 3 #1110 Debian
#835433
* Work around <ernno.h> include failure on MIPS Debian #836383
* Update GPIO and SPI pin limits for CHIP as its pin numbers are higher #1095
* Clarify some details in ola_set_dmx help #1109 Debian #830972
* Clarify some details in ola_set_dmx and ola_streaming_client help #1109
Debian #830972
* Fix a logging error regarding USB product name detection

Internal:
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], [2])
m4_define([ola_revision_version], [3])

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

* New upstream release

-- Simon Newton <[email protected]> Tue, 06 Dec 2016 00:46:00 +0000

ola (0.10.2-1) unstable; urgency=low

* New upstream release
Expand Down

0 comments on commit 07f94da

Please sign in to comment.