From 5972e397135b1b3232f974eca022b159e5beb0d8 Mon Sep 17 00:00:00 2001 From: Cedric Hombourger Date: Fri, 13 Oct 2023 06:29:25 +0200 Subject: [PATCH] debian: change for version 0.23 Signed-off-by: Cedric Hombourger --- debian/changelog | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 97d5a1cb..35bd8fd4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,26 @@ -mtda (0.23-0) testing; urgency=medium +mtda (0.23-1) testing; urgency=medium - * development version + [ Felix Moessbauer ] + * deps: bump pyzmq max version to 25 + * mtda: signal startup completion to systemd + * mtda-config: rework restart of mtda service + * fix: avoid races during startup of mtda + * config: prefix www.conf with number + * feat(www): support mjpeg streamer via reverse proxy + * fix(usbf): setup usb-gadget with block device + * fix(hid): install hid also without storage + * fix(client): clamp heartbeat to timeout value + * feat(video): add support for ustreamer + * feat(video): deprecate mjpeg_streamer source + * fix(www): notify on video connection + * fix(mtda): correctly escape systemd device names + * refactor(mtda): use upstream packages on bookworm + + [ Cedric Hombourger ] + * feat(main): check for changes to systemd dropins + * fix(video): use udev rules to wait for the video device - -- Cedric Hombourger Tue, 26 Sep 2023 05:30:00 +0100 + -- Cedric Hombourger Fri, 13 Oct 2023 06:30:00 +0100 mtda (0.22-1) testing; urgency=medium