From 01ff1c5e383a9edd8eec5773f49dab546d7c4cae Mon Sep 17 00:00:00 2001 From: Sven Sager Date: Fri, 24 Nov 2023 11:32:40 +0100 Subject: [PATCH] Update changelog for 0.11.0-1 release --- debian/changelog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index 37fe419..c6fb04e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +revpipyload (0.11.0-1) stable; urgency=medium + + * packaging(deb): Update control file to standards version 4.3.0 + * chore: Release 0.11.0rc1 + * build: Add environment variable to set alternative venv path + * build: Fix Makefile targets to match GNU coding standards + * fix: Fixes the error that setconfig always reloads the settings + * fix: Settings name translation has to check the existence of key + * feat: New XML-RPC function 'set_plcprogram' + * packaging(deb): Create debian release candidate packages + * packaging(deb): Create stable debian releases + * chore: Release 0.11.0rc2 + * feat: New XML-RPC function for async calls of piControl + * chore: Release 0.11.0 + * packaging(deb): Update dependency version of revpimodio2 + + -- Sven Sager Fri, 24 Nov 2023 11:32:27 +0100 + revpipyload (0.10.0-1) stable; urgency=medium [ Sven Sager ]