From 5cccb820336188120550d1205c82e6c06b4bebdc Mon Sep 17 00:00:00 2001 From: Andriy Utkin Date: Wed, 11 Dec 2024 18:24:43 +0000 Subject: [PATCH] Update changelog for 3.1.8 --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index c1c073fa..3a2e7b87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +bluecherry (3:3.1.8) bookworm bullseye buster focal jammy mantic noble; urgency=low + + * FIX: Improve timestamps handling at recording muxing (https://github.com/bluecherrydvr/bluecherry-apps/pull/714) + * FIX: Fix crash related to motion processor (https://github.com/bluecherrydvr/bluecherry-apps/pull/715) + * FIX: Orderly shutdown (https://github.com/bluecherrydvr/bluecherry-apps/pull/716) + * FIX: Misc (https://github.com/bluecherrydvr/bluecherry-apps/pull/717) + + -- Andriy Utkin Wed, 11 Dec 2024 18:30:00 +0000 + bluecherry (3:3.1.7) bookworm bullseye buster focal jammy mantic noble; urgency=low * FIX: handling of special characters in RTSP credentials (https://github.com/bluecherrydvr/bluecherry-apps/pull/711)