update RELEASE_NOTES
authorTom Henderson <tomh@tomh.org>
Sun, 16 Dec 2012 23:41:26 -0800
changeset 9201 64885f1a6c77
parent 9200 445bf62eb5a8
child 9202 e3645afbe360
update RELEASE_NOTES
RELEASE_NOTES
--- a/RELEASE_NOTES	Sun Dec 16 23:29:44 2012 -0800
+++ b/RELEASE_NOTES	Sun Dec 16 23:41:26 2012 -0800
@@ -9,7 +9,7 @@
 Consult the file CHANGES.html for more detailed information about changed
 API and behavior across ns-3 releases.
 
-Release 3-dev
+Release 3.16
 ============
 
 Availability
@@ -18,6 +18,14 @@
 
 Supported platforms
 -------------------
+- Fedora Core 17 (32/64 bit) with g++-4.7.0
+- Fedora Core 15 (64 bit) with g++-4.6.3
+- Ubuntu 12.10 (32/64 bit) with g++-4.6.3
+- Ubuntu 12.04 (32/64 bit) with g++-4.6.3
+- Ubuntu 10.04.4 LTS (64 bit) with g++-4.4.3
+- OS X Mountain Lion 10.8.3 with g++-4.2.1
+- FreeBSD 8.2 (32 bit) with g++-4.2.1
+- Cygwin 1.7.9-1 with g++-4.5.3
 
 New user-visible features
 -------------------------
@@ -28,28 +36,44 @@
 - It's now possible to use distcc when building ns-3 by using
   $ CXX='distcc g++' ./waf configure
   $ ./waf build
+- Support topology generation with the (external) BRITE topology generation 
+  tool
 
 Bugs fixed
 ----------
- - bug 1361 - Set TOS from Application level (sockets)
- - bug 1479 - When the Ipv4RawSocket "IpHeaderInclude" Attribute set true,
-              Ip Checksum error
- - bug  976 - wifi-wired-bridging regression test fails because of 
-              rounding errors in mobility model
- - bug 1284 - ./test.py performance tests do not exist
- - bug 1463 - ./test.py --example should automatically detect the path
- - bug 1485 - Setting global properties in config file (raw text) does
-              not have any effect
- - bug 1493 - test.py --list should show the test type default tip
- - bug 1494 - test.py --constrain doesn't work
- - bug 1495 - test.py claims test passed when no test was run
- - bug 1509 - rttEstimator returns invalid value in presence of errors
- - bug 1516 - GtkConfigStore does not show read-only attributes
- - bug 1532 - unimplemented LTE Scheduler methods
- - bug 1524 - Fragmentation Threshold equals to Packet Size at MAC Layer (Data + IP + UDP) crash the reception
- - bug 1525 - Linker error with mpi on Mac 10.8
- - bug  555 - DCF immediate access
- - bug 1324 - ns3tcp-cwnd-test-suite.cc test failing
+- bug  555 - DCF immediate access
+- bug  976 - wifi-wired-bridging regression test fails because of 
+             rounding errors in mobility model
+- bug 1055:  Wrong UAN's Thorp absorption loss model formula
+- bug 1284 - ./test.py performance tests do not exist
+- bug 1324 - ns3tcp-cwnd-test-suite.cc test failing
+- bug 1340 - ns3tcp-loss-suite.cc tests failing
+- bug 1342 - ns3tcp-cwnd-test-suite.cc tests failing
+- bug 1345 - ns-3 builds with clang compiler >= 3.0
+- bug 1359 - TCP cannot receive ICMP
+- bug 1361 - Set TOS from Application level (sockets)
+- bug 1463 - ./test.py --example should automatically detect the path
+- bug 1479 - When the Ipv4RawSocket "IpHeaderInclude" Attribute set true,
+             Ip Checksum error
+- bug 1485 - Setting global properties in config file (raw text) does
+             not have any effect
+- bug 1493 - test.py --list should show the test type default tip
+- bug 1493 - test.py --list should show the test type 
+- bug 1494 - test.py --constrain doesn't work
+- bug 1495 - test.py claims test passed when no test was run
+- bug 1506:  TCP data segment piggybacking acknowledgment
+- bug 1509 - RttEstimator returns invalid value in presence of errors
+- bug 1516 - GtkConfigStore does not show read-only attributes
+- bug 1520 - Config paths not fully documented (partial fix)
+- bug 1524 - Fragmentation Threshold equals to Packet Size at MAC Layer 
+             (Data + IP + UDP) crash the reception
+- bug 1525 - Linker error with mpi on Mac 10.8
+- bug 1526:  Wrong calculation of pathloss within 
+             UanPropModelThorp::GetPathLossDb
+- bug 1527 - Ipv4RawSocket's BindToNetDevice not working
+- bug 1528 - BindToNetDevice not working for IPv6 sockets
+- bug 1531 - Crash when using NS_LOG in destructors of static objects
+- bug 1532 - unimplemented LTE Scheduler methods
 
 Known issues
 ------------