Skip to content
NFD version 0.6.5

Note that this is the last release that encodes to NDN packet format
version 0.2.1. A future release will continue to decode v0.2.1 format,
but will encode to v0.3 format.

New features
============

- Self-learning forwarding strategy (4279)
- Support IPv6-only WebSocket channels (4710)
- Add satisfied and unsatisfied counters to forwarder status management
  and tools (4720)
- Report face MTU in faces/list and faces/query datasets (4763)

Improvements and bug fixes
==========================

- Stop using the global scheduler in RIB (4528)
- Reimplement auto prefix propagation on top of the readvertise
  framework (3819)
- Don't set SO_BINDTODEVICE on Android (4761)
- Set EthernetTransport UP/DOWN based on netif state (3352)
- Update WebSocket++ to 0.8.1
- Add EndpointId field in NextHop record (4284)
- Seed the global PRNG with more entropy
- Use ndn-cxx scheduler::ScopedEventId (4698)
- Improvements with systemd integration (2815)

Removed
=======

- Remove obsolete upstart files
- Delete deprecated ClientControlStrategy (3783)