diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..54c8521 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,27 @@ +revpi-middleware (0.0.1-1+deb12+1) bookworm; urgency=medium + + * docs: Start git project with python git-ignore and Readme + * docs: Use 'reuse' for SPDX Headers and Licenses + * feat: Add python base project files + * feat: Add proginit application basic module + * feat: Add the data directory for additional data files for the project + * test: Add tests directory with a dummy test + * build: Add all necessary files for the build system + * feat: Add dummy main application script + * feat: Add systemd file and data to integrate the app as a daemon + * chore: Update proginit to 1.4.0 + * feat(dbus): Add ResetDriverWatchdog helper as global dbus helper + * feat(process_image): Add D-Bus interface for piControl driver + * feat(dbus): Add initial D-Bus middleware implementation + * feat(dbus): Add `extend_interface` function for dynamic interface naming + * feat(dbus): Add DBus policy configuration for revpi-middleware + * feat: Add MiddlewareDaemon implementation to revpi-middleware + * feat: Add daemon mode and signal handling to main application + * feat(cli): Add D-Bus helper functions for CLI commands. + * feat(cli): Add await_signal function to handle D-Bus signals + * feat(cli): Add `await-reset` to wait for piControl reset signal + * chore(build): Update requirements for this project + * feat(cli): Add new CLI tool entry point for `revpictl` + * feat(deb): Start packaging branch + + -- Sven Sager Fri, 18 Apr 2025 19:02:20 +0200