updated release text for 7.0.0.rc1

This commit is contained in:
maliakal_d 2022-12-12 12:31:24 +01:00
parent 5d3b7c99bf
commit 4fa44e6e1a

View File

@ -1,4 +1,4 @@
SLS Detector Package Minor Release 7.0.0.rc1 released on xx.11.2021
SLS Detector Package Minor Release 7.0.0.rc1 released on 12.12.2021
===================================================================
This document describes the differences between v7.0.0.rc1 and v6.1.2
@ -42,7 +42,6 @@ This document describes the differences between v7.0.0.rc1 and v6.1.2
Option to provide a custom location to look for ZeroMQ, if not found
using FindZeroMQ.cmake
For example, to use the system installed zmq:
Using cmake: -DZeroMQ_HINT=/usr/lib64
Using cmk.sh script: -q /usr/lib64
@ -441,6 +440,11 @@ This document describes the differences between v7.0.0.rc1 and v6.1.2
Changes or Fixes:
* [Jungfrau][Gotthard2][Mythen3][Gotthard][Moench][Ctb] Can't stop
This bug was introduced in 6.1.1, when stopping an acquisition saying it
cannot stop, even though it was successful. It is fixed now.
* Free and config command fail
Free and config command checked mismatch of size of shared memory before
freeing or loading new config. Fixed.