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. 45312f5 docs+build: Prepare release of version 0.4.0 by Alexander Afanasyev · 9 years ago ndn-cxx-0.4.0-beta1 ndn-cxx-0.4.0-rc1
  2. cd183d2 docs: catch exceptions by reference-to-const in code style examples by Davide Pesavento · 9 years ago
  3. f2a4622 docs: API documentation fixes by Alexander Afanasyev · 9 years ago
  4. 6fa5297 docs+build: Prepare release of version 0.3.4 by Alexander Afanasyev · 9 years ago ndn-cxx-0.3.4
  5. 3aa4f41 code-style: new style for switch statement by Wentao Shang · 9 years ago
  6. 0d2ed2e Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  7. fba8a63 doc: certificate format by Yingdi Yu · 9 years ago
  8. 5ebfda6 build: Compile as shared library by default by Spyridon Mastorakis · 9 years ago
  9. 069db08 doc: Correction of a few typos in the release notes by Alexander Afanasyev · 9 years ago
  10. 2d6954c docs+build: Prepare release of version 0.3.3 by Alexander Afanasyev · 9 years ago ndn-cxx-0.3.3
  11. fa2128d docs: move Manpages to top-level of documentation hierarchy by Junxiao Shi · 9 years ago
  12. 7ed2943 docs: Update installation instructions for shared library by Alexander Afanasyev · 9 years ago
  13. 5208d0e docs: Update client.conf manpage by Alexander Afanasyev · 9 years ago
  14. cbf054d docs+build: Prepare release of version 0.3.2 by Alexander Afanasyev · 9 years ago ndn-cxx-0.3.2
  15. a76bbc9 code-style: override and final specifiers by Junxiao Shi · 9 years ago
  16. ed545b3 docs: Prepare release notes for version 0.3.1 by Alexander Afanasyev · 9 years ago
  17. 190bee2 docs: remind user to reinstall ports after OSX upgrade by Junxiao Shi · 9 years ago
  18. e9c3db3 docs: correct function names in security library tutorial by Junxiao Shi · 9 years ago
  19. 5946ed1 docs: Prepare release notes for version 0.3.0 by Alexander Afanasyev · 10 years ago ndn-cxx-0.3.0
  20. 9fcc24f docs: improve example applications by Steve DiBenedetto · 10 years ago
  21. ba1a4a9 docs: Documentation update by Ivan Yeo · 10 years ago
  22. 6147ef4 tools: ndnsec-delete reports success or failure by Yingdi Yu · 10 years ago
  23. 0151579 build: Several updates of the build scripts by Alexander Afanasyev · 10 years ago
  24. 7d8644a tools: Allow ndnsec-key-gen to generate ECDSA keys by Yingdi Yu · 10 years ago
  25. 2a047eb tools: Allow generation of DSK using ndnsec-key-gen by Alexander Afanasyev · 10 years ago
  26. ace7445 tools: Enable ndnsec-dsk-gen by Alexander Afanasyev · 10 years ago
  27. e04bd83 docs: memory needed for efficient compilation by Junxiao Shi · 10 years ago
  28. 8b12a5a code-style: list initialization by Junxiao Shi · 10 years ago
  29. c0a8c3b code-style: auto type specifier by Junxiao Shi · 10 years ago
  30. 28af1dc code-style: correct section 1 heading by Junxiao Shi · 10 years ago
  31. cf69818 code-style: add rule for lambda expression by Junxiao Shi · 10 years ago
  32. ae61aac code-style: prefer BOOST_ASSERT and static_assert by Junxiao Shi · 10 years ago
  33. 45c1384 code-style: add rule for range-based for by Junxiao Shi · 10 years ago
  34. 03b15b3 docs: amend code style rule for null pointers by Junxiao Shi · 10 years ago
  35. bff3f7f doc: rename manpage of client.conf to ndn-client.conf by Yingdi Yu · 10 years ago
  36. 4e99f53 docs: Update of tutorials and other minor fixes by Yingdi Yu · 10 years ago
  37. 2603cca docs: Update google analytics code by Alexander Afanasyev · 10 years ago
  38. ec0499f docs: Updated release notes by Alexander Afanasyev · 10 years ago ndn-cxx-0.2.0
  39. a4ebb92 docs: License statement correction by Alexander Afanasyev · 10 years ago
  40. d36dd55 docs: Adding release notes and bumping up version to 0.2.0 by Alexander Afanasyev · 10 years ago ndn-cxx-0.2.0-rc1
  41. 5ec0ee3 security: Support ECDSA verification in all related classes. by Yingdi Yu · 10 years ago
  42. 5edf97d tools: ndnsec-cert-revoke command by Yingdi Yu · 10 years ago
  43. 0eb5d72 security+tools: Allow user to explicitly specify the cert name prefix before 'KEY' component in ndnsec-certgen by Yingdi Yu · 10 years ago
  44. b465065 security: Add 'type dir' trust-anchor in ValidatorConfig by Yingdi Yu · 10 years ago
  45. c8bcd45 build: Disable building examples by default by Alexander Afanasyev · 10 years ago
  46. fff47d6 build: Add optional pthread flag when detecting Crypto++ by Alexander Afanasyev · 10 years ago
  47. 9b0e114 docs: Updating documentation for 0.1.0 release by Alexander Afanasyev · 10 years ago
  48. abaab52 docs: Small updates and visual improvements of resulting HTML by Alexander Afanasyev · 10 years ago
  49. 42464b1 docs: Removing references to non-existing manpages in sphinx config by Alexander Afanasyev · 10 years ago
  50. c5fdfe7 docs: RELEASE NOTES update by Lixia Zhang · 10 years ago
  51. c5452c5 docs: RELEASE NOTES for version 0.1.0 and update README by Alexander Afanasyev · 10 years ago
  52. a06fdda src: Centralize version number by Alexander Afanasyev · 10 years ago
  53. 44d190c security: Add 'type any' for trust-anchor in ValidatorConfig by Yingdi Yu · 10 years ago
  54. dfa52c4 docs: Updating documentation and license boilerplates in all files by Alexander Afanasyev · 10 years ago
  55. 766cea7 ====== Renaming library to ndn-cxx ====== by Alexander Afanasyev · 10 years ago
  56. 3aeeaeb docs: Adding coding style document and other small updates by Alexander Afanasyev · 10 years ago
  57. 691c3ce face: Adding new constructors that accept reference to io_service object by Alexander Afanasyev · 10 years ago
  58. 151a855 docs: Extending documentation and manpages by Alexander Afanasyev · 10 years ago
  59. 7c6aeb0 docs: Importing initial set of library documentation from wiki by Alexander Afanasyev · 10 years ago
  60. 401a236 build+docs: Updating doxygen target by Alexander Afanasyev · 10 years ago