From 5d09e83870bfd0c1f3f12c00b50d1836e9c43828 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Sun, 1 Mar 2015 20:32:27 +0000 Subject: [PATCH] 0.9.5 Release --- NEWS | 11 +---------- config/ola_version.m4 | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/NEWS b/NEWS index 8323df9967..7d2841fb50 100644 --- a/NEWS +++ b/NEWS @@ -1,16 +1,10 @@ -x/y/2015 ola-0.9.5 +1/3/2015 ola-0.9.5 Features: * Work on a new Web-UI which is built with AngularJS * Added E1.37-2 support to the SPI plugin RDM responder * USB DMX plug now works on Windows (Scanlime Fadcandy tested working) * Update the deb package's udev rules - API: - * - - RDM Tests: - * - Bugs: * Fix finding ola_protoc_plugin when cross-compiling. * Fix ncurses flags issues between configure and the Makefile. @@ -18,9 +12,6 @@ x/y/2015 ola-0.9.5 * Fix our E1.37-2 implementation to match the E1.37-2 standard. * Fix the old website's RDM patcher identify function - Internal: - * - 29/1/2015 ola-0.9.4 Features: * Added support for hotplugging USB devices using the usbdmx plugin, #374. diff --git a/config/ola_version.m4 b/config/ola_version.m4 index c6c8c4f44f..d769f53dae 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], [9]) -m4_define([ola_revision_version], [4]) +m4_define([ola_revision_version], [5]) m4_define([ola_version], [ola_major_version.ola_minor_version.ola_revision_version])