--- a/CHANGES.html Mon Nov 18 13:28:05 2013 +0100
+++ b/CHANGES.html Mon Nov 25 12:16:19 2013 +0100
@@ -51,14 +51,13 @@
us a note on ns-developers mailing list.</p>
<hr>
-<h1>Changes from ns-3.18 to ns-3.19</h1>
+<h1>Changes from ns-3.18.1 to ns-3.19</h1>
+
<h2>New API:</h2>
-<ul>
- <li></li>
-</ul>
+
<h2>Changes to existing API:</h2>
<ul>
- <li>A change is introduced for the usage of the EpcHelper
+ <li>A change is introduced for the usage of the EpcHelper
class. Previously, the EpcHelper class included both the API
definition and its (only) implementation; as such, users would
instantiate and use the EpcHelper class directly in their
@@ -69,15 +68,51 @@
their simulation program. The imlpementation previously
provided by the EpcHelper class has been moved to the new
derived class PointToPointEpcHelper.</li>
- <li></li>
+</ul>
+<h2>Changes to build system:</h2>
+
+<h2>Changed behavior:</h2>
+<ul>
+ <li> For the TapBridge device, in UseLocal mode there is a MAC learning function. TapBridge has been waiting for the first packet received from tap interface to set the address of the bridged device to the source address of the first packet. This has caused problems with WiFi. The new behavior is that after connection to the tap interface, ns-3 learns the MAC address of that interface with a system call and immediately sets the address of the bridged device to the learned one. See <a href="https://www.nsnam.org/bugzilla/show_bug.cgi?id=1777">bug 1777</a> for more details.</li>
+ <li> TapBridge device now correctly implements IsLinkUp() method.</li>
</ul>
+
+<hr>
+<h1>Changes from ns-3.18 to ns-3.18.1</h1>
+<h2>New API:</h2>
+<ul>
+ <li> It is now possible to randomize the time of the first beacon from an
+ access point. Use an attribute "EnableBeaconJitter" to enable/disable
+ this feature.
+ </li>
+ <li> A new FixedRoomPositionAllocator helper class is available; it
+ allows one to generate a random position uniformly distributed in the
+ volume of a chosen room inside a chosen building.
+ </li>
+</ul>
+
+<h2>Changes to existing API:</h2>
+<ul>
+ <li> Logging wildcards: allow "***" as synonym for "*=**" to turn on all logging.
+ </li>
+ <li> The log component list ("NS_LOG=print-list") is now printed alphabetically.
+ </li>
+ <li> Some deprecated IEEE 802.11p code has been removed from the wifi module
+ </li>
+</ul>
+
<h2>Changes to build system:</h2>
<ul>
- <li></li>
+ <li> The Python API scanning system (./waf --apiscan) has been fixed (bug 1622)
+ </li>
+ <li> Waf has been upgraded from 1.7.11 to 1.7.13
+ </li>
</ul>
+
<h2>Changed behavior:</h2>
<ul>
- <li></li>
+ <li> Wifi simulations have additional jitter on AP beaconing (see above) and some bug fixes have been applied to wifi module (see RELEASE_NOTES)
+ </li>
</ul>
<hr>