Skip to content

Commit 3403e79

Browse files
committed
v2.22.0
1 parent fac52c5 commit 3403e79

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
@@ -609,3 +609,6 @@ This file describes the main feature changes for each readout.exe released versi
609609

610610
## v2.21.9 - 06/12/2023
611611
- When equipment-*-rdhCheckFirstOrbit is set (default), the run is stopped if the first RDH received for an equipment does not passes validation, as in the case when first orbits mismatch.
612+
613+
## v2.22.0 - 30/01/2024
614+
- consumer-FairMQChannel: fix for DD TF ordering. In case of start/stop/start with parameter threads>1, there were some "non-continuous ordering" warnings due to a missing counter reset.

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

0 commit comments

Comments
 (0)