Skip to content

Commit 53dab18

Browse files
committed
v2.21.1
1 parent 553f017 commit 53dab18

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/releaseNotes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,5 +578,7 @@ This file describes the main feature changes for each readout.exe released versi
578578
- added readout.tfRateLimitMode: can be set to 1 to use number of TF instead of computed TF id for rate throttling. Useful when replaying files with jumps in TF ids. (not needed with autoTimeframeId)
579579
- added equipment.autoTimeframeId: to force incremental timeframe IDs. Useful when replaying files with jumps in TF ids. BC still used to detect boundaries between TFs.
580580

581-
## next version
581+
## v2.21.1 - 29/08/2023
582582
- o2-readout-rawreader: added options logOff and dumpOrbitStats.
583+
- Bookkeeping: final stats publish at end of run is synchronous.
584+
- Monitoring: added buffers statistics in bytes: readout.bufferUsage.bytes (in addition to existing readout.bufferUsage.value, as a percentage)

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.21.0"
12+
#define READOUT_VERSION "2.21.1"
1313

0 commit comments

Comments
 (0)