Update RELEASE_NOTES and CHANGES.html since ns-3.8
authorTom Henderson <tomh@tomh.org>
Sun, 16 May 2010 15:24:53 -0700
changeset 6306 283c83f1f7be
parent 6305 5b654376df11
child 6307 6ac5cd5ec178
Update RELEASE_NOTES and CHANGES.html since ns-3.8
CHANGES.html
RELEASE_NOTES
--- a/CHANGES.html	Sun May 16 19:00:02 2010 +0200
+++ b/CHANGES.html	Sun May 16 15:24:53 2010 -0700
@@ -49,6 +49,19 @@
 <h2>Changes to build system:</h2>
 
 <h2>New API:</h2>
+<ul>
+<li><b>Wifi set block ack threshold:"</b> Two methods for setting block ack
+parameters for a specific access class: 
+<pre>
+void QosWifiMacHelper::SetBlockAckThresholdForAc (enum AccessClass accessClass, uint8_t threshold);
+void QosWifiMacHelper::SetBlockAckInactivityTimeoutForAc (enum AccessClass accessClass, uint16_t timeout);
+</pre>
+</ul>
+<ul><b>Receive List Error Model:"</b>  Another basic error model that allows
+the user to specify a list of received packets that should be errored.  The
+list corresponds not to the packet UID but to the sequence of received
+packets as observed by the error model.   See src/common/error-model.h
+</ul>
 
 <h2>Changes to existing API:</h2>
 
--- a/RELEASE_NOTES	Sun May 16 19:00:02 2010 +0200
+++ b/RELEASE_NOTES	Sun May 16 15:24:53 2010 -0700
@@ -32,8 +32,14 @@
 The following lists many of the bugs that were fixed since ns-3.7, in
 many cases referencing the Bugzilla bug number
 
+   - IPv4 global routing code; stub networks were assumed to be /24
+     and added as /24 networks even if the mask is actually different
+   - bug 842 - ns-3-dev crashes using block acks
+   - OLSR was generating messages on non-OLSR interfaces
    - bug 861 - Forwarding drops (due to no route found) were not being logged 
                in IPv4 or IPv6 ascii traces
+   - ICMPv4 objects not properly registered; affected serialization code
+   - bug 875 - Set FCS included flag in Radiotap header
 
 Known issues
 ------------