diff --git a/NEWS b/NEWS index 4a5cbbec5e..47d7e15830 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,11 @@ -x/1/2016 ola-0.10.0 +3/1/2016 ola-0.10.0 Features: * Add better logging for open() * Added more man pages. * Added a DMX keypad to the new web UI * OLA Trigger config to control Philips Hue Lux lights * Added hotplug support for usbdmx devices - * Numerous Ja Rule plugin and tool improvements + * Add support for JaRule widgets. * Add UUCP locking support #888 * Fix issues encountered when packaging for openSUSE and fedora #904 * Add support for the Nodle U1 widget diff --git a/config/ola_version.m4 b/config/ola_version.m4 index 00714a7b24..d9b39ca974 100644 --- a/config/ola_version.m4 +++ b/config/ola_version.m4 @@ -18,8 +18,8 @@ # Define the version information # ----------------------------------------------------------------------------- m4_define([ola_major_version], [0]) -m4_define([ola_minor_version], [9]) -m4_define([ola_revision_version], [8]) +m4_define([ola_minor_version], [10]) +m4_define([ola_revision_version], [0]) m4_define([ola_version], [ola_major_version.ola_minor_version.ola_revision_version]) diff --git a/debian/changelog b/debian/changelog index 61cc903bda..d247dff8df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,16 @@ +ola (0.10.0-1) unstable; urgency=low + + * New upstream release + + -- Simon Newton Sun, 03 Jan 2016 15:34:49 -0700 + ola (0.9.8-1) unstable; urgency=low * New upstream release -- Simon Newton Wed, 30 Sep 2015 19:28:21 -0700 + ola (0.9.7-1) unstable; urgency=low * New upstream release