Skip to content

OLA 0.10.3

Compare
Choose a tag to compare
@peternewman peternewman released this 07 Dec 12:38

06/12/2016 ola-0.10.3

Features:

  • Add a message explaining why the auto start test may fail

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 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 and ola_streaming_client help #1109
    Debian #830972
  • Fix a logging error regarding USB product name detection

Internal:

  • Add more debugging of opening and acquiring locks