blob: cab63d157a5b6566975a17ebe9436f0cb1b273c6 [file] [log] [blame]
Alexander Afanasyev782a1d12018-05-02 16:23:26 -04001NFD version 0.6.2
2-----------------
3
4Release date: May 4, 2018
5
Davide Pesavento9f6a7d92020-10-06 15:21:48 -04006New features
7^^^^^^^^^^^^
Alexander Afanasyev782a1d12018-05-02 16:23:26 -04008
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
19Improvements 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 Pesavento9f6a7d92020-10-06 15:21:48 -040039Removals
40^^^^^^^^
Alexander Afanasyev782a1d12018-05-02 16:23:26 -040041
42- ``onInterestUnsatisfied`` pipeline stage (:issue:`4290`)