From 7e4509e386ddb771d0953b56541c3eeec4adf99f Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Tue, 14 Nov 2023 11:38:55 +0100 Subject: [PATCH] updated release 7.0.3 notes --- releases/RELEASE_v7.0.3.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/releases/RELEASE_v7.0.3.txt b/releases/RELEASE_v7.0.3.txt index cb8aeeb5f..4ecfa4000 100644 --- a/releases/RELEASE_v7.0.3.txt +++ b/releases/RELEASE_v7.0.3.txt @@ -1,4 +1,4 @@ -SLS Detector Package Major Release 7.0.3 released on 13.11.2023 +SLS Detector Package Major Release 7.0.3 released on 14.11.2023 =============================================================== This document describes the differences between v7.0.3 and v7.0.2 @@ -113,7 +113,12 @@ This document describes the differences between v7.0.3 and v7.0.2 Previously, it crashed when nframes > 0. Fixed. - * [Moench] Moench interpolation issues fixed. + * [Moench] Interpolation issues fixed. + + + * [Moench] When receiver in discard_partial mode and gets an empty frame, + it sends a zmq packet with header and no data. This is handled in post + processing as a temporary solution.