blob: 643b789673513209df08f382f54dc9a0472d22a1 [file] [log] [blame]
Alexander Afanasyev782a1d12018-05-02 16:23:26 -04001NFD version 0.6.2
2-----------------
3
4Release date: May 4, 2018
5
6Note that this is the last release that process packets with [NDN packet format version
70.2.1](https://named-data.net/doc/NDN-packet-spec/0.2.1/) semantics. A future release will
8continue to decode v0.2.1 format, but will process packets with
9[v0.3](https://named-data.net/doc/NDN-packet-spec/0.3/) semantics.
10
11New features:
12^^^^^^^^^^^^^
13
14- ``afterContentStoreHit``, ``afterReceiveData`` strategy trigger (:issue:`4290`)
15
16- ``Cs::erase`` method and ``cs/erase`` management command (:issue:`4318`)
17
18- ``nfdc cs config`` to configure parameters of NFD Content Store at run time (:issue:`4050`)
19
20- Support for IPv6 subnets in white-/blacklists of NFD config file (:issue:`4546`)
21
22- Configurable IP subnets for "local" TCP faces (:issue:`4546`)
23
24Improvements and bug fixes
25^^^^^^^^^^^^^^^^^^^^^^^^^^
26
27- Replace PIT straggler timer with a per-strategy decision (:issue:`4200`)
28
29- Add ``isSatisfied`` and ``dataFreshnessPeriod`` properties to PIT entries
30 (:issue:`4290`)
31
32- Prevent potential nullptr dereference in ``FaceManager`` (:issue:`4548`)
33
34- Enforce ``NameTree`` maximum depth universally (:issue:`4262`)
35
36- Correctly handle removed fragments in ``LpReliability`` (:issue:`4479`)
37
38- More hints, aliases, and visual improvements in ``nfdc`` command (:issue:`4498`)
39
40- Fix listing of face flags in the HTML status page produced by ``nfd-status-http-server``
41
42- Upgrade build environment to latest version of ``waf`` and other improvements
43
44Removals:
45~~~~~~~~~
46
47- ``onInterestUnsatisfied`` pipeline stage (:issue:`4290`)