From 686bf407a835e4ede99d1b76d35a16fa43bbc65a Mon Sep 17 00:00:00 2001 From: Sven Sager Date: Sat, 19 Apr 2025 16:34:28 +0200 Subject: [PATCH] Update changelog for 0.0.2-1+deb12+1 release --- debian/changelog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/debian/changelog b/debian/changelog index 54c8521..6c9456e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +revpi-middleware (0.0.2-1+deb12+1) bookworm; urgency=medium + + * refactor(dbus): Move D-Bus helper functions to a dedicated file + * refactor(dbus): Move ResetDriverWatchdog to process_image_helper.py + * refactor(dbus): Parameterize `picontrol_device` and `config_rsc` + * feat: Add session bus option for local testing and development + * feat(dbus): Add import for BusProvider in dbus_middleware1 module + * feat(dbus): Add `running` property to `BusProvider` + * refactor(cli): D-Bus helpers support session and system bus types + * fix(dbus): Add error handling for DBus publishing and main loop + * refactor(dbus): piControl driver reset with PiControlIoctl class + * test(dbus): Add unit test framework for dbus_middleware1 module + * test(dbus): Add unit tests for PiControl D-Bus interface + * refactor(dbus): Fix typo and remove unused thread instance + * refactor(dbus): D-Bus interface management with cleanup support. + * test(dbus): Add support for testing driver reset notification + * feat(deb): Add dbus for testing to build dependencies + * fix(deb): Skip tests because of missing SystemBus in build container + + -- Sven Sager Sat, 19 Apr 2025 16:34:20 +0200 + revpi-middleware (0.0.1-1+deb12+1) bookworm; urgency=medium * docs: Start git project with python git-ignore and Readme