From 94e3874545f5c3a997c1e84600a1b2ac075cf1d5 Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Thu, 17 Aug 2017 12:07:57 +0200 Subject: [PATCH] docu for bug fix eiger serbver --- RELEASE.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/RELEASE.txt b/RELEASE.txt index 1a3b38b3a..805f42288 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -85,6 +85,10 @@ Reiterating, both 2.3 and 3.0 supports the following features: file write (so we dont write) and register the callbacks (so the user gets the data). + 4. Multiple Receivers have to be started as different processes, instead of threads + due to static variables being used. Please refer example code provided in the + slsDetectorsPackage/users folder (mainReceiver.cpp). + New Features @@ -166,7 +170,10 @@ Resolved Issues 4. (Eiger/Jungfrau) Bug Fix: Client crashing should not crash the server as SIGPIPE signal is caught. - 5. (Eiger) Buf Fix: Front End Temperature read out conversion fixed. + 5. (Eiger) Bug Fix: Front End Temperature read out conversion fixed. + + 6. (Eiger) Bug Fix: sls_detector_get trimval(get all trimbits) would return only the first pixel + value. Now it returns -1 if all the pixels are different. Receiver