update AUTHORS, CHANGES, RELEASE_NOTES for ns-3.2 ns-3.2-RC1
authorCraig Dowell <craigdo@ee.washington.edu>
Wed, 03 Sep 2008 11:38:18 -0700
changeset 3593 dfd634417b8d
parent 3592 967bf4132c6f
child 3594 8feda39dff1f
update AUTHORS, CHANGES, RELEASE_NOTES for ns-3.2
AUTHORS
CHANGES.html
RELEASE_NOTES
--- a/AUTHORS	Wed Sep 03 18:01:40 2008 +0100
+++ b/AUTHORS	Wed Sep 03 11:38:18 2008 -0700
@@ -8,3 +8,5 @@
 Federico Maguolo (maguolof@dei.unipd.it)
 George F. Riley (riley@ece.gatech.edu)
 Guillaume Vu-Brugier (gvubrugier@gmail.com)
+Florian Westphal (fw@strlen.de)
+
--- a/CHANGES.html	Wed Sep 03 18:01:40 2008 +0100
+++ b/CHANGES.html	Wed Sep 03 11:38:18 2008 -0700
@@ -45,6 +45,31 @@
 
 <hr>
 <h1>changes from ns-3.1 to ns-3.2</h1>
+
+<h2>new API:</h2>
+
+<li>26-08-2008; changeset 
+<a href="http://code.nsnam.org/ns-3-dev/rev/5aa65b1ea001">5aa65b1ea001</a></li>
+<ul>
+<li>
+Add multithreaded and real-time simulator implementation.  Allows for emulated
+net devices running in threads other than the main simulation thread to schedule
+events.  Allows for pacing the simulation clock at 1x real-time.
+</li>
+</ul>
+</li>
+
+
+<li>26-08-2008; changeset 
+<a href="http://code.nsnam.org/ns-3-dev/rev/c69779f5e51e">c69779f5e51e</a></li>
+<ul>
+<li>
+Add threading and synchronization primitives.  Enabling technology for 
+multithreaded simulator implementation.
+</li>
+</ul>
+</li>
+
 <h2>new API in existing classes:</h2>
 
 <ul>
--- a/RELEASE_NOTES	Wed Sep 03 18:01:40 2008 +0100
+++ b/RELEASE_NOTES	Wed Sep 03 11:38:18 2008 -0700
@@ -20,6 +20,7 @@
   implementation a replaceable component via the 
   "SimulatorImplementationType" global value.
   Hint:  try ./waf --run "udp-echo --PrintGlobals"
+- Added multithreaded and real-time simulator implementation;
 - implement Packet::PeekHeader and Packet::PeekTrailer to avoid evil workarounds when receiving tcp packets. 
 
 Bugs fixed