From 85bc37f04dae44995b4bbd97c90e09034e4273cf Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 4 Dec 2020 17:01:57 +0100 Subject: [PATCH] release updated --- RELEASE.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index ecca7f9d1..a52038b6e 100755 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -19,18 +19,26 @@ This document describes the differences between 5.1.0 and 5.x.x releases. ==================== - potentital memory leak in receiver - + - scanParameters in Python + - cmk.sh refactored 2. Resolved Issues ================== + Receiver -------- 1. Current code only calls Implementation::setDetectorType from constructor, but potential memory leak if called out of constructor context. Fixed. - 2. Fixed missing scanParameters class in Python + + Cleint + ------ + + 1. Fixed missing scanParameters class in Python + + 2. cmk.sh refactored to have better option handling.