From 1b99f3839ea9a65b04d69ddcce4f964ab79e1016 Mon Sep 17 00:00:00 2001 From: Andriy Utkin Date: Wed, 27 Mar 2024 18:40:09 +0000 Subject: [PATCH] Update changelog for 3.1.1 --- debian/changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 856370f9..d412a38b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +bluecherry (3:3.1.1) focal bionic buster groovy hirsute bullseye jammy; urgency=low + + * FEATURE: Add button on device page to test access to video stream (https://github.com/bluecherrydvr/bluecherry-apps/pull/673) + * FEATURE: More reliable ONVIF-based RTSP URLs discovery (https://github.com/bluecherrydvr/bluecherry-apps/pull/666) + * FIX: More reliable media storage cleanup (https://github.com/bluecherrydvr/bluecherry-apps/pull/677) + * FIX: Previously added DB upgrade (https://github.com/bluecherrydvr/bluecherry-apps/pull/661) + * FIX: Bug causing redirect to stats.php (https://github.com/bluecherrydvr/bluecherry-apps/pull/672) + * FIX: Bug in installer script failing mysql server installation on Debian 10 (https://github.com/bluecherrydvr/bluecherry-apps/pull/670) + + -- Andriy Utkin Wed, Mar 27 2024 18:40:00 -0000 + bluecherry (3:3.1.0-rc10) focal bionic buster groovy hirsute bullseye jammy; urgency=low * FEATURE: Switch back to TCP instead of UDP for RTSP streaming (https://github.com/bluecherrydvr/bluecherry-apps/pull/619)