From 0bd1c64ed801d2eb73f39efd674ad67e43ab30ae Mon Sep 17 00:00:00 2001 From: Bastian Krause Date: Tue, 16 Apr 2024 11:29:42 +0200 Subject: [PATCH] CHANGES: add release notes for v23.0.6 Signed-off-by: Bastian Krause --- CHANGES.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index e1a56a8c5..2a37994ec 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,15 @@ +Release 23.0.6 (Released Apr 16, 2024) +-------------------------------------- + +Bug fixes in 23.0.6 +~~~~~~~~~~~~~~~~~~~ +- In `USBVideoDriver`, use the ``playbin3`` element instead of ``playbin`` to + fix decoding via VA-API for certain webcams on AMD graphic cards. +- Let the `SSHDriver` redirect ``/dev/null`` to stdin on ``run()`` to prevent + unexpected consumption of stdin of the remotely started process. +- Cover more failure scenarios in the exporter and coordinator systemd + services, fix the service startup order, do not buffer journal logs. + Release 23.0.5 (Released Jan 13, 2024) --------------------------------------