Skip to content

Commit aea7fda

Browse files
committed
v2.18.3
1 parent 7f2f550 commit aea7fda

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
@@ -548,3 +548,6 @@ This file describes the main feature changes for each readout.exe released versi
548548
## v2.18.2 - 29/03/2023
549549
- Updated configuration parameters:
550550
- added consumer-FairMQchannel.checkIncomplete: when set, TF with incomplete HBF are detected and warnings issued. Off by default (in particular, check is currently not valid for DDL detector). In previous v2.18 versions, this check was enabled by default.
551+
552+
## v2.18.3 - 05/04/2023
553+
- Fixed bug introduced in v2.18.0 causing crash when overlapping HBF copy buffer empty.

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

0 commit comments

Comments
 (0)