Skip to content

Commit 53c5c81

Browse files
authored
Merge pull request #424 from sy-c/master
v0.45.4
2 parents 180cde0 + 9508a55 commit 53c5c81

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/releaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,6 @@ This file describes the main feature changes for released versions of ReadoutCar
8181
## v0.45.3 - 16/07/2024
8282
- Added some counters for roc-status:
8383
- link (with --monitoring option only): rdhCorruptedDropped (for convenience - this value is extracted from the existing pktErrorCheck1 field, bits [23:16]).
84+
85+
## v0.45.4 - 26/09/2024
86+
- Updated list of firmwares.

src/FirmwareChecker.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ FirmwareChecker::FirmwareChecker() : mCompatibleFirmwareList({
3636
{ "47df4106", "v3.19.0" },
3737
{ "adc37d07", "v3.19.0" },
3838
{ "641a503d", "v3.19.2" },
39+
{ "b0332f4e", "v3.19.3" },
3940
/* CRORC (before 2.14, keep 7 chars only for the hash) */
4041
{ "267f8e5", "v2.9.1" },
4142
{ "cecc295", "v2.9.0" },

0 commit comments

Comments
 (0)