Skip to content

Commit 08a5d13

Browse files
committed
v2.18.0
1 parent 987802e commit 08a5d13

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

doc/releaseNotes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,3 +533,10 @@ This file describes the main feature changes for each readout.exe released versi
533533

534534
## v2.17.2 - 08/03/2023
535535
- Updated naming of files saved to disk when equipment-*.saveErrorPagesMax is set. Now includes timestamp, equipment id, and file counter: e.g. /tmp/readout-t1678288819-eq1-superpage.1.raw
536+
537+
## v2.18.0 - 21/03/2023
538+
- Updated configuration parameters:
539+
- added consumer-FairMQchannel.dropIncomplete: when set, TF with incomplete HBF are discarded.
540+
- Minor internal changes (not for users):
541+
- equipment-player: stop generating data at beginning of EOR, for faster flushing.
542+
- consumer.FairMQchannel: using thread mode by default for DD formatting (still 1 thread by default, but better data checks than without threading mode). Using non-blocking FMQ send for faster handling of EOR if no process on the other side.

src/ReadoutVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
#define READOUT_VERSION "2.17.2"
12+
#define READOUT_VERSION "2.18.0"
1313

0 commit comments

Comments
 (0)