ndn-cxx version 0.7.1

The build requirements have been increased to require Clang >= 4.0,
Xcode >= 9.0, and Python >= 3.6. Meanwhile, it is recommended to use GCC
>= 7.4.0 and Boost >= 1.65.1. This effectively drops official support
for Ubuntu 16.04 when using distribution-provided Boost packages --
ndn-cxx may still work on this platform, but we provide no official
support for it. Additionally, this release drops support for CentOS 7
and adds support for CentOS 8.

New features

- Signed Interests according to Packet Specification v0.3 (4804)
- Add "in-order" mode to SegmentFetcher and a corresponding signal
  that is emitted after each segment is received and validated in
  segment order. Segments that arrive out-of-order will be buffered
  internally until all earlier segments have arrived and passed
  validation.
- Allow KeyLocator to either identify the full name of a certificate,
  an unversioned certificate prefix, or the name of a public key
  (without issuer and version) (5115)
- Allow face MTU to be changed via management (5056)

Improvements and bug fixes

- Change default key type generated by ndnsec to ECDSA
- Use named curve when encoding ECDSA public keys (5037)
- Allow non-default key to be exported for an identity via
  ndnsec-export (5043)
- Fix spurious error message from ndnsec-key-gen when key-id is
  specified (5057)
- Provide more fine-grained choices for name::UriFormat (4777)
- Allow automatic log flushing to be disabled (3668)
- Avoid unnecessarily invalidating cached wire encodings of Data
  packets
- Correct extraction of signed portion of Data packets to be
  compatible with Packet Specification v0.3 (4583)
- Fix regression in CertificateBundleFetcher with FinalBlockId
  handling
- Improve error handling during TPM signing (4585, 5086)
- Correctly handle non-existent identity in
  PibImpl::setDefaultIdentity
- Fix incompatibility with time::toIsoString in Boost 1.73.0+
- Fix incompatibility with <version> header in C++20
- Various fixes for Android
- Various improvements to documentation, test suite structure, and
  authors list

Deprecations

- Deprecate old Signed Interest and Command Interest formats (4804)
- Deprecate Signature in favor of SignatureInfo in Data packets and
  certificates (4804)
- SignatureInfo::unsetKeyLocator and
  SignatureInfo::unsetValidityPeriod have been deprecated
- Header files under ndn/security/v2 have been moved into the main
  ndn/security directory

Removals

- Remove deprecated PendingInterestId, InterestFilterId, and
  RegisteredPrefixId (4885)
- Remove a number of long-deprecated functions and enums
  1. bdfb53a Prepare release 0.7.1 by Eric Newberry · 3 years, 10 months ago ndn-cxx-0.7.1
  2. 933a567 docs: fix syntax highlighting of code blocks by Davide Pesavento · 4 years, 1 month ago
  3. 71c622b build: require clang >= 4.0, Xcode >= 9.0 by Davide Pesavento · 4 years, 3 months ago
  4. 78338c5 build: recommend boost >= 1.65.1 by Davide Pesavento · 4 years, 3 months ago
  5. ab7300b ci+docs: minor cleanups by Davide Pesavento · 4 years, 4 months ago
  6. 2349e28 build: add CentOS 8 support; drop CentOS 7 by Davide Pesavento · 4 years, 4 months ago
  7. d776a93 build: switch to python3 by Davide Pesavento · 4 years, 4 months ago
  8. cf8ffd4 Prepare release 0.7.0 by Alexander Afanasyev · 4 years, 7 months ago ndn-cxx-0.7.0
  9. 0d748af Prepare release 0.6.6 by Alexander Afanasyev · 5 years ago ndn-cxx-0.6.6
  10. 534b841 docs: refresh installation instructions and general cleanup by Davide Pesavento · 6 years ago
  11. 4fc6db2 docs: Fix a typo by Sepehr Abdous · 6 years ago
  12. ca660f1 build: require clang >= 3.6 by Davide Pesavento · 6 years ago
  13. 844b093 build: require gcc >= 5.3, boost >= 1.58, openssl >= 1.0.2 by Davide Pesavento · 6 years ago
  14. 7c4ad51 docs: update list of supported platforms by Davide Pesavento · 6 years ago
  15. 935d7fe docs: update supported platforms for Ubuntu 17.10 and macOS 10.13 by Eric Newberry · 7 years ago
  16. c381bca Prepare 0.6.0 release by Alexander Afanasyev · 7 years ago ndn-cxx-0.6.0
  17. 006b7ce ci+docs: remove all references to cryptopp/crypto++ by Davide Pesavento · 7 years ago
  18. 0530b5b ci: speed up code-coverage jobs by Davide Pesavento · 8 years ago
  19. 848a1e6 tools: delete deprecated ndncatchunks3 and ndnputchunks3 by Davide Pesavento · 8 years ago
  20. 67cb75c ci: Add missing installation of openssl dependency by Alexander Afanasyev · 8 years ago
  21. e6e6fde build: require gcc >= 4.8.2 and boost >= 1.54.0 by Davide Pesavento · 8 years ago
  22. e11c8d8 docs+ci: Ubuntu 12.04 is no longer supported by Davide Pesavento · 8 years ago
  23. 606e665 tools: delete deprecated tlvdump by Davide Pesavento · 8 years ago
  24. 42db045 docs: update supported versions of Ubuntu by Eric Newberry · 9 years ago
  25. 5ebfda6 build: Compile as shared library by default by Spyridon Mastorakis · 9 years ago
  26. 7ed2943 docs: Update installation instructions for shared library by Alexander Afanasyev · 9 years ago
  27. 190bee2 docs: remind user to reinstall ports after OSX upgrade by Junxiao Shi · 9 years ago
  28. 5946ed1 docs: Prepare release notes for version 0.3.0 by Alexander Afanasyev · 10 years ago ndn-cxx-0.3.0
  29. ba1a4a9 docs: Documentation update by Ivan Yeo · 10 years ago
  30. 0151579 build: Several updates of the build scripts by Alexander Afanasyev · 10 years ago
  31. e04bd83 docs: memory needed for efficient compilation by Junxiao Shi · 10 years ago
  32. c8bcd45 build: Disable building examples by default by Alexander Afanasyev · 10 years ago
  33. 9b0e114 docs: Updating documentation for 0.1.0 release by Alexander Afanasyev · 10 years ago
  34. abaab52 docs: Small updates and visual improvements of resulting HTML by Alexander Afanasyev · 10 years ago
  35. c5452c5 docs: RELEASE NOTES for version 0.1.0 and update README by Alexander Afanasyev · 10 years ago