Final nits for 3.9 release ns-3.9
authorTom Henderson <tomh@tomh.org>
Fri, 20 Aug 2010 08:16:36 -0700
changeset 6586 8ddf25211f89
parent 6585 cee8acbf2a32
child 6587 094bebc65d64
Final nits for 3.9 release
RELEASE_NOTES
doc/release_steps.txt
--- a/RELEASE_NOTES	Wed Aug 18 22:43:08 2010 -0700
+++ b/RELEASE_NOTES	Fri Aug 20 08:16:36 2010 -0700
@@ -14,7 +14,8 @@
 
 Availability
 ------------
-This release is not yet available.
+This release is immediately available from:
+http://www.nsnam.org/releases/ns-allinone-3.9.tar.bz2
 
 Supported platforms
 -------------------
@@ -50,7 +51,7 @@
      from YansErrorRateModel for OFDM modes (802.11a/g).  The default
      YansWifiPhyHelper has been changed to use this model.
 
-   - A brand new NS-2 mobility trace reader supports BonnMotion, SUMO, TraNS, 
+   - A new NS-2 mobility trace reader supports BonnMotion, SUMO, TraNS, 
      etc. traces.
 
    - An energy model for nodes and devices, including an energy source
@@ -67,8 +68,8 @@
 
 Bugs fixed
 ----------
-The following lists many of the bugs that were fixed since ns-3.8, in
-many cases referencing the Bugzilla bug number
+The following lists many of the bugs fixed or small feature additions 
+since ns-3.8, 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
@@ -155,7 +156,6 @@
    - bug 966 - AODV originates new RREQ on each packet, when doesn't have 
                valid route
    - bug 969 - No SocketList is present in UdpL4Protocol class
-   - bug 970 - move UAN over to new directory structure
    - bug 971 - fix AODV header Print functions 
    - bug 972 - [flow monitor] assertion fails in pv4-flow-probe.cc
 
--- a/doc/release_steps.txt	Wed Aug 18 22:43:08 2010 -0700
+++ b/doc/release_steps.txt	Fri Aug 20 08:16:36 2010 -0700
@@ -10,10 +10,11 @@
    - ensure no regressions (./waf --regression)
 2. prepare the source files
    - revise and check in AUTHORS, if needed
-   - revise and check in RELEASE_NOTES
+   - revise and check in RELEASE_NOTES.  Make sure to add the Availability 
+     section.
    - DO NOT change VERSION at this time
-   - confirm that Doxygen builds cleanly and without warnings
-     (./waf doxygen), and check in any necessary changes 
+   - confirm that Doxygen builds cleanly (./waf doxygen), 
+     and check in any necessary changes 
 3. build an ns-3-allinone distribution
    - change back into the allinone directory
    - ./dist.py