Alexander Afanasyev | 687dba8 | 2015-09-27 15:32:58 -0700 | [diff] [blame] | 1 | NFD version 0.3.3 |
| 2 | ----------------- |
| 3 | |
| 4 | Release date: July 1, 2015 |
| 5 | |
| 6 | Changes since version 0.3.2: |
| 7 | |
Davide Pesavento | 9f6a7d9 | 2020-10-06 15:21:48 -0400 | [diff] [blame^] | 8 | New features |
| 9 | ^^^^^^^^^^^^ |
Alexander Afanasyev | 687dba8 | 2015-09-27 15:32:58 -0700 | [diff] [blame] | 10 | |
| 11 | - Content Store replacement policy interface (:issue:`1207`) |
| 12 | |
| 13 | - Add unit file and instructions for systemd (:issue:`1586`) |
| 14 | |
Davide Pesavento | 9f6a7d9 | 2020-10-06 15:21:48 -0400 | [diff] [blame^] | 15 | - NDN Essential Tools version 0.1 (https://github.com/named-data/ndn-tools) featuring: |
Alexander Afanasyev | 687dba8 | 2015-09-27 15:32:58 -0700 | [diff] [blame] | 16 | |
| 17 | * ``ndnpeek``, ``ndnpoke``: a pair of programs to request and make available for retrieval of |
| 18 | a single Data packet |
| 19 | * ``ndnping``, ``ndnpingserver``: reachability testing tools for Named Data Networking |
| 20 | * ``ndndump``: a traffic analysis tool that captures Interest and Data packets on the wire |
| 21 | * ``ndn-dissect``: an NDN packet format inspector. It reads zero or more NDN packets from |
| 22 | either an input file or the standard input, and displays the Type-Length-Value (TLV) |
| 23 | structure of those packets on the standard output. |
| 24 | |
Davide Pesavento | 9f6a7d9 | 2020-10-06 15:21:48 -0400 | [diff] [blame^] | 25 | Improvements and bug fixes |
| 26 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
Alexander Afanasyev | 687dba8 | 2015-09-27 15:32:58 -0700 | [diff] [blame] | 27 | |
| 28 | - Avoid loopback new Interest in AccessStrategy (:issue:`2831`) |
| 29 | |
| 30 | - Simplified implementation of ``nfd-status`` using SegmentFetcher utility class (:issue:`2456`) |
| 31 | |
Davide Pesavento | 9f6a7d9 | 2020-10-06 15:21:48 -0400 | [diff] [blame^] | 32 | Deprecations |
| 33 | ^^^^^^^^^^^^ |
Alexander Afanasyev | 687dba8 | 2015-09-27 15:32:58 -0700 | [diff] [blame] | 34 | |
| 35 | - ``ndn-tlv-peek`` and ``ndn-tlv-poke`` command-line tools: use ``ndnpeek`` and ``ndnpoke`` |
Davide Pesavento | 9f6a7d9 | 2020-10-06 15:21:48 -0400 | [diff] [blame^] | 36 | programs from the `NDN Essential Tools repository <https://github.com/named-data/ndn-tools>`__. |
Alexander Afanasyev | 687dba8 | 2015-09-27 15:32:58 -0700 | [diff] [blame] | 37 | |
Davide Pesavento | 9f6a7d9 | 2020-10-06 15:21:48 -0400 | [diff] [blame^] | 38 | Upcoming features |
| 39 | ^^^^^^^^^^^^^^^^^ |
Alexander Afanasyev | 687dba8 | 2015-09-27 15:32:58 -0700 | [diff] [blame] | 40 | |
Davide Pesavento | 9f6a7d9 | 2020-10-06 15:21:48 -0400 | [diff] [blame^] | 41 | - `NDNLPv2 <https://redmine.named-data.net/projects/nfd/wiki/NDNLPv2>`__ (:issue:`2520`, |
Alexander Afanasyev | 687dba8 | 2015-09-27 15:32:58 -0700 | [diff] [blame] | 42 | :issue:`2879`, :issue:`2763`, :issue:`2883`, :issue:`2841`, :issue:`2866`) |
| 43 | |
| 44 | - Refactored implementation of NFD management (:issue:`2200`, :issue:`2107`) |