misc: Updated the RELEASE-NOTES and version number v20.1.0.2
authorBobby R. Bruce <bbruce@ucdavis.edu>
Wed, 11 Nov 2020 21:34:23 +0000 (13:34 -0800)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Mon, 16 Nov 2020 19:21:27 +0000 (19:21 +0000)
Updated the RELEASE-NOTES.md and version number for the v20.1.0.2
hotfix release.

Change-Id: Ibb6b62a36bd1f9084f7d8311ff1f94b8564dbe9b
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/37435
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
RELEASE-NOTES.md
src/Doxyfile
src/base/version.cc

index 46c8795709d434dc6635d1a6f02026ac86aecd3d..71934a73282236f4963d1cbf9ad80fafe71f9a37 100644 (file)
@@ -1,3 +1,10 @@
+# Version 20.1.0.2
+
+**[HOTFIX]** This hotfix release fixes known two bugs:
+
+* A "ValueError: invalid literal for int() with base..." error was being thrown in certain circumstances due to a non-integer being passed to "MemorySize" via a division operation. This has been rectified.
+* An assertion in Stats could be triggered due to a name collision between two ThreadStateStats objects, due to both erroneously sharing the same ThreadID. This has been fixed.
+
 # Version 20.1.0.1
 
 **[HOTFIX]** A patch was applied to fix the Garnet network interface stats.
index 83770d5f93920ea4af4368ffd5c7a22822cb01dd..b9346390ca7ac7edf64db7c6f30d6baee29e54f8 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.1.0.1
+PROJECT_NUMBER         = v20.1.0.2
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
index 3ad07fa6d5fa0faf8d746faefda4d58de3a8fa27..304ccc19c546ab1a672b3511fc68883cfdc50af6 100644 (file)
@@ -29,4 +29,4 @@
 /**
  * @ingroup api_base_utils
  */
-const char *gem5Version = "20.1.0.1";
+const char *gem5Version = "20.1.0.2";