blob: a1e5f0c598353fe8d74687d27997d14cb318d1e5 [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
8Updates 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
26Deleted:
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`)