update repository to start work on ns-3.19

This commit is contained in:
Tom Henderson
2013-08-29 23:36:42 -07:00
parent 154d5b3ad2
commit a4e2db1b6d
3 changed files with 47 additions and 1 deletions

View File

@@ -50,6 +50,25 @@ the cracks, unfortunately. If you, as a user, can suggest improvements
to this file based on your experience, please contribute a patch or drop
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>
@@ -161,6 +180,7 @@ or
<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>

View File

@@ -19,6 +19,31 @@ This release is not yet available.
Supported platforms
-------------------
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

View File

@@ -102,7 +102,7 @@ do not plan to further touch ns-3-dev, tag ns-3-dev
- 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 @@ http://www.nsnam.org/ns-3.x
- 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