blob: c75afd058b49d7c5f5e38b6e9576e9fa1400ce2c [file] [log] [blame]
Alexander Afanasyev58d479c2016-03-24 13:56:55 -07001NFD version 0.4.1
2-----------------
3
4Release date: March 25, 2016
5
6Changes since version 0.4.0:
7
Davide Pesavento9f6a7d92020-10-06 15:21:48 -04008Improvements and bug fixes
9^^^^^^^^^^^^^^^^^^^^^^^^^^
Alexander Afanasyev58d479c2016-03-24 13:56:55 -070010
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
Davide Pesavento9f6a7d92020-10-06 15:21:48 -040026Removals
Alexander Afanasyev58d479c2016-03-24 13:56:55 -070027^^^^^^^^
28
29- ``ndn-tlv-peek`` and ``ndn-tlv-poke`` command-line tools: use ``ndnpeek`` and ``ndnpoke``
Davide Pesavento9f6a7d92020-10-06 15:21:48 -040030 programs from the `NDN Essential Tools repository <https://github.com/named-data/ndn-tools>`__
Alexander Afanasyev58d479c2016-03-24 13:56:55 -070031 (:issue:`2819`)