Skip to content

Commit 9fee1ac

Browse files
committed
v0.44.2
1 parent 5ecd4b9 commit 9fee1ac

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
@@ -58,3 +58,6 @@ This file describes the main feature changes for released versions of ReadoutCar
5858
- Updated list of CRORC firmwares: hash truncated to 7 chars, because CRORC does not report all 8.
5959
- roc-status:
6060
- added pciAddress for user logic link 15
61+
62+
## v0.44.2 - 23/06/2023
63+
- Added a workaround to avoid HW lock issues for CRORC: prevent concurrency in the calls to feed superpages to the card. Added a check to detect write discrepencies.

src/ReadoutCardVersion.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#include "ReadoutCard/Version.h"
1313

14-
#define O2_READOUTCARD_VERSION "0.44.1"
14+
#define O2_READOUTCARD_VERSION "0.44.2"
1515

1616
namespace o2
1717
{

0 commit comments

Comments
 (0)