Bobby R. Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27807 )

Change subject: misc: Added RELEASE-NOTES.md
......................................................................

misc: Added RELEASE-NOTES.md

These release notes will enable users to keep track of the main changes
between gem5 versions. The RELEASE-NOTES.md should also notify the user
of any API changes they should be aware of when using this release of
gem5.

Notes on major changes should be apended to the end of the list as
they are added to the repo.

Change-Id: If75748306a8086b2abbe2f912dbb2ec9f1a6895f
Issue-on: https://gem5.atlassian.net/browse/GEM5-439
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27807
Reviewed-by: Bobby R. Bruce <bbr...@ucdavis.edu>
Reviewed-by: Jason Lowe-Power <power...@gmail.com>
Maintainer: Jason Lowe-Power <power...@gmail.com>
Tested-by: kokoro <noreply+kok...@google.com>
---
A RELEASE-NOTES.md
1 file changed, 10 insertions(+), 0 deletions(-)

Approvals:
  Jason Lowe-Power: Looks good to me, approved; Looks good to me, approved
  Bobby R. Bruce: Looks good to me, approved
  kokoro: Regressions pass



diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
new file mode 100644
index 0000000..1a679dd
--- /dev/null
+++ b/RELEASE-NOTES.md
@@ -0,0 +1,10 @@
+# Version 20.0.0.0
+
+* Compiling and running gem5 with Python 3 is now fully supported.
+* Compiling and running gem5 with GCC 8 and 9 is now supported.
+* Scons-based tests have been migrated to the testlib framework. Please consult TESTING.md for more information on how these may be run.
+* Support for the ALPHA ISA has been dropped.
+* Memory SimObjects can now be initialized using an image file using the image_file parameter. +* The m5 utility has been revamped with a new build system based on scons, tests, and updated and more consistent feature support. +* Robust support for marshalling data from a function call inside the simulation to a function within gem5 using a predefined set of rules. +* Workload configuration pulled out into its own object, simplifying the System object and making workload configuration more modular and flexible.

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/27807
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: If75748306a8086b2abbe2f912dbb2ec9f1a6895f
Gerrit-Change-Number: 27807
Gerrit-PatchSet: 6
Gerrit-Owner: Bobby R. Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Bobby R. Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Daniel Carvalho <oda...@yahoo.com.br>
Gerrit-Reviewer: Gabe Black <gabebl...@google.com>
Gerrit-Reviewer: Gem5 Cloud Project GCB service account <345032938...@cloudbuild.gserviceaccount.com>
Gerrit-Reviewer: Jason Lowe-Power <power...@gmail.com>
Gerrit-Reviewer: kokoro <noreply+kok...@google.com>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to