misc: Updated release notes and version number v20.0.0.3
authorBobby R. Bruce <bbruce@ucdavis.edu>
Fri, 3 Jul 2020 22:39:52 +0000 (15:39 -0700)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Sat, 4 Jul 2020 03:32:53 +0000 (03:32 +0000)
Updated the release notes and version number for the v20.0.0.3
hot-fix.

Change-Id: I3fe8eda1e6859f76a91fbcee595426bd25bfe432
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/30956
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
RELEASE-NOTES.md
src/Doxyfile
src/base/version.cc

index 3542de9fe7c2361cd3a8ae89e6b7e4fa5737cd11..f1478c50ced8b2027f5dac26e736c4a86093efc9 100644 (file)
@@ -1,3 +1,7 @@
+# Version 20.0.0.3
+
+**[HOTFIX]** When using the ARM ISA, gem5 could crash when a guest tried to call m5ops. This was due to `m5ops_base` being incorrectly declared in `src/arch/arm/ArmSystem.py`. A fix was applied to remove this declaration.
+
 # Version 20.0.0.2
 
 **[HOTFIX]** A patch was applied to fix the RubyPrefetcher with MESI_Three_Level. Prior to this fix a segfault occurred.
index cd1a9474e1aa1dfbc1128cdfa5a89234397339c4..9aba7d39905af3e5c2d1eff73e35b058c457f111 100644 (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         = v20.0.0.2
+PROJECT_NUMBER         = v20.0.0.3
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
index 7e89b992ee4794258cd510a48ad024bc19741493..42e45dfc720dd46d9042d17f2cd715864d1f2fbb 100644 (file)
@@ -26,4 +26,4 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-const char *gem5Version = "20.0.0.2";
+const char *gem5Version = "20.0.0.3";