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. b82d8c3 build: Add -isystem and set specialized flags as a last configuration step by Alexander Afanasyev · 7 years ago
  2. 88a0d81 Add -Wextra-semi -Wundefined-func-template to the default CXXFLAGS by Davide Pesavento · 7 years ago
  3. 724d65a build: explicitly require clang >= 3.4 by Davide Pesavento · 7 years ago
  4. 37271c5 build: use gold linker and enable linker optimizations by Davide Pesavento · 7 years ago
  5. f714c1f build: use -Og with clang as well by Davide Pesavento · 7 years ago
  6. 7f20d6e build+src: mark destructor virtual in classes with virtual functions by Davide Pesavento · 8 years ago
  7. 465c973 build: Do not fail the build in debug mode when using deprecated declarations by Alexander Afanasyev · 8 years ago
  8. 1349d2d build: add waf-tool to simplify building with AddressSanitizer & friends by Davide Pesavento · 8 years ago
  9. e6e6fde build: require gcc >= 4.8.2 and boost >= 1.54.0 by Davide Pesavento · 8 years ago
  10. efa22d6 build: Do not fail build when -Winfinite-recursion warning is generated by Alexander Afanasyev · 9 years ago
  11. 7c02b47 build: enable -Wextra by default by Davide Pesavento · 9 years ago
  12. b1ba3e0 build: downgrade keyword-macro from an error to a warning with clang by Junxiao Shi · 9 years ago
  13. d06ea05 build: disable clang's unused-local-typedef warning by Davide Pesavento · 9 years ago
  14. 1aafba4 build: Minor fix of default-compiler-flags tool by Davide Pesavento · 9 years ago
  15. 0dcb6a2 build: Update waf to version 1.8.8-dev (with custom patches) by Alexander Afanasyev · 9 years ago
  16. 3e7d2ac build: Explicitly define _GLIBCXX_USE_NANOSLEEP if gcc < 4.8 is used by Alexander Afanasyev · 10 years ago
  17. c940f4b build: Update waf to 1.8.5-dev by Alexander Afanasyev · 10 years ago
  18. e3d6266 build: Fix bug in default-compiler-flags.py by Stephen McQuistin · 10 years ago
  19. 0151579 build: Several updates of the build scripts by Alexander Afanasyev · 10 years ago
  20. dfe9c6b Always build in C++11 mode. by Davide Pesavento · 10 years ago
  21. 34e378c build: Do not warn about C99 extensions by Alexander Afanasyev · 10 years ago
  22. b578ab3 build: Disable `unneeded-internal-declaration` warning by Alexander Afanasyev · 10 years ago
  23. 46ffa69 build: downgrade maybe-uninitialized from an error to a warning by Junxiao Shi · 10 years ago
  24. b67090a build+tests: Fixing c++11 mode compilation and correcting integrated test with faces by Alexander Afanasyev · 10 years ago
  25. 3e6a98e build: Adding `-Werror` during compiler flag detection phase by Alexander Afanasyev · 10 years ago
  26. 766cea7 ====== Renaming library to ndn-cxx ====== by Alexander Afanasyev · 10 years ago
  27. 1160baa build: Reorganizing wscript into a set smaller function-specific scripts by Alexander Afanasyev · 10 years ago
  28. b78bc4d build: add -std=c++03 (in non C++11 mode) and -pedantic to the default CXXFLAGS by Alexander Afanasyev · 10 years ago
  29. 482ccc5 build: suppress CryptoPP warnings by Junxiao Shi · 10 years ago
  30. 5e1288e docs: Updated installation instructions, AUTHORs, and other small updates by Alexander Afanasyev · 10 years ago