diff --git a/NEWS b/NEWS index 3388414790..483e3200dd 100644 --- a/NEWS +++ b/NEWS @@ -1,15 +1,9 @@ -x/y/2016 ola-0.10.1 +29/2/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: - * - - RDM Tests: - * - Bugs: * Check if a device exists before trying to acquire a UUCP lock file for it #1006 * Fix the build on FreeBSD @@ -19,9 +13,6 @@ x/y/2016 ola-0.10.1 * 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: - * - 3/1/2016 ola-0.10.0 Features: * Add better logging for open() diff --git a/config/ola_version.m4 b/config/ola_version.m4 index d9b39ca974..aaca78e8b5 100644 --- a/config/ola_version.m4 +++ b/config/ola_version.m4 @@ -19,7 +19,7 @@ # ----------------------------------------------------------------------------- m4_define([ola_major_version], [0]) m4_define([ola_minor_version], [10]) -m4_define([ola_revision_version], [0]) +m4_define([ola_revision_version], [1]) m4_define([ola_version], [ola_major_version.ola_minor_version.ola_revision_version]) diff --git a/debian/changelog b/debian/changelog index d247dff8df..c8a82a4810 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ola (0.10.1-1) unstable; urgency=low + + * New upstream release + + -- Simon Newton Sun, 29 Feb 2016 07:51:00 -0700 + ola (0.10.0-1) unstable; urgency=low * New upstream release