Skip to content

Commit 84df6aa

Browse files
committed
v2.21.2
1 parent 9b07737 commit 84df6aa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/releaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,3 +582,6 @@ This file describes the main feature changes for each readout.exe released versi
582582
- o2-readout-rawreader: added options logOff and dumpOrbitStats.
583583
- Bookkeeping: final stats publish at end of run is synchronous.
584584
- Monitoring: added buffers statistics in bytes: readout.bufferUsage.bytes (in addition to existing readout.bufferUsage.value, as a percentage)
585+
586+
## v2.21.2 - 14/09/2023
587+
- Monitoring: fix buffer statistics in bytes (wrong values were reported above 4GB because of a 32bit variable).

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

0 commit comments

Comments
 (0)