From 7d6d253f6b249a9dfa37b341a98e34bc8bf7a1bb Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Sun, 2 Feb 2025 01:02:59 -0800 Subject: [PATCH] misc: Update release notes for v24.1.0.2 --- RELEASE-NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index ca3a79288f..75aab5b567 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,10 @@ +# Version 24.1.0.2 + +**[HOTFIX]** Adds PR as a hotfix to v24.1.0. + +This fixes a bug which was was causing the CHI coherence protocol to fail in multi-core simulations. +The fix sets the `RubySystem` pointer when the TBE is allocated, instead of when `set_tbe` is performed, thus ensuring that the `RubySystem` pointer is set before the TBE is used. + # Version 24.1.0.1 **[HOTFIX]** This hotfix release applies the following: