From c9d40e6827369fac728dad42847def58f95cb0c1 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Sat, 4 Apr 2026 18:25:52 +0100 Subject: [PATCH 1/2] Update some copyright years --- olad/www/mobile.html | 2 +- olad/www/ola.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/olad/www/mobile.html b/olad/www/mobile.html index 96b919d0c..4dc679726 100644 --- a/olad/www/mobile.html +++ b/olad/www/mobile.html @@ -459,7 +459,7 @@ diff --git a/olad/www/ola.html b/olad/www/ola.html index 28aff7d51..59ec99e80 100644 --- a/olad/www/ola.html +++ b/olad/www/ola.html @@ -1026,7 +1026,7 @@

From 1287152ffffe2335ebe53495ad4b33c6066e58bb Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Mon, 15 Jun 2026 00:07:00 +0100 Subject: [PATCH 2/2] Update NEWS for 0.10 branch --- NEWS | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 5bbe63977..241ac4c1c 100644 --- a/NEWS +++ b/NEWS @@ -1,18 +1,31 @@ -x/y/2024 ola-0.10.10 +x/y/2026 ola-0.10.10 Features: - * + * Generate coverage API: * RDM Tests: - * + * Standardise a couple of DMX Fail Mode and Startup Mode tests + * Fix the order of hold time and delay times for DMX_STARTUP_MODE and DMX_FAIL_MODE #1842 + * Correct the PID used for SetDmxStartupMode #1843 Bugs: - * + * Add a missing file to the Python install list + * Handle Protoc's non-semver versioning since its release v20.x + * Workaround gcovr parse race condition bug + * Fix Python dependencies for autopkgtest + * Fix error: template-id not allowed for constructor + * Fix some Doxygen errors + * Update some OSC links + * Fix the formatting of some PID values in some Python exceptions + * Handle new OSC typing introduced in liblo 0.32 #1949 + * Correct an SPI sync port documentation bug Internal: - * + * Fix lots more internal typos and grammar + * Fix a number of flake8 errors + * Update Grunt versions used by the new web UI and rebuild it 26/2/2023 ola-0.10.9 Features: