From 1079bb9d7f054a720b58400788412dc1f40cf46a Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Sun, 28 Feb 2016 22:20:57 +0000 Subject: [PATCH] More NEWS --- NEWS | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e3ed4842b5..3388414790 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ x/y/2016 ola-0.10.1 Features: - * + * Add support for Osram Lightify products via a Philips Hue bridge + * Add Stellascapes Lightwidgets Number1 PIDs + * Add a warning to the Web UIs if Javascript is disabled. API: * @@ -10,6 +12,12 @@ x/y/2016 ola-0.10.1 Bugs: * Check if a device exists before trying to acquire a UUCP lock file for it #1006 + * Fix the build on FreeBSD + * Fix the build when using the musl C library + * Python RpcChannel incorrectly decodes message header on big-endian machines + * Fix a configure warning on OpenBSD + * Allow you to set DMX address of a one slot device to 512 #1042. The JSON API now returns min and max inclusive + * Switch to pkg-config for cppunit detection #1043 Internal: *