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. 9412d12 ci: update Travis-CI configuration by Davide Pesavento · 7 years ago
  2. 49650be ci: add Xcode 9.0 to Travis-CI build matrix by Davide Pesavento · 7 years ago
  3. bcf23a3 ci: add clang-5.0 build job to Travis-CI by Davide Pesavento · 7 years ago
  4. 3cf9078 ci: use two parallel build jobs on Travis-CI by Davide Pesavento · 7 years ago
  5. 364eeee ci: preserve PATH when running waf under sudo by Davide Pesavento · 7 years ago
  6. 7143048 ci: greatly expand Travis-CI build matrix by Davide Pesavento · 7 years ago
  7. 7399651 ci: Update version of macOS slave for Travis-CI by Alexander Afanasyev · 8 years ago
  8. f64a745 ci: set Travis CI Xcode version and update NODE_LABELS to 10.11 by Eric Newberry · 8 years ago
  9. 0934888 ci: sync jenkins script and travis config with NFD by Davide Pesavento · 8 years ago
  10. 077862e ci: Fix travis-CI build matrix by Alexander Afanasyev · 8 years ago
  11. ce306ca ci: Update Travis-CI to use Ubuntu Linux 14.04 (trusty) and OS X 10.9 VMs by Alexander Afanasyev · 9 years ago
  12. b346ddb ci: Updating Jenkins-CI and Travis-CI scripts by Alexander Afanasyev · 9 years ago
  13. a87e0a8 ci: Embedding CI build and test running script by Alexander Afanasyev · 10 years ago
  14. eb749fc ci: Remove ndnx-dev dependency from travis-ci script by Alexander Afanasyev · 10 years ago
  15. dafdc37 build: Raising requirement for boost to be at least 1.48 by Alexander Afanasyev · 10 years ago
  16. ad1baf6 ci: Travis-CI script update by Alexander Afanasyev · 10 years ago
  17. 90566dd ci: Fixing unit tests (unit test binary has changed paths) by Alexander Afanasyev · 10 years ago
  18. 1e0a077 build: Fixing build and unit tests by Alexander Afanasyev · 10 years ago
  19. 553d0c8 doc: Updating build instructions by Alexander Afanasyev · 10 years ago
  20. 3222fed ci: Make sure notifications are always sent after successful and failed build by Alexander Afanasyev · 10 years ago
  21. 20d2c58 transport: Implementing TcpTransport by Alexander Afanasyev · 10 years ago
  22. 9b18c56 build: Fix bug with enabling use of system-installed boost libraries by Alexander Afanasyev · 11 years ago
  23. b4500d9 ci: Adding simple script for travis-ci (continuous integration platform) by Alexander Afanasyev · 11 years ago