Changes since version 0.3.4

  **NOTE**

  Version 0.4.0 introduces several breaking changes to API and wire
  format of management protocols

New features:

- (BREAKING CHANGE) LocalControlHeader for special signaling between
  application and NFD has been replaced with NDNLPv2 signaling
  (Issues 2879, 2930)
- NDNLPv2 Network NACK support in Face abstraction (Issue 2930)
- (BREAKING CHANGE) FacePersistency field added to API and wire format
  of ControlParameters abstraction (Issue 2991)
- (BREAKING CHANGE) NACK counters added to ForwarderStatus and
  FaceStatus datasets (Issue 3174)
- Backport C++14 std::make_unique (Issue 3093)
- Emulate std::to_string on platforms that do not provide it (Issue 2743)

Improvements and bug fixes:

- Fix bug causing failure of Face if there is a large delay between
  construction of Face and calling processEvents (Issues 2742, 2526)
- Cache Link object after the first call to getLink (Issue 3158)
- Minor documentation updates (Issues 3207, 3210, 3221)

Deprecated:

- Overloads of Face::registerPrefix and Face::setInterestFilter that
  do not accept SigningInfo parameter (Issue 2932)

Removed:

- Deprecated EventEmitter class (Issue 2351)

Planned features for future releases:

- Introduce new API to simplify security transformations (Issue 3009)
- NDN trust schema as a description of application trust model, which
  can help automate data and interest packet signing and
  authentication (Issue 2829)
- Refactored KeyChain abstraction (Issue 2926)
  1. b346ddb ci: Updating Jenkins-CI and Travis-CI scripts by Alexander Afanasyev · 9 years ago
  2. a87e0a8 ci: Embedding CI build and test running script by Alexander Afanasyev · 10 years ago
  3. eb749fc ci: Remove ndnx-dev dependency from travis-ci script by Alexander Afanasyev · 10 years ago
  4. dafdc37 build: Raising requirement for boost to be at least 1.48 by Alexander Afanasyev · 10 years ago
  5. ad1baf6 ci: Travis-CI script update by Alexander Afanasyev · 10 years ago
  6. 90566dd ci: Fixing unit tests (unit test binary has changed paths) by Alexander Afanasyev · 10 years ago
  7. 1e0a077 build: Fixing build and unit tests by Alexander Afanasyev · 10 years ago
  8. 553d0c8 doc: Updating build instructions by Alexander Afanasyev · 10 years ago
  9. 3222fed ci: Make sure notifications are always sent after successful and failed build by Alexander Afanasyev · 10 years ago
  10. 20d2c58 transport: Implementing TcpTransport by Alexander Afanasyev · 10 years ago
  11. 9b18c56 build: Fix bug with enabling use of system-installed boost libraries by Alexander Afanasyev · 10 years ago
  12. b4500d9 ci: Adding simple script for travis-ci (continuous integration platform) by Alexander Afanasyev · 11 years ago