blob: f3001d1120cb301268a30720a538fb38526f7518 [file] [log] [blame]
Alexander Afanasyev2e52d7c2016-03-24 13:13:11 -07001ndn-cxx version 0.4.1
2---------------------
3
4Release date: March 25, 2016
5
6Changes since version 0.4.0:
7
8Improvements and bug fixes:
9^^^^^^^^^^^^^^^^^^^^^^^^^^^
10
11- Improved support for ECDSA signatures (:issue:`3438`, :issue:`3439`)
12
13- Support for MustBeFresh selector processing in InMemoryStorage (:issue:`3274`)
14
15- Use InMemoryStorage for StatusDataset and Notification produced by managers based on
16 Dispatcher class (:issue:`2182`)
17
18Removed:
19^^^^^^^^
20
21- Deprecated ``tlvdump`` command-line tool (use ``ndn-dissect`` tool from `NDN Essential Tools
22 <https://github.com/named-data/ndn-tools>`__ instead
23
24Planned features for future releases:
25^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
26
27- Introduce new API to simplify security transformations (:issue:`3009`)
28
29- NDN trust schema as a description of application trust model, which can help automate data
30 and interest packet signing and authentication (:issue:`2829`)
31
32- Refactored KeyChain abstraction (:issue:`2926`)