Alexander Afanasyev | 782a1d1 | 2018-05-02 16:23:26 -0400 | [diff] [blame] | 1 | NFD version 0.6.2 |
| 2 | ----------------- |
| 3 | |
| 4 | Release date: May 4, 2018 |
| 5 | |
Davide Pesavento | 9f6a7d9 | 2020-10-06 15:21:48 -0400 | [diff] [blame] | 6 | New features |
| 7 | ^^^^^^^^^^^^ |
Alexander Afanasyev | 782a1d1 | 2018-05-02 16:23:26 -0400 | [diff] [blame] | 8 | |
| 9 | - ``afterContentStoreHit``, ``afterReceiveData`` strategy trigger (:issue:`4290`) |
| 10 | |
| 11 | - ``Cs::erase`` method and ``cs/erase`` management command (:issue:`4318`) |
| 12 | |
| 13 | - ``nfdc cs config`` to configure parameters of NFD Content Store at run time (:issue:`4050`) |
| 14 | |
| 15 | - Support for IPv6 subnets in white-/blacklists of NFD config file (:issue:`4546`) |
| 16 | |
| 17 | - Configurable IP subnets for "local" TCP faces (:issue:`4546`) |
| 18 | |
| 19 | Improvements and bug fixes |
| 20 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 21 | |
| 22 | - Replace PIT straggler timer with a per-strategy decision (:issue:`4200`) |
| 23 | |
| 24 | - Add ``isSatisfied`` and ``dataFreshnessPeriod`` properties to PIT entries |
| 25 | (:issue:`4290`) |
| 26 | |
| 27 | - Prevent potential nullptr dereference in ``FaceManager`` (:issue:`4548`) |
| 28 | |
| 29 | - Enforce ``NameTree`` maximum depth universally (:issue:`4262`) |
| 30 | |
| 31 | - Correctly handle removed fragments in ``LpReliability`` (:issue:`4479`) |
| 32 | |
| 33 | - More hints, aliases, and visual improvements in ``nfdc`` command (:issue:`4498`) |
| 34 | |
| 35 | - Fix listing of face flags in the HTML status page produced by ``nfd-status-http-server`` |
| 36 | |
| 37 | - Upgrade build environment to latest version of ``waf`` and other improvements |
| 38 | |
Davide Pesavento | 9f6a7d9 | 2020-10-06 15:21:48 -0400 | [diff] [blame] | 39 | Removals |
| 40 | ^^^^^^^^ |
Alexander Afanasyev | 782a1d1 | 2018-05-02 16:23:26 -0400 | [diff] [blame] | 41 | |
| 42 | - ``onInterestUnsatisfied`` pipeline stage (:issue:`4290`) |