CHANGES.html
changeset 4301 f1c83e54e541
parent 4266 7b0c4017bc36
child 4305 9ec113d84cc8
--- a/CHANGES.html	Fri Mar 27 09:58:04 2009 -0700
+++ b/CHANGES.html	Mon Mar 30 15:47:38 2009 -0700
@@ -46,8 +46,34 @@
 <hr>
 <h1>changes from ns-3.3 to ns-3.4</h1>
 
+<h2>changes to build system</h2>
+<ul>
+<li>A major option regarding the downloading and building of ns-3 has been</li>
+<li>added for ns-3.4 -- the ns-3-allinone feature.  This allows a user to</li>
+<li>get the most common options for ns-3 downloaded and built with a minimum</li>
+<li>amount of trouble.  See the ns-3 tutorial for a detailed explanation of<li>
+<li>how to use this new feature.</li>
+</ul>
+
+<ul>
+<li>The build system now runs build items in parallel by default.  This</li>
+<li>includes the regression tests.<li>
+</ul>
+
 <h2>new API:</h2>
 <ul>
+<li>XML support has been added to the ConfigStore in /src/contrib/config-store.cc</li>
+</ul>
+
+<ul>
+<li>The ns-2 calendar queue scheduler option has been ported to src/simulator</li>
+</ul>
+
+<ul>
+<li>A ThreeLogDistancePropagationLossModel has been added to src/devices/wifi</li>
+</ul>
+
+<ul>
 <li>ConstantAccelerationMobilityModel in src/mobility/constant-acceleration-mobility-model.h</li>
 </ul>
 
@@ -61,9 +87,19 @@
 <li>src/core/names.{cc,h})</li>
 </ul>
 
+<ul>
+<li>Wifi multicast support has been added in src/devices/wifi</li>
+</ul>
+
 <h2>changes to existing API:</h2>
 
 <ul>
+<li>Some fairly significant changes have been made to the API of the</li>
+<li>random variable code.  Please see the ns-3 manual and src/core/random-variable.cc</li>
+<li>for details.</li>
+</ul>
+
+<ul>
 <li>The trace sources in the various NetDevice classes has been completely</li>
 <li>reworked to allow for a consistent set of trace sources across the</li>
 <li>devices.  The names of the trace sources have been changed to provide</li>
@@ -81,6 +117,30 @@
 <li>StaticSpeedMobilityModel has been renamed ConstantVelocityMobilityModel</li>
 </ul>
 
+<ul>
+<li>The Callback templates have been extended to support more parameters.</li>
+<li>See src/core/callback.h</li>
+</ul>
+
+<ul>
+<li>Many helper API have been changed to allow passing Object-based parameters</li>
+<li>as string names to ease working with the object name service.</li>
+</ul>
+
+<ul>
+<li>The Config APIs now accept path segments that are names defined by the </li>
+<li>object name service.</li>
+</ul>
+
+<ul>
+<li>Minor changes were made to make the system build under the Intel C++ compiler.</li>
+</ul>
+
+<ul>
+<li>Trace hooks for association and deassociation to/from an access point were</li>
+<li>added to src/devices/wifi/nqsta-wifi-mac.cc</li>
+</ul>
+
 <hr>
 <h1>changes from ns-3.2 to ns-3.3</h1>