Skip to content

Commit 90d5039

Browse files
committed
Prepare release 2.9 (NFD 22.02)
Change-Id: I95b6f5fcdbd5fb5e965f3f65c7841344498aed22
1 parent a4d86e7 commit 90d5039

File tree

4 files changed

+36
-11
lines changed

4 files changed

+36
-11
lines changed

docs/source/RELEASE_NOTES.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ This file contains ndnSIM release notes.
55

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

8+
Release 2.9 (NFD 22.02)
9+
-----------------------
10+
11+
- Update the submodule of NFD to version 22.02
12+
13+
`NFD 22.02 release notes <https://named-data.net/doc/NFD/22.02/RELEASE_NOTES.html>`__
14+
15+
.. note::
16+
In order to retrieve the marked versions of ndn-cxx and NFD, use
17+
``--recursive`` option to the git clone command or run ``git
18+
submodule update --init`` after clone, pull, or merge.
19+
20+
- Update the submodule of ndn-cxx to version 0.8.0-18-g4999b2ed
21+
22+
`ndn-cxx 0.8.0 release notes <https://named-data.net/doc/ndn-cxx/0.8.0/RELEASE_NOTES.html>`__
23+
24+
- Base NS-3 was rebased to version 3.35
25+
26+
- The compilation now uses the C++17 standard.
27+
28+
- Update uses of ``QueueBase::MaxSize`` to ``DropTailQueue<Packet>::MaxSize``
29+
830
Release 2.8
931
-----------
1032

docs/source/_templates/indexcontent.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ <h2>ndnSIM tutorial</h2>
5959
<td width="50%" valign="top">
6060
<h2>ndnSIM Versions</h2>
6161
<div class="tile">
62-
<p class="biglink"><a class="biglink" href="#">ndnSIM 2.8</a><br/>
62+
<p class="biglink"><a class="biglink" href="#">ndnSIM 2.9</a><br/>
6363
<span class="linkdescr">the latest version</span></p>
64+
<p class="biglink"><a class="biglink" href="https://ndnsim.net/2.8/">ndnSIM 2.8</a><br/>
6465
<p class="biglink"><a class="biglink" href="https://ndnsim.net/2.7/">ndnSIM 2.7</a><br/>
6566
<p class="biglink"><a class="biglink" href="https://ndnsim.net/2.6/">ndnSIM 2.6</a><br/>
6667
<p class="biglink"><a class="biglink" href="https://ndnsim.net/2.5/">ndnSIM 2.5</a><br/>

docs/source/fw.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Available forwarding strategies
2121
+--------------------------------------------+----------------------------------------------------------------------------------------------+
2222
| Strategy Name | Description |
2323
+============================================+==============================================================================================+
24-
| ``/localhost/nfd/strategy/best-route`` | :nfd:`Best Route Strategy <nfd::fw::BestRouteStrategy2>` **(default)** |
24+
| ``/localhost/nfd/strategy/best-route`` | :nfd:`Best Route Strategy <nfd::fw::BestRouteStrategy>` **(default)** |
2525
| | |
2626
| | The best route strategy forwards an Interest to the |
2727
| | upstream with lowest routing cost. |

docs/source/getting-started.rst

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Portability
99

1010
ndnSIM 2.x has been successfully compiled and used on following platforms:
1111

12-
- Ubuntu Linux 20.04
13-
- Ubuntu Linux 18.04
14-
- macOS 10.15
15-
- macOS 10.14
12+
- Ubuntu 20.04 (amd64)
13+
- Ubuntu 21.10 (amd64)
14+
- macOS 12 (Intel only)
15+
- macOS 11 (Intel only)
1616

1717
.. _requirements:
1818

@@ -21,11 +21,13 @@ Prerequisites
2121

2222
**1. Core dependencies**
2323

24-
- ``python`` >= 3.5
25-
- ``libsqlite3``
26-
- ``pkg-config``
27-
- ``openssl``
28-
- Boost libraries >= 1.54
24+
- GCC >= 7.4 or clang >= 4.0 (on Linux and FreeBSD)
25+
- Xcode >= 9.0 (on macOS)
26+
- Python >= 3.6
27+
- pkg-config
28+
- Boost >= 1.65.1
29+
- OpenSSL >= 1.0.2
30+
- SQLite 3.x
2931

3032
.. role:: red
3133

0 commit comments

Comments
 (0)