From ae6a548d68b67a125dd3e7b8d6f2f06e0311d656 Mon Sep 17 00:00:00 2001 From: Jenkins nymea Date: Wed, 28 Oct 2020 19:07:45 +0100 Subject: [PATCH] Jenkins release build 0.24.0 --- debian/changelog | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 97448b11..4cce7774 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,26 @@ -nymea (0.24.0) UNRELEASED; urgency=medium +nymea (0.24.0) xenial; urgency=medium + [ Michael Zanetti ] + * Retry setup if it fails at startup (e.g. network isn't up yet) + * Don't call thingRemoved() on the plugin in case of reconfiguring + * Add support for Python plugins + * 0.24 + * Introduce nymea-sdk meta package + * Make the signalStrength state in wirelessconnectable interface + optional + * Add update interface + * Allow states, events and actions in interfaces to be optional + * Fix a potential crash in logging handlers + * Add caching information to client API + * Fix the webserver for serving static files + * Add support for interface based script events and actions + * Add an API keys provider plugin mechanism + * Force full linking of plugins at build time + * Suppress recurring warning about missing user agents in http + requests + * Don't use deprecated QString::sprintf and qVariantFromValue - -- Michael Zanetti Wed, 30 Sep 2020 17:26:50 +0200 + -- Jenkins Wed, 28 Oct 2020 19:07:45 +0100 nymea (0.23.1) xenial; urgency=medium