release updated

This commit is contained in:
maliakal_d 2020-12-04 17:01:57 +01:00
parent a3f5315015
commit 85bc37f04d

View File

@ -19,18 +19,26 @@ This document describes the differences between 5.1.0 and 5.x.x releases.
==================== ====================
- potentital memory leak in receiver - potentital memory leak in receiver
- scanParameters in Python
- cmk.sh refactored
2. Resolved Issues 2. Resolved Issues
================== ==================
Receiver Receiver
-------- --------
1. Current code only calls Implementation::setDetectorType from constructor, 1. Current code only calls Implementation::setDetectorType from constructor,
but potential memory leak if called out of constructor context. Fixed. 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.