diff --git a/CHANGES.html b/CHANGES.html index df16fc75e..3f0a12db5 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -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.

+
+

Changes from ns-3.18 to ns-3.19

+

New API:

+ +

Changes to existing API:

+ +

Changes to build system:

+ +

Changed behavior:

+ +

Changes from ns-3.17 to ns-3.18

@@ -161,6 +180,7 @@ or
  • 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 ns3::aodv::RoutingProtocol::EnableHello can be used to enable/disable Hellos. +

    Changes from ns-3.16 to ns-3.17

    New API:

    diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 91a508dfe..8b068c552 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -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 diff --git a/doc/release_steps.txt b/doc/release_steps.txt index 2b5c310f5..54d53467e 100644 --- a/doc/release_steps.txt +++ b/doc/release_steps.txt @@ -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