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. 71c622b build: require clang >= 4.0, Xcode >= 9.0 by Davide Pesavento · 4 years, 5 months ago
  2. 64ae55d build: ensure /usr/local/include is treated as system include path on FreeBSD by Davide Pesavento · 6 years ago
  3. 52bc4e9 build: disable -Wmissing-braces with clang < 6.0 by Davide Pesavento · 6 years ago
  4. ca660f1 build: require clang >= 3.6 by Davide Pesavento · 6 years ago
  5. 1fd0024 build: switch to C++14 by Davide Pesavento · 6 years ago
  6. 844b093 build: require gcc >= 5.3, boost >= 1.58, openssl >= 1.0.2 by Davide Pesavento · 6 years ago
  7. 5560fd4 build: update waf to version 2.0.6 by Alexander Afanasyev · 7 years ago
  8. b82d8c3 build: Add -isystem and set specialized flags as a last configuration step by Alexander Afanasyev · 7 years ago
  9. 88a0d81 Add -Wextra-semi -Wundefined-func-template to the default CXXFLAGS by Davide Pesavento · 7 years ago
  10. 724d65a build: explicitly require clang >= 3.4 by Davide Pesavento · 7 years ago
  11. 37271c5 build: use gold linker and enable linker optimizations by Davide Pesavento · 7 years ago
  12. f714c1f build: use -Og with clang as well by Davide Pesavento · 7 years ago
  13. 7f20d6e build+src: mark destructor virtual in classes with virtual functions by Davide Pesavento · 8 years ago
  14. 465c973 build: Do not fail the build in debug mode when using deprecated declarations by Alexander Afanasyev · 8 years ago
  15. 1349d2d build: add waf-tool to simplify building with AddressSanitizer & friends by Davide Pesavento · 8 years ago
  16. e6e6fde build: require gcc >= 4.8.2 and boost >= 1.54.0 by Davide Pesavento · 8 years ago
  17. efa22d6 build: Do not fail build when -Winfinite-recursion warning is generated by Alexander Afanasyev · 9 years ago
  18. 7c02b47 build: enable -Wextra by default by Davide Pesavento · 9 years ago
  19. b1ba3e0 build: downgrade keyword-macro from an error to a warning with clang by Junxiao Shi · 9 years ago
  20. d06ea05 build: disable clang's unused-local-typedef warning by Davide Pesavento · 9 years ago
  21. 1aafba4 build: Minor fix of default-compiler-flags tool by Davide Pesavento · 9 years ago
  22. 0dcb6a2 build: Update waf to version 1.8.8-dev (with custom patches) by Alexander Afanasyev · 9 years ago
  23. 3e7d2ac build: Explicitly define _GLIBCXX_USE_NANOSLEEP if gcc < 4.8 is used by Alexander Afanasyev · 10 years ago
  24. c940f4b build: Update waf to 1.8.5-dev by Alexander Afanasyev · 10 years ago
  25. e3d6266 build: Fix bug in default-compiler-flags.py by Stephen McQuistin · 10 years ago
  26. 0151579 build: Several updates of the build scripts by Alexander Afanasyev · 10 years ago
  27. dfe9c6b Always build in C++11 mode. by Davide Pesavento · 10 years ago
  28. 34e378c build: Do not warn about C99 extensions by Alexander Afanasyev · 10 years ago
  29. b578ab3 build: Disable `unneeded-internal-declaration` warning by Alexander Afanasyev · 10 years ago
  30. 46ffa69 build: downgrade maybe-uninitialized from an error to a warning by Junxiao Shi · 10 years ago
  31. b67090a build+tests: Fixing c++11 mode compilation and correcting integrated test with faces by Alexander Afanasyev · 10 years ago
  32. 3e6a98e build: Adding `-Werror` during compiler flag detection phase by Alexander Afanasyev · 10 years ago
  33. 766cea7 ====== Renaming library to ndn-cxx ====== by Alexander Afanasyev · 10 years ago
  34. 1160baa build: Reorganizing wscript into a set smaller function-specific scripts by Alexander Afanasyev · 10 years ago
  35. b78bc4d build: add -std=c++03 (in non C++11 mode) and -pedantic to the default CXXFLAGS by Alexander Afanasyev · 10 years ago
  36. 482ccc5 build: suppress CryptoPP warnings by Junxiao Shi · 10 years ago
  37. 5e1288e docs: Updated installation instructions, AUTHORs, and other small updates by Alexander Afanasyev · 10 years ago