tests: update config.ini and stdout for the various tests.
[gem5.git] / RELEASE_NOTES
index 50ab6b330588a1393fb11807e011aa2fac122977..ad0278b899f6b03a71f1c1615d84544ff791a232 100644 (file)
@@ -9,6 +9,22 @@ Outstanding issues for 2.0 release:
 7. Testing
 8. Validation
 
+March 1, 2008: m5_2.0_beta5
+--------------------
+New Features
+1. Rick Strong's Simpoints config changes
+2. Support for FSU ARM port
+3. EXTRAS= option allow architectures to be specified
+
+Bug fixes
+1. Bus timing more realistic
+2. Cache writeback, LL/SC fixes
+3. Minor IGbE NIC fixes
+4. O3 op latency fix
+5. SPARC TLB demap fixes
+6. SPARC SE memory layout fixes
+7. Variety of MIPS fixes
+
 Nov 4, 2007: m5_2.0_beta4
 --------------------
 New Features
@@ -35,8 +51,8 @@ Possible Incompatibilities:
    To see how to add your sources take a look at one of them.
 3. Python is now used to created the parameter structs that were created
    manually before. The parameters listed in a py file are turned into 
-   a header file with the same name (e.g. BadDevice.py -> BadDevice.h). 
-   With this change the structs can be populate automatically and the 
+   a header file with the same name (e.g. BadDevice.py -> BadDevice.hh). 
+   With this change the structs can be populated automatically and the 
    ugly macros to define and create SimObjects at the bottem of source
    files are gone. The parameter structs also automatically inherit 
    parameters from their parents.