update RELEASE_NOTES ns-3.11-RC3
authorJosh Pelkey <jpelkey@gatech.edu>
Mon, 23 May 2011 16:30:50 -0400
changeset 7261 e48ed3aabca6
parent 7260 9b0faea97b89
child 7262 4ba3ce00eb3c
update RELEASE_NOTES
RELEASE_NOTES
--- a/RELEASE_NOTES	Mon May 23 15:15:06 2011 -0400
+++ b/RELEASE_NOTES	Mon May 23 16:30:50 2011 -0400
@@ -18,6 +18,19 @@
 
 Supported platforms
 -------------------
+ns-3.11 has been tested on the following platforms.  Not all features are
+available on all platforms; check the Installation page on the project wiki.
+
+- Linux x86_64 Ubuntu 11.04
+  - g++-4.5.2
+- Linux i686 Ubuntu 11.04
+  - g++-4.5.2, g++-4.4.5
+- Linux x86_64 Fedora Core 15
+  - g++-4.6.0
+- Linux x86_64 Fedora Core 14
+  - g++-4.5.3, g++-4.4.6, g++-4.3.4
+- Linux x86_64 Fedora Core 10
+  - g++-3.4.6, 4.0.4, 4.1.2, 4.2.4, 4.3.2, 4.4.0
 
 New user-visible features
 -------------------------
@@ -71,6 +84,7 @@
    - ./waf --apiscan: fix bug in detection of whether the per-module
    - Remove the 'Modules to build' debug print 
    - CsmaNetDevice ReceiveErrorModel was not dropping the packet
+   - Several "set but not used" bugs for newer compilers quick-fixed
 
    - bug 445 - Is the class name Scalar in nstime.h appropriate?
    - bug 699 - TestCase::DoRun probably should not return a bool
@@ -113,6 +127,7 @@
    - bug 1094 - Object::GetObject upon dlopen 
    - bug 1097 - AODV routing entry set to be VALID mistakenly.
    - bug 1098 - when to show users which modules are enabled?
+   - bug 1101 - Sqlite stats disappeared from configuration file src/wscript
    - bug 1103 - Useless assignment in omnet-data-output.cc
    - bug 1105 - Move topology helpers into separate per-device modules
    - bug 1106 - Remove "CanvasLocation" dependencies in p2p helpers
@@ -124,6 +139,7 @@
    - bug 1131 - Bug in Ipv4L3Protocol::RemoveAddress()
    - bug 1133 - DSDV: Possible bug in settling time calc
    - bug 1142 - Wrong 802.11p Slot time
+   - bug 1146 - help string for test.py with disabled tests
 
 Known issues
 ------------