blob: 95b4079f6580c18e75c9addca140f591b6a0c199 [file] [log] [blame]
Alexander Afanasyev77cddbc2019-01-28 14:38:16 -05001NFD version 0.6.5
2-----------------
3
4Release date: February 4, 2019
5
6Note that this is the last release that encodes to `NDN packet format version 0.2.1
7<https://named-data.net/doc/NDN-packet-spec/0.2.1/>`__. A future release will continue to
8decode v0.2.1 format, but will encode to `v0.3 format
9<https://named-data.net/doc/NDN-packet-spec/0.3/>`__.
10
11New features
12^^^^^^^^^^^^
13
14- Self-learning forwarding strategy (:issue:`4279`)
15
16- Support IPv6-only WebSocket channels (:issue:`4710`)
17
18- Add satisfied and unsatisfied counters to forwarder status management and tools (:issue:`4720`)
19
20- Report face MTU in faces/list and faces/query datasets (:issue:`4763`)
21
22Improvements and bug fixes
23^^^^^^^^^^^^^^^^^^^^^^^^^^
24
25- Stop using the global scheduler in RIB (:issue:`4528`)
26
27- Reimplement auto prefix propagation on top of the readvertise framework (:issue:`3819`)
28
29- Don't set ``SO_BINDTODEVICE`` on Android (:issue:`4761`)
30
31- Set ``EthernetTransport`` UP/DOWN based on netif state (:issue:`3352`)
32
33- Update WebSocket++ to 0.8.1
34
35- Add ``EndpointId`` field in ``NextHop`` record (:issue:`4284`)
36
37- Seed the global PRNG with more entropy
38
39- Use ndn-cxx ``scheduler::ScopedEventId`` (:issue:`4698`)
40
41- Improvements with systemd integration (:issue:`2815`)
42
43Removed
44^^^^^^^
45
46- Remove obsolete upstart files
47
48- Delete deprecated ``ClientControlStrategy`` (:issue:`3783`)