misc: Release v24.0.0.1 hotfix

- Updates releases notes.
- Increase the versioning from v24.0.0.0 to v24.0.0.1.

Change-Id: I2f3f9eed06ecf74a5c6d86bb4dab25f1ff23b10d
This commit is contained in:
Bobby R. Bruce
2024-08-06 21:23:33 -07:00
parent 2955d89ed3
commit 69ca952724
3 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
# Version 24.0.0.1
**[HOTFIX]** Fixes a bug affecting the use of the `IndirectMemoryPrefetcher`, `SignaturePathPrefetcher`, `SignaturePathPrefetcherV2`, `STeMSPrefetcher`, and `PIFPrefetcher` SimObjects.
Use of these resulted in gem5 crashing a gem5 crash with the error message "Need is_secure arg".
The fix to this introduced to the gem5 develop branch in the <https://github.com/gem5/gem5/pull/1374> Pull Request.
The commits in this PR were cherry-picked on the gem5 stable branch to create the v24.0.0.1 hotfix release.
# Version 24.0
gem5 Version 24.0 is the first major release of 2024.

View File

@@ -31,7 +31,7 @@ PROJECT_NAME = gem5
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = v24.0.0.0
PROJECT_NUMBER = v24.0.0.1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.

View File

@@ -32,6 +32,6 @@ namespace gem5
/**
* @ingroup api_base_utils
*/
const char *gem5Version = "24.0.0.0";
const char *gem5Version = "24.0.0.1";
} // namespace gem5