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. 0f83080 util: add literal operators for duration types by Davide Pesavento · 7 years ago
  2. 5d0b010 encoding: remove duplicate buf() and get() methods from Buffer class by Davide Pesavento · 7 years ago
  3. 605671d signature: disallow encoding invalid SignatureInfo by Junxiao Shi · 7 years ago
  4. adc7184 security: Remove old security framework by Alexander Afanasyev · 8 years ago
  5. 6938e34 util: rename digest.hpp to sha256.hpp by Junxiao Shi · 7 years ago
  6. 81206d5 data: reorganize code and test cases by Junxiao Shi · 7 years ago
  7. c2e12b4 tests: eliminate cryptopp use from TestData by Davide Pesavento · 7 years ago
  8. e6835fe Remove previously deprecated headers, methods, and constants by Alexander Afanasyev · 8 years ago
  9. 4c9a3d5 security: Move KeyChain to security::v1 namespace and deprecated it by Alexander Afanasyev · 8 years ago
  10. eee3e82 tests: respect naming conventions and improve nesting of some test suites by Davide Pesavento · 8 years ago
  11. 2fa5939 security: Reorganizing source code to prepare for support of two version of NDN certificates by Alexander Afanasyev · 8 years ago
  12. e4f8c3b tests: Enable isolation of KeyChain during run of unit/integrated tests by Alexander Afanasyev · 8 years ago
  13. 4b46998 lp: IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  14. d5c48e0 encoding: Improving structure and documentation of block helpers by Alexander Afanasyev · 9 years ago
  15. 1b0311c security: New generalized signing API in KeyChain by Yingdi Yu · 9 years ago
  16. 429634f tests: Change to updated naming conventions by Spyridon Mastorakis · 10 years ago[Renamed (99%) from tests/unit-tests/test-data.cpp]
  17. c759a20 management: add CachingPolicy to LocalControlHeader by Jiewen Tan · 10 years ago
  18. a464b92 meta-info: deprecate MetaInfo::TYPE_* constants by Junxiao Shi · 10 years ago
  19. afee0a5 data: Enable use of ImplicitSha256Digest component in Data::getFullName by Alexander Afanasyev · 10 years ago
  20. c2b8d24 base: ensure Element::Error inherits from tlv::Error by Junxiao Shi · 10 years ago
  21. ca7ea70 meta-info: Add support for application-defined meta information blocks by Shock Jiang · 10 years ago
  22. 54ce668 all: rename Tlv namespace to tlv for consistency by Steve DiBenedetto · 10 years ago
  23. a0c5f83 data+interest: Fixing operator<< by Alexander Afanasyev · 10 years ago
  24. bf6a281 security: rename SignatureSha256 to DigestSha256 by Yingdi Yu · 10 years ago
  25. 3b70310 data: Implementing Data::getFullName() method to get Data packet name with implicit digest by Alexander Afanasyev · 10 years ago
  26. 8b1674a build: Reviving support for precompiled headers by Alexander Afanasyev · 10 years ago[Renamed from tests/test-data.cpp]
  27. c169a81 src: Switching to LGPL 3.0 license by Alexander Afanasyev · 10 years ago
  28. 258ec2b src: Refactoring common.hpp and minimizing exposed includes by Alexander Afanasyev · 10 years ago
  29. dfa52c4 docs: Updating documentation and license boilerplates in all files by Alexander Afanasyev · 10 years ago
  30. ff2d08f data+interest+selectors+meta-info+signature: Implementing EqualityComparable concept by Alexander Afanasyev · 10 years ago
  31. b1db7c6 build: Warnings correction for gcc 4.2 by Alexander Afanasyev · 10 years ago
  32. 482ccc5 build: suppress CryptoPP warnings by Junxiao Shi · 10 years ago
  33. aa0e7da all: Refactoring work with time using boost::chrono by Alexander Afanasyev · 11 years ago
  34. 9cbf70a helpers: Several optimizations with command interest helpers by Alexander Afanasyev · 11 years ago
  35. 4b45628 tlv: Another set of changes to update TLV type re-assignment by Alexander Afanasyev · 11 years ago
  36. 95b0e34 data: Implementing FinalBlockId in Data packet's MetaInfo section by Alexander Afanasyev · 11 years ago
  37. 6835ad8 tlv: !!! MAJOR CHANGE !!! Changed TLV codes by Alexander Afanasyev · 11 years ago[Renamed (87%) from tests/test-encode-decode-data.cpp]
  38. c8823bc face: Refactored code to set interest filter by Alexander Afanasyev · 11 years ago
  39. 0abb2da tests: Do not use ``using namespace ndn'' and defining all tests in ndn namespace by Alexander Afanasyev · 11 years ago
  40. 09c613f src: Another round of source updates: moving all headers close to implementation files by Alexander Afanasyev · 11 years ago
  41. d409d59 build: Finalizing waf building system (removing legacy code) by Alexander Afanasyev · 11 years ago[Renamed from tests_boost/test-encode-decode-data.cpp]
  42. 3222fed ci: Make sure notifications are always sent after successful and failed build by Alexander Afanasyev · 11 years ago