From 187278cf7cce597c3cdac7f0d71d0695e5f48186 Mon Sep 17 00:00:00 2001 From: Jenkins nymea Date: Thu, 10 Mar 2022 12:33:51 +0100 Subject: [PATCH] Jenkins release build 1.0.0 --- debian/changelog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/debian/changelog b/debian/changelog index 51fda12..de5646a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +nymea-zigbee (1.0.0) xenial; urgency=medium + + [ Michael Zanetti ] + * Exclude docs and firmware binaries from dpkg source package + * Remove 1 from lib name + * Cleaner .gitignore + * Refactor handling of TSNs in ZCL to allow the application using it. + * Add support for TI z-Stack based adapters + * Allow removing uninitialized nodes + * Fix debug print for ZigbeeNetwork errors + * deConz: Remove unused/redundant firmware version string members + * Add support for floating point attribute parsing + * Add helpers for mandatory attributes in AnalogInput cluster + * Simplify cluster inheritance + * More work on the thermostat cluster + * Timeout ZDO replies + * Consolidate permit joining timer + + [ Jenkins ] + + -- Jenkins Thu, 10 Mar 2022 12:33:51 +0100 + nymea-zigbee (0.1.4) xenial; urgency=medium [ Michael Zanetti ]