Skip to content

Commit

Permalink
Prepare release 2.5
Browse files Browse the repository at this point in the history
Change-Id: I21ba76eabc317a4638227b27bc51e6330d5ad210
  • Loading branch information
spirosmastorakis committed Feb 23, 2018
1 parent af09eac commit afad459
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 14 deletions.
53 changes: 41 additions & 12 deletions docs/source/RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,38 @@ This file contains ndnSIM release notes.

All of the ndnSIM documentation is accessible from the `ndnSIM website <http://ndnsim.net>`__.

Release 2.4 (Changes since release 2.3)
---------------------------------------
Release 2.5
-----------

Release date: February 23, 2018

Overview
~~~~~~~~

- The submodules of NFD and ndn-cxx have been upgraded to version 0.6.1
(:issue:`4514`).

`NFD 0.6.1 release notes <https://named-data.net/doc/NFD/0.6.1/RELEASE_NOTES.html>`__

`ndn-cxx 0.6.1 release notes <https://named-data.net/doc/ndn-cxx/0.6.1/RELEASE_NOTES.html>`__

.. note::
In order to retrieve the marked versions of ndn-cxx and NFD, use
``--recursive`` option to the git clone command or run ``git
submodule update --init`` after clone, pull, or merge.

Improvements and bug fixes
~~~~~~~~~~~~~~~~~~~~~~~~~~

- Fix memory leak related to canceling events scheduled via ndn-cxx's Scheduler interface
adapted for NS-3 (:issue:`4509`).

- Fix compilation failure with boost >= 1.66 (:issue:`4471`).

- Updates of the ndnSIM documentation.

Release 2.4
-----------

Release date: November 1, 2017

Expand Down Expand Up @@ -35,7 +65,7 @@ Overview
.. note::
ndnSIM 2.4 requires the following minimal compiler requirements:
- g++-4.9 or later (Note: this is an upgraded requirement from ndnSIM 2.3)
- Apple LLVM version 7.0.2 or later
- Apple LLVM version 7.0.2 or later
- clang-3.3 or later.

Improvements and bug fixes
Expand All @@ -49,8 +79,8 @@ Improvements and bug fixes
* Added page about community contributions to the simulator.
* CS tracer documentation update.

Release 2.3 (Changes since release 2.2)
---------------------------------------
Release 2.3
-----------

Release date: December 12, 2016

Expand Down Expand Up @@ -125,8 +155,8 @@ Improvements and bug fixes

* Added explanation about the support of NDNLPv2 and its implications.

Release 2.2 (Changes since release 2.1)
---------------------------------------
Release 2.2
-----------

Release date: November 11, 2016

Expand Down Expand Up @@ -208,8 +238,8 @@ Improvements and bug fixes

********************************************************************************

Release 2.1 (Changes since release 2.0)
---------------------------------------
Release 2.1
-----------

Release date: September 4, 2015

Expand Down Expand Up @@ -347,9 +377,8 @@ Improvements and bug fixes
********************************************************************************



Release 2.0 (Changes since release 1.0)
---------------------------------------
Release 2.0
-----------

Release date: January 13, 2015

Expand Down
3 changes: 2 additions & 1 deletion docs/source/_templates/indexcontent.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ <h2>ndnSIM tutorial</h2>
<td width="50%" valign="top">
<h2>ndnSIM Versions</h2>
<div class="tile">
<p class="biglink"><a class="biglink" href="#">ndnSIM 2.4</a><br/>
<p class="biglink"><a class="biglink" href="#">ndnSIM 2.5</a><br/>
<span class="linkdescr">latest version</span></p>
<p class="biglink"><a class="biglink" href="http://ndnsim.net/2.4/">ndnSIM 2.4</a><br/>
<p class="biglink"><a class="biglink" href="http://ndnsim.net/2.3/">ndnSIM 2.3</a><br/>
<p class="biglink"><a class="biglink" href="http://ndnsim.net/2.2/">ndnSIM 2.2</a><br/>
<p class="biglink"><a class="biglink" href="http://ndnsim.net/2.1/">ndnSIM 2.1</a><br/>
Expand Down
2 changes: 1 addition & 1 deletion docs/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In addition to that, any experiments with NDN forwarding (e.g., custom forwardin
strategies) inside ndnSIM can be directly used within the real NFD implementation.

Specifically, the simulator directly uses NFD implementations of :nfd:`pending Interest
table (PIT) <nfd::pit::Pit>`, :nfd:`forwarding information base (FIB) <nfd::fib::Fib>`, and
table (PIT) <nfd::Pit>`, :nfd:`forwarding information base (FIB) <nfd::Fib>`, and
:nfd:`content store <nfd::cs::Cs>` data structures. In addition to that, ndnSIM allows
experimentation with :ndnSIM:`ndnSIM-specific content store <ndn::ContentStore>` along
with its cache replacement policies ported from the previous version of ndnSIM.
Expand Down

0 comments on commit afad459

Please sign in to comment.