Alexander Afanasyev | 77cddbc | 2019-01-28 14:38:16 -0500 | [diff] [blame] | 1 | NFD version 0.6.5 |
| 2 | ----------------- |
| 3 | |
| 4 | Release date: February 4, 2019 |
| 5 | |
Alexander Afanasyev | 77cddbc | 2019-01-28 14:38:16 -0500 | [diff] [blame] | 6 | New 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 | |
| 17 | Improvements 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 | |
| 38 | Removed |
| 39 | ^^^^^^^ |
| 40 | |
| 41 | - Remove obsolete upstart files |
| 42 | |
| 43 | - Delete deprecated ``ClientControlStrategy`` (:issue:`3783`) |