From f73d82d4d5f8dfdba85bf66287cadd062690d7c0 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Tue, 18 Jul 2017 00:00:30 +0100 Subject: [PATCH] Release 0.10.5 --- NEWS | 11 +---------- config/ola_version.m4 | 2 +- debian/changelog | 6 ++++++ 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/NEWS b/NEWS index a4e8da6259..6c797a7934 100644 --- a/NEWS +++ b/NEWS @@ -1,22 +1,13 @@ -x/y/2017 ola-0.10.5 +17/07/2017 ola-0.10.5 Features: * Make some error logs more verbose - API: - * - - RDM Tests: - * - Bugs: * C++11 compatibility fix (for cppunit 1.14.0) #1244 * Always print frames in ola_rdm_get/set, even if we get an error * Ensure man files ship in the correct packages #1276 * Check protobuf is old enough, until we fix #1192 - Internal: - * - 21/05/2017 ola-0.10.4 Features: * Add more help regarding the ArtNet use_limited_broadcast option diff --git a/config/ola_version.m4 b/config/ola_version.m4 index 50dcf6376d..811b339ba0 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], [4]) +m4_define([ola_revision_version], [5]) m4_define([ola_version], [ola_major_version.ola_minor_version.ola_revision_version]) diff --git a/debian/changelog b/debian/changelog index 4b87dd6573..f4a48f208d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ola (0.10.5-1) unstable; urgency=low + + * New upstream release + + -- Simon Newton Mon, 17 Jul 2017 23:58:00 +0100 + ola (0.10.4-1) unstable; urgency=low * New upstream release