From a3ca9ebce5892d5628b56812d87f78a3426c419e Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Tue, 7 Nov 2023 14:35:42 +0100 Subject: [PATCH] updating release notes --- RELEASE.txt | 98 +++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 73 insertions(+), 25 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index d1eab770b..256b165bf 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -1,21 +1,22 @@ -SLS Detector Package Major Release 7.x.x released on xx.xx.2023 +SLS Detector Package Major Release 7.x.x released on 10.11.2023 =============================================================== -This document describes the differences between v7.x.x and v7.0.2 +This document describes the differences between v8.0.0 and v7.0.3 CONTENTS -------- 1 New, Changed or Resolved Features - 1.1 Compilation - 1.2 Callback - 1.3 Python - 1.4 Client - 1.5 Detector Server - 1.6 Simulator - 1.7 Receiver - 1.8 Gui + 1.1 Breaking API + 1.2 Compilation + 1.3 Callback + 1.4 Python + 1.5 Client + 1.6 Detector Server + 1.7 Simulator + 1.8 Receiver + 1.9 Gui 2 On-board Detector Server Compatibility 3 Firmware Requirements 4 Kernel Requirements @@ -28,7 +29,54 @@ This document describes the differences between v7.x.x and v7.0.2 ===================================== -- moench being made compatible with jungfrau 2.0 boards (jungfrau structure, away from ctb) +1.1 Breaking API +================== + + + Detector + -------- + + * [Moench] Development mode + Moench is now being made compatible with Jungfrau v2.0 readout boards. + Hence, firmware and software is in development mode. + 7.x.x will continue to have fixes for Moench until this version is deployed. + + + Client + ====== + + * [Eiger] Febl and Febr firmware versions [fx30, fx70] + Command line: hardwareversion, versions (modified to include this) + API: Detector::getFrontEndFirmwareVersion, + Detector::getHardwareVersion(modified to include for Eiger) + slsDetectorDefs::fpgaPosition {FRONT_LEFT, FRONT_RIGHT} + + + +1.7 Simulator +============= + + + * Unique TCP port for multiple simulators + Checks include unique TCP port-hostname combo. + + + +1.8 Receiver +============ + + + Resolved Features + ----------------- + + * Unique TCP port for multiple receivers + 7.x.x already has automatically increasing TCP ports in shared memory + for multiple receivers. Now, checks include unique TCP port-hostname + combo. + + + + - eiger febl and feb in versions - fix ctb slow adcs @@ -38,13 +86,13 @@ This document describes the differences between v7.x.x and v7.0.2 ========================================== - Eiger 7.0.0 - Jungfrau 7.0.2 - Mythen3 7.0.0 - Gotthard2 7.0.0 - Gotthard 7.0.0 - Moench 7.0.0 - Ctb 7.0.0 + Eiger 8.0.0 + Jungfrau 8.0.0 + Mythen3 8.0.0 + Gotthard2 8.0.0 + Gotthard 8.0.0 + Moench 8.0.0 + Ctb 8.0.0 On-board Detector Server Upgrade @@ -65,21 +113,21 @@ This document describes the differences between v7.x.x and v7.0.2 ======================== - Eiger 20.02.2023 (v31) + Eiger 02.10.2023 (v32) (updated in 7.0.3) - Jungfrau 04.11.2022 (v1.4, HW v1.0) - 03.11.2022 (v2.4, HW v2.0) + Jungfrau 16.05.2023 (v1.4.1, HW v1.0) (updated in 7.0.3) + 15.05.2023 (v2.4.1, HW v2.0) (updated in 7.0.3) - Mythen3 24.01.2023 (v1.4) + Mythen3 24.01.2023 (v1.4) (updated in 7.0.0) - Gotthard2 23.11.2022 (v0.3) + Gotthard2 23.11.2022 (v0.3) (updated in 7.0.0) Gotthard 08.02.2018 (50um and 25um Master) 09.02.2018 (25 um Slave) - Moench 05.12.2022 (v0.3) + Moench 10.07.2023 (v1.x?) (updated in 8.0.0) - Ctb 03.04.2023 (v1.2?) + Ctb 05.07.2023 (v1.2?) (updated in 8.0.0) Detector Upgrade