Skip to content

Commit 69db965

Browse files
committed
v2.21.4
1 parent 8fcd51e commit 69db965

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/releaseNotes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ This file describes the main feature changes for each readout.exe released versi
589589
## v2.21.3 - 05/10/2023
590590
- Monitoring: fix multiple publish if system stuck for longer than the update period.
591591

592-
## next version
592+
## v2.21.4 - 12/10/2023
593593
- Updated configuration parameters:
594594
- consumer-fileRecorder-*.filesMax: if negative value, the files are written round-robin indefinitely. For example, if value is -4, there will be files 001 to 004 used as circular buffer. This implies limits are defined with the other parameters (e.g. maximum size, number of tf, or pages).
595+
- Log messages cosmetics: details in orbits warning, special chars in RDH errors.

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

0 commit comments

Comments
 (0)