Skip to content

Commit 018e6e6

Browse files
committed
v2.12.0
1 parent 186b9e2 commit 018e6e6

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
@@ -472,6 +472,8 @@ This file describes the main feature changes for each readout.exe released versi
472472
## v2.11.1 - 16/06/2022
473473
- Minor release for osx compatibility.
474474

475-
## next version
475+
## v2.12.0 - 09/08/2022
476476
- Updated configuration parameters:
477477
- added consumer-FairMQChannel-*.enablePackedCopy. If set, the same superpage may be reused (space allowing) for the copy of multiple HBF (instead of a separate one for each copy). This allows a reduced memoryPoolNumberOfPages.
478+
- ROC fifo health check enabled, a warning message is logged when in/out ROC FIFOs are empty/full.
479+

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

0 commit comments

Comments
 (0)