Changes since version 0.3.3

Release date: August 31, 2015

New features:

- By default, library is now compiled as a shared library (Issue 2867)
- Specification for the new NDN certificate format. The reference
  implementation is being developed and will be merged in a future
  release. (Issue 2861)
- Add new ValidityPeriod abstraction into SignatureInfo (Issue 2868)
- Add new optional AdditionalInfo abstraction for SignatureInfo (Issue
  3058)
- Implementation of basic NDNLP2 abstractions (Issues 2875, 2878,
  2963, 2879)
- Face::registerPrefix and Face::setInterestFilter are now unified
  with the use of SigningInfo abstraction (Issue 2932)
- New Dispatcher class to simplify server-side implementation of NFD
  management protocol (Issue 2107)

Improvements and bug fixes:

- Fix compilation error with Boost 1.59 (Issue 3128)
- Enhance exception throwing with Boost Exception library (Issue 2997)
- Improvements of string helpers (Issue 3006)
- Add API in Block class to add sub-elements (Issue 2998)
- Add constructor to create sub-elements using the underlying
  buffer (Issue 3100)
- Fix bug in Block::remove, so it removes all sub-elements of the
  specified type (Issue 2998)
- Add ability to create util::Digest object from std::istream& (Issue 3022)

Deprecated:

- The following methods of CommandOptions class in favor of
  getSigningInfo and setSigningInfo methods (Issue 2893):
  - getSigningParamsKind
  - getSigningIdentity
  - getSigningCertificate
  - setSigningDefault
  - setSigningIdentity
  - setSigningCertificate
  - setSigningCertificate
- Overloads of Face::registerPrefix and Face::setInterestFilter that
  do not accept SigningInfo parameter (Issue 2932)

Upcoming features (partially implemented in development branches):

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