We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea841a5 commit 67edf36Copy full SHA for 67edf36
doc/releaseNotes.md
@@ -642,3 +642,6 @@ This file describes the main feature changes for each readout.exe released versi
642
643
## v2.26.1 - 20/08/2024
644
- Fixed missing details in "invalid RDH" log messages.
645
+
646
+## v2.26.2 - 18/10/2024
647
+- Fixed spurious fatal log message when stopping a readout process by system signal (when running outside of ECS control, e.g. CTP readout server).
src/ReadoutVersion.h
@@ -9,5 +9,5 @@
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
12
-#define READOUT_VERSION "2.26.1"
+#define READOUT_VERSION "2.26.2"
13
0 commit comments