Alexander Afanasyev | 58d479c | 2016-03-24 13:56:55 -0700 | [diff] [blame] | 1 | NFD version 0.4.1 |
| 2 | ----------------- |
| 3 | |
| 4 | Release date: March 25, 2016 |
| 5 | |
| 6 | Changes since version 0.4.0: |
| 7 | |
| 8 | Updates and bug fixes: |
| 9 | ^^^^^^^^^^^^^^^^^^^^^^ |
| 10 | |
| 11 | - Fix retrieval of data using full names, i.e., names with the implicit digest (:issue:`3363`) |
| 12 | |
| 13 | - Fix PIT memory leak from duplicate Interests detected using DNL table (:issue:`3484`) |
| 14 | |
| 15 | - Fix crashes caused by some patterns of prefix registrations (:issue:`3404`, :issue:`3362`) |
| 16 | |
| 17 | - Allow setting CS capacity limit to zero (:issue:`3503`) |
| 18 | |
| 19 | - Improve Face (:issue:`3376`), UdpFactory (:issue:`3375`), UdpChannel (:issue:`3371`), |
| 20 | TcpChannel (:issue:`3370`), WebSocketChannel (:issue:`3373`), WebSocketTransport |
| 21 | (:issue:`3374`) test suites |
| 22 | |
| 23 | - Remove assumption from the management test suites that data packets are always published |
| 24 | in NFD's content store (:issue:`2182`) |
| 25 | |
| 26 | Deleted: |
| 27 | ^^^^^^^^ |
| 28 | |
| 29 | - ``ndn-tlv-peek`` and ``ndn-tlv-poke`` command-line tools: use ``ndnpeek`` and ``ndnpoke`` |
| 30 | programs from `NDN Essential Tools repository <https://github.com/named-data/ndn-tools>`__ |
| 31 | (:issue:`2819`) |