misc: Updated the RELEASE-NOTES and version number v20.1.0.1
authorBobby R. Bruce <bbruce@ucdavis.edu>
Thu, 5 Nov 2020 22:38:25 +0000 (14:38 -0800)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Fri, 6 Nov 2020 19:46:42 +0000 (19:46 +0000)
Updated the RELEASE-NOTES.md and version number for the v20.1.0.1
hot-fix.

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

index 492bb962a2159661059d86a2a10030cc15deb4eb..46c8795709d434dc6635d1a6f02026ac86aecd3d 100644 (file)
@@ -1,3 +1,9 @@
+# Version 20.1.0.1
+
+**[HOTFIX]** A patch was applied to fix the Garnet network interface stats.
+Previously, the flit source delay was computed using both tick and cycles.
+This bug affected the overall behavior of the Garnet Network Model.
+
 # Version 20.1.0.0
 
 Thank you to everyone that made this release possible!
index d029a668500a77ecd602d747af789ab62a080387..83770d5f93920ea4af4368ffd5c7a22822cb01dd 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.0
+PROJECT_NUMBER         = v20.1.0.1
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
index 8edb8c6ff98df3688e5c7362ff1e669b65bb6010..3ad07fa6d5fa0faf8d746faefda4d58de3a8fa27 100644 (file)
@@ -29,4 +29,4 @@
 /**
  * @ingroup api_base_utils
  */
-const char *gem5Version = "20.1.0.0";
+const char *gem5Version = "20.1.0.1";