--- a/CHANGES.html Thu Aug 29 22:30:57 2013 -0700
+++ b/CHANGES.html Thu Aug 29 23:36:42 2013 -0700
@@ -51,6 +51,25 @@
us a note on ns-developers mailing list.</p>
<hr>
+<h1>Changes from ns-3.18 to ns-3.19</h1>
+<h2>New API:</h2>
+<ul>
+ <li></li>
+</ul>
+<h2>Changes to existing API:</h2>
+<ul>
+ <li></li>
+</ul>
+<h2>Changes to build system:</h2>
+<ul>
+ <li></li>
+</ul>
+<h2>Changed behavior:</h2>
+<ul>
+ <li></li>
+</ul>
+
+<hr>
<h1>Changes from ns-3.17 to ns-3.18</h1>
<h2>New API:</h2>
@@ -161,6 +180,7 @@
<li>AODV Hellos are disabled by default. The performance with Hellos enabled and disabled are almost identical. With Hellos enabled, AODV will suppress hellos from transmission, if any recent broadcast such as RREQ was transmitted. The attribute <tt>ns3::aodv::RoutingProtocol::EnableHello</tt> can be used to enable/disable Hellos.
</ul>
+<hr>
<h1>Changes from ns-3.16 to ns-3.17</h1>
<h2>New API:</h2>
--- a/RELEASE_NOTES Thu Aug 29 22:30:57 2013 -0700
+++ b/RELEASE_NOTES Thu Aug 29 23:36:42 2013 -0700
@@ -21,6 +21,31 @@
New user-visible features
-------------------------
+
+Bugs fixed
+----------
+
+Release 3.18
+=============
+
+Availability
+------------
+This release is available from:
+http://www.nsnam.org/release/ns-allinone-3.18.tar.bz2
+
+Supported platforms
+-------------------
+These platforms have been tested; others may work also:
+- Fedora Core 18 (32/64 bit) with g++-4.7.2
+- Fedora Core 17 (32/64 bit) with g++-4.7.0
+- Ubuntu 13.04 (32/64 bit) with g++-4.7.3
+- Ubuntu 12.04 (32/64 bit) with g++-4.6.3
+- Ubuntu 10.04.4 LTS (64 bit) with g++-4.4.3
+- OS X Mountain Lion 10.8.3 with g++-4.2.1
+- FreeBSD 9.1-RELEASE (64 bit) with g++-4.2.1
+
+New user-visible features
+-------------------------
- Time attributes can now be bounded. See attribute-test-suite.cc for an
example.
- Data collection components have been added to the stats module. These
--- a/doc/release_steps.txt Thu Aug 29 22:30:57 2013 -0700
+++ b/doc/release_steps.txt Thu Aug 29 23:36:42 2013 -0700
@@ -102,7 +102,7 @@
- change the string 3-dev in the VERSION file to the real version
(e.g. 3.14) This must agree with the version name you chose in the clone.
- change the version and release string for the documentation in
- doc/manual/source, doc/tutorial/source, doc/tutorial-pt/source,
+ doc/manual/source, doc/tutorial/source, doc/tutorial-pt-br/source,
and doc/models/source conf.py files
This should hopefully be updated in the future to simply pull from the
VERSION file.
@@ -155,6 +155,7 @@
- Documentation
2. Repoint http://www.nsnam.org/releases/latest to the new page
+ Repoint http://www.nsnam.org/documentation/latest to the new page
Repoint /var/www/html/doxygen-release to the new release doxygen.
3. Update the Older Releases page to create an entry for the previous