Skip to content

Commit 7523211

Browse files
committed
v2.17.1
1 parent a567df1 commit 7523211

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
@@ -525,6 +525,7 @@ This file describes the main feature changes for each readout.exe released versi
525525
- Updated configuration syntax: section names ending with `-*` can be used to define default parameters. They are applied to all section with similar names. Existing key-value pairs are not overwritten, but are defined according to defaults if they don't exist. For example, it is possible to define the TFperiod for all equipments by adding a section named `[equipment-*]` with `TFperiod=32`.
526526
- Updated readout to new bookkeeping API.
527527

528-
## next version
528+
## v2.17.1 - 08/03/2022
529529
- Updated configuration parameters:
530530
- added equipment-*.dropPagesWithError: if set, the pages with RDH errors are discarded (requires rdhCheckEnabled or rdhUseFirstInPage). This may be used if downstream software is not robust to RDH errors.
531+
- Disabled unused RDMA features (still available by switch in CMake)

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

0 commit comments

Comments
 (0)