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