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. 8d71fdb util: Signal by Junxiao Shi · 10 years ago
  2. a4c5048 util: ensure concepts.hpp can compile on its own by Junxiao Shi · 10 years ago
  3. bbb31f9 util: Exposing IndentedStream class as part of public API by Alexander Afanasyev · 10 years ago
  4. dfb8a61 util: specialize std::hash<> for ethernet::Address by Davide Pesavento · 10 years ago
  5. d3a55b2 tests: Converting test cases to use UnitTestClock by Alexander Afanasyev · 10 years ago
  6. a60d936 util: make DummyClientFace public API by Junxiao Shi · 10 years ago
  7. eabffdf tests: Fix issue with UnitTestClock-based event scheduling (extra sleep required) by Alexander Afanasyev · 10 years ago
  8. 85b17b8 time: Add ability to specialize system and steady clocks by Alexander Afanasyev · 10 years ago
  9. 95fdebe common.hpp: avoid conflict between std::placeholders and Boost placeholders by Junxiao Shi · 10 years ago
  10. 56860f5 interest: Updating Interest::matchesData to use ImplicitSha256DigestComponent by Alexander Afanasyev · 10 years ago
  11. afee0a5 data: Enable use of ImplicitSha256Digest component in Data::getFullName by Alexander Afanasyev · 10 years ago
  12. 51dc2ef util: use C++11 features in ethernet::Address class. by Davide Pesavento · 10 years ago
  13. 3ed09d0 tests: Manage identity/certificate creation in test cases through IdentityManagementFixture. by Yingdi Yu · 10 years ago
  14. d9715e3 tests: Add test suite shared identity management fixture by Yingdi Yu · 10 years ago
  15. 3ccc6f7 tests: Small corrections in cases by Alexander Afanasyev · 10 years ago
  16. 4083c8d util: FaceUri canonization for udp,tcp,ether by Junxiao Shi · 10 years ago
  17. 9913596 util: in-memory storage by Jiewen Tan · 10 years ago
  18. e3ef6ee util: Restore original copyright notice for the imported Ethernet and FaceUri files by Junxiao Shi · 10 years ago
  19. 77dcadd util: import Ethernet and FaceUri by Junxiao Shi · 10 years ago
  20. 7a6bb35 util: Add DNS resolver utility class by Vince Lehman · 10 years ago
  21. 9ad2d72 util: Add toString and operator<< for util::Digest by Yingdi Yu · 10 years ago
  22. de222c7 util: Add stateful digest by Yingdi Yu · 10 years ago
  23. f3cfab5 util: Implement helper class to fetch multi-segmented data by Alexander Afanasyev · 10 years ago
  24. 370d260 tests: Small correction to make test case more stable by Alexander Afanasyev · 10 years ago
  25. 680e77a util: Ensure ndn::RegexComponentMatcher works with Boost >= 1.56 by Alexander Afanasyev · 10 years ago
  26. 4abdbf1 util: Porting NotificationSubscriber, FaceMonitor, and NotificationStream from NFD by Alexander Afanasyev · 10 years ago
  27. fe14015 util: Add EventEmitter by Yingdi Yu · 10 years ago
  28. 7508867 util: Redefine method for random number generation by Alexander Afanasyev · 10 years ago
  29. 7ae4bf5 util: Introduce Scheduler::cancelAllEvents to cancel all previously scheduled events by Alexander Afanasyev · 10 years ago
  30. 72a1178 utils: Removing concept of periodic event from Scheduler by Alexander Afanasyev · 10 years ago
  31. 0f5fb69 security: Include timestamp and nonce in signed interest and provide timestamp checking in ValidatorConf by Yingdi Yu · 10 years ago
  32. 8b1674a build: Reviving support for precompiled headers by Alexander Afanasyev · 10 years ago