Alexander Afanasyev | 2e52d7c | 2016-03-24 13:13:11 -0700 | [diff] [blame] | 1 | ndn-cxx version 0.4.1 |
| 2 | --------------------- |
| 3 | |
| 4 | Release date: March 25, 2016 |
| 5 | |
| 6 | Changes since version 0.4.0: |
| 7 | |
Davide Pesavento | 933a567 | 2020-07-03 22:32:43 -0400 | [diff] [blame] | 8 | Improvements and bug fixes |
| 9 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
Alexander Afanasyev | 2e52d7c | 2016-03-24 13:13:11 -0700 | [diff] [blame] | 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 | |
Davide Pesavento | 933a567 | 2020-07-03 22:32:43 -0400 | [diff] [blame] | 18 | Removed |
| 19 | ^^^^^^^ |
Alexander Afanasyev | 2e52d7c | 2016-03-24 13:13:11 -0700 | [diff] [blame] | 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 | |
Davide Pesavento | 933a567 | 2020-07-03 22:32:43 -0400 | [diff] [blame] | 24 | Planned features for future releases |
| 25 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
Alexander Afanasyev | 2e52d7c | 2016-03-24 13:13:11 -0700 | [diff] [blame] | 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`) |