Skip to content

Commit 0ebb3e0

Browse files
committed
v2.4.2
1 parent 3138ff8 commit 0ebb3e0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/releaseNotes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,3 +359,8 @@ This file describes the main feature changes for each readout.exe released versi
359359
- Updated configuration parameters:
360360
- added readout.disableTimefarmes: when set, all timeframe-related features are disabled (STF slicing, TF rate limits, etc). All data are tagged with TF id = 0. To be used for some calibration runs not using a central trigger clock.
361361
- added consumer-FMQchannel.checkResources: controls which resources are checked for fitting unmanaged region. This is a comma-separated list of items to be checked. By default, no checks are done. Recommended value: /dev/shm, MemAvailable.
362+
363+
## v2.4.2 - 28/06/2021
364+
- verbose logs auto-mute (aggregator, consumer-FMQchannel).
365+
- consumer-FMQchannel: drop TF on error (to avoid unhappy STFB when sending incomplete data, eg on "data page too small" or "no page left" conditions).
366+
- added memory pool usage statistics (to help tuning buffer pages count and size).

src/ReadoutVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define READOUT_VERSION "2.4.1"
1+
#define READOUT_VERSION "2.4.2"

0 commit comments

Comments
 (0)