Skip to content

Commit efbe74a

Browse files
committed
v2.20.0
1 parent 35860d0 commit efbe74a

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
@@ -564,7 +564,9 @@ This file describes the main feature changes for each readout.exe released versi
564564
- Added protection against unhandled exceptions (e.g. from ReadoutCard).
565565
- Added protection against unexpected state machine transitions (e.g. ECS sending RESET while STARTING).
566566

567-
## next version
567+
## v2.20.0 - 12/06/2023
568568
- Added a separate thread to call bookkeeping API functions, so that data flow is not affected in case they are blocking.
569569
- o2-readout-test-lib-bookkeeping: more options.
570570
- Added o2-readout-monitor-memory: to view in real time state of data pages.
571+
- Added consistency check of orbit vs timestamp when large gas in TF ids detected.
572+
- Updated configuration parameters documentation.

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

0 commit comments

Comments
 (0)