Skip to content

Commit ccea698

Browse files
committed
v2.14.2
1 parent 5136fe3 commit ccea698

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc/releaseNotes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,3 +484,9 @@ This file describes the main feature changes for each readout.exe released versi
484484
## v2.14.1 - 22/08/2022
485485
- Updated configuration parameters:
486486
- added consumer-FairMQChannel-*.threads. If set, a pool of threads is used for FMQ message formatting. Needed at high rates when a single CPU core is not enough to prepare data for DataDistribution (including overlapping HBF copy).
487+
488+
## v2.14.2 - 01/09/2022
489+
- Updated configuration parameters:
490+
- consumer-FairMQChannel-*.enablePackedCopy default changed to 1.
491+
- Fix for running without packed copy (was crashing).
492+
- In auto mode, get ROC numa node from /sys/bus/pci/devices because ROC library reports wrong value.

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

0 commit comments

Comments
 (0)