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. af1d6cf docs: remove GNU-style indentation of braces from code-style by Davide Pesavento · 7 years ago
  2. 1c597a1 net+util: fix build with gcc-7 by Davide Pesavento · 7 years ago
  3. 4f92d87 docs: amend code-style rule 3.4 by Junxiao Shi · 7 years ago
  4. bd2cedb docs: start license boilerplate with /* by Junxiao Shi · 7 years ago
  5. de2a1c2 code-style: don't suggest to use virtual with final and override by Davide Pesavento · 8 years ago
  6. aa82eb6 common: remove NDN_CXX_DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 8 years ago
  7. e6e6fde build: require gcc >= 4.8.2 and boost >= 1.54.0 by Davide Pesavento · 8 years ago
  8. bbca1b9 docs: remove code style rule 3.11 by Davide Pesavento · 9 years ago
  9. cd183d2 docs: catch exceptions by reference-to-const in code style examples by Davide Pesavento · 9 years ago
  10. 3aa4f41 code-style: new style for switch statement by Wentao Shang · 9 years ago
  11. 0d2ed2e Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  12. a76bbc9 code-style: override and final specifiers by Junxiao Shi · 9 years ago
  13. 8b12a5a code-style: list initialization by Junxiao Shi · 10 years ago
  14. c0a8c3b code-style: auto type specifier by Junxiao Shi · 10 years ago
  15. 28af1dc code-style: correct section 1 heading by Junxiao Shi · 10 years ago
  16. cf69818 code-style: add rule for lambda expression by Junxiao Shi · 10 years ago
  17. ae61aac code-style: prefer BOOST_ASSERT and static_assert by Junxiao Shi · 10 years ago
  18. 45c1384 code-style: add rule for range-based for by Junxiao Shi · 10 years ago
  19. 03b15b3 docs: amend code style rule for null pointers by Junxiao Shi · 10 years ago
  20. dfa52c4 docs: Updating documentation and license boilerplates in all files by Alexander Afanasyev · 10 years ago
  21. 766cea7 ====== Renaming library to ndn-cxx ====== by Alexander Afanasyev · 10 years ago
  22. 3aeeaeb docs: Adding coding style document and other small updates by Alexander Afanasyev · 10 years ago