ndn-cxx version 0.6.1

New features:
-------------

- (potentially breaking change) expressInterest now by default
  loopbacks Interests to producer callbacks on the same Face. When
  undesired, use InterestFilter::allowLoopback(false) (Issue 3979)
- New signal in SegmentFetcher to notify retrieval of Data segments
  (Issue 4438)
- Initial support for the Content Store management protocol (Issue
  4050)
- Literal operators for time::duration types, such as 1_s, 42_ms,
  30_days (Issue 4468)
- Support for BLAKE2 hash function (requires OpenSSL >= 1.1.0)
- A escape() helper function complementing the existing unescape()
  (Issue 4484)

Improvements and bug fixes
--------------------------

- ndnsec key-gen command line now allows customization of key ID
  (Issue 4294)
- Fixed encoding of '~' and '+' in Component::toUri() (Issue 4484)
- Fixed handling of large dates when converting to/from string (Issues
  4478, 3915)
- Fixed error handling in KeyChain::importSafeBag() (Issue 4359)
- Fixed parsing of IPv6 addresses with scope-id (Issue 4474)
- io::load() now handles empty files properly (Issue 4434)
- Switched to using boost::asio::basic_waitable_timer (Issue 4431)
- Allow linking multiple DummyClientFace instances together to emulate
  a broadcast medium (Issue 3913)
- Fixed build when std::to_string is not available (Issue 4393)
- Avoid undefined behavior when casting to tlv::SignatureTypeValue
  (Issue 4370)
- Fixed compilation with Boost 1.66.0 (Issue 4422)
- Various documentation updates (Issues 3918, 4184, 4275)

Removed
-------

- Removed obsolete TLV-TYPE constants (Issues 4055, 3098, 3755)
  1. 935d7fe docs: update supported platforms for Ubuntu 17.10 and macOS 10.13 by Eric Newberry · 7 years ago
  2. c381bca Prepare 0.6.0 release by Alexander Afanasyev · 7 years ago ndn-cxx-0.6.0
  3. 006b7ce ci+docs: remove all references to cryptopp/crypto++ by Davide Pesavento · 7 years ago
  4. 0530b5b ci: speed up code-coverage jobs by Davide Pesavento · 8 years ago
  5. 848a1e6 tools: delete deprecated ndncatchunks3 and ndnputchunks3 by Davide Pesavento · 8 years ago
  6. 67cb75c ci: Add missing installation of openssl dependency by Alexander Afanasyev · 8 years ago
  7. e6e6fde build: require gcc >= 4.8.2 and boost >= 1.54.0 by Davide Pesavento · 8 years ago
  8. e11c8d8 docs+ci: Ubuntu 12.04 is no longer supported by Davide Pesavento · 8 years ago
  9. 606e665 tools: delete deprecated tlvdump by Davide Pesavento · 8 years ago
  10. 42db045 docs: update supported versions of Ubuntu by Eric Newberry · 9 years ago
  11. 5ebfda6 build: Compile as shared library by default by Spyridon Mastorakis · 9 years ago
  12. 7ed2943 docs: Update installation instructions for shared library by Alexander Afanasyev · 9 years ago
  13. 190bee2 docs: remind user to reinstall ports after OSX upgrade by Junxiao Shi · 10 years ago
  14. 5946ed1 docs: Prepare release notes for version 0.3.0 by Alexander Afanasyev · 10 years ago ndn-cxx-0.3.0
  15. ba1a4a9 docs: Documentation update by Ivan Yeo · 10 years ago
  16. 0151579 build: Several updates of the build scripts by Alexander Afanasyev · 10 years ago
  17. e04bd83 docs: memory needed for efficient compilation by Junxiao Shi · 10 years ago
  18. c8bcd45 build: Disable building examples by default by Alexander Afanasyev · 10 years ago
  19. 9b0e114 docs: Updating documentation for 0.1.0 release by Alexander Afanasyev · 10 years ago
  20. abaab52 docs: Small updates and visual improvements of resulting HTML by Alexander Afanasyev · 10 years ago
  21. c5452c5 docs: RELEASE NOTES for version 0.1.0 and update README by Alexander Afanasyev · 10 years ago