ndn-cxx version 0.6.5

Note that this is the last release that encodes to NDN packet format
version 0.2.1. A future release will continue to decode v0.2.1 format,
but will encode to v0.3 format.

New features
============

- More support for NDN packet format version 0.3 (4527)
  - Stop using ChildSelector in NotificationSubscriber (4664)
  - Stop using ChildSelector in CertificateBundleFetcher (4665)
- Support floating point numbers in TLV-VALUE (4612)
- Scoped prefix registration, scoped Interest filter, and scoped pending
  Interest (3919, 4316)
- Counters for satisfied and unsatisfied Interests in ForwarderStatus
  (4720)
- random::getRandomNumberEngine() in the public API
- MetadataObject class to encode/decode RDR-style metadata (4707)
- SegmentFetcher::stop() (4692)

Improvements and bug fixes
==========================

- Use openssl-based routines for the PKCS#8 decoding/decryption when
  exporting key from macOS Keychain (4450)
- Switch to AES-256 for private key encryption in PKCS #8 export
- Add exponential backoff in CertificateFetcherFromNetwork (4718, 4712)
- Throw exception when loading an orphaned ValidationPolicyConfig (API
  violation) (4758)
- Forbid unrecognized TLVs before Name (4667)
- Prevent memory pool size from becoming zero in InMemoryStorage (4769)
- Clean up fetchers when destructing nfd::Controller (4775)
- Fix SegmentFetcher undefined behavior caused by uncanceled pending
  interest (4770)
- Seed the PRNG with more entropy (4808)
- Stop accepting NonNegativeInteger as sequence number in NDNLP (4598)
- Backport C++17 std::any and std::variant as ndn::any and ndn::variant
- Reimplement scheduler::EventId with CancelHandle (4698)

Deprecated
==========

- ndn-cxx/util/scheduler-scoped-event-id.hpp header as it is now
  sufficient to use ndn-cxx/util/scheduler.hpp header (4698)
- Implicit conversion from nullptr to scheduler::EventId (4698)

Removed
=======

- ndn::ip::address{,V6}FromString
- SegmentFetcher::fetch (4464)
- {get,set}FinalBlockId()
- Headers that were already considered internal implementation details
  have been explicitly moved to a detail/ subdir to more clearly
  separate private and public headers
  1. b72360f Prepare release 0.6.5 by Alexander Afanasyev · 5 years ago ndn-cxx-0.6.5
  2. 534b841 docs: refresh installation instructions and general cleanup by Davide Pesavento · 6 years ago
  3. 24c5a00 impl: rename 'detail' to 'impl' by Junxiao Shi · 6 years ago
  4. 2c1d349 docs: display the full include path in doxygen by Davide Pesavento · 6 years ago
  5. 7e78064 Change #include style by Davide Pesavento · 6 years ago
  6. 1944281 Rename 'src' directory to 'ndn-cxx' by Davide Pesavento · 6 years ago
  7. a3bf431 Prepare release 0.6.3 by Alexander Afanasyev · 6 years ago ndn-cxx-0.6.3
  8. 4fc6db2 docs: Fix a typo by Sepehr Abdous · 6 years ago
  9. 68b5385 docs: update code-style rule 2.24 by Junxiao Shi · 6 years ago
  10. ca660f1 build: require clang >= 3.6 by Davide Pesavento · 6 years ago
  11. 634a62b tools: Allow specifying passphrase for ndnsec import/export in command line by Alexander Afanasyev · 6 years ago
  12. 436e46f docs: allow use of "Num" and "No" in entity number variable names by Eric Newberry · 6 years ago
  13. 1fd0024 build: switch to C++14 by Davide Pesavento · 6 years ago
  14. 844b093 build: require gcc >= 5.3, boost >= 1.58, openssl >= 1.0.2 by Davide Pesavento · 6 years ago
  15. d9b083e Prepare release 0.6.2 by Alexander Afanasyev · 6 years ago ndn-cxx-0.6.2
  16. 7c4ad51 docs: update list of supported platforms by Davide Pesavento · 6 years ago
  17. c6500a9 docs: only use sphinxcontrib-doxylink on Python 3 by Eric Newberry · 6 years ago
  18. 5560fd4 build: update waf to version 2.0.6 by Alexander Afanasyev · 6 years ago
  19. f47cef6 Prepare for 0.6.1 release by susmit · 6 years ago ndn-cxx-0.6.1
  20. fe13f56 docs: mention the contributing guide by Nick Gordon · 7 years ago
  21. af1d6cf docs: remove GNU-style indentation of braces from code-style by Davide Pesavento · 7 years ago
  22. 935d7fe docs: update supported platforms for Ubuntu 17.10 and macOS 10.13 by Eric Newberry · 7 years ago
  23. 57e238f docs: add a manpage for ndn-log by dmcoomes · 7 years ago
  24. 3647af0 docs: Fix wrong version number in the release notes by Alexander Afanasyev · 7 years ago
  25. c381bca Prepare 0.6.0 release by Alexander Afanasyev · 7 years ago ndn-cxx-0.6.0
  26. a52eb1f Reimplement DEPRECATED macro with C++ attributes by Davide Pesavento · 7 years ago
  27. 1c597a1 net+util: fix build with gcc-7 by Davide Pesavento · 7 years ago
  28. 476200b tools: delete -p in ndnsec-export/import help by Junxiao Shi · 7 years ago
  29. 006b7ce ci+docs: remove all references to cryptopp/crypto++ by Davide Pesavento · 7 years ago
  30. e5a19b8 security: Convert ValidatorConfig to ValidationPolicyConfig by Alexander Afanasyev · 7 years ago
  31. 88a0d81 Add -Wextra-semi -Wundefined-func-template to the default CXXFLAGS by Davide Pesavento · 7 years ago
  32. 4f92d87 docs: amend code-style rule 3.4 by Junxiao Shi · 7 years ago
  33. bd2cedb docs: start license boilerplate with /* by Junxiao Shi · 7 years ago
  34. ba4fbbe docs: update doxygen configuration by Davide Pesavento · 7 years ago
  35. 35109a1 tools: Convert ndnsec to v2::KeyChain by Alexander Afanasyev · 8 years ago
  36. aa8b378 docs: Prepare release 0.5.1 by Alexander Afanasyev · 8 years ago ndn-cxx-0.5.1
  37. 7e72141 security: Add v2::Validator implementation by Alexander Afanasyev · 8 years ago
  38. 609f061 security: Add CertificateCache by Qiuhan Ding · 9 years ago
  39. f4bb5c7 security: Add NDN Certificate 2.0 by Zhiyi Zhang · 9 years ago
  40. 8ac8754 docs: Fix typos in manpages by Niv Sardi · 8 years ago
  41. de2a1c2 code-style: don't suggest to use virtual with final and override by Davide Pesavento · 8 years ago
  42. 0530b5b ci: speed up code-coverage jobs by Davide Pesavento · 8 years ago
  43. ab9aad0 examples: handle Nack in consumer by Weiwei Liu · 8 years ago
  44. 4df2230 docs+build: Prepare for version 0.5.0 release by Alexander Afanasyev · 8 years ago ndn-cxx-0.5.0
  45. 848a1e6 tools: delete deprecated ndncatchunks3 and ndnputchunks3 by Davide Pesavento · 8 years ago
  46. 67fba7f docs: recommend not to share PIB/TPM directory between machines by Junxiao Shi · 8 years ago
  47. 5a67310 docs: Fix syntax for python3 by Alexander Afanasyev · 8 years ago
  48. 2fa5939 security: Reorganizing source code to prepare for support of two version of NDN certificates by Alexander Afanasyev · 8 years ago
  49. 7f8e8fe docs: update spec of certificate format 2.0 with IssuerId by Yingdi Yu · 9 years ago
  50. 55ea01a docs: spec of SafeBag format by Yingdi Yu · 9 years ago
  51. 044bb7e security: ValidatorConfig rule evaluates all checkers by Zhiyi Zhang · 8 years ago
  52. 6b872a9 docs: ndn-tlv-ping => ndn-tools in README by Junxiao Shi · 8 years ago
  53. 57e0036 face+security: Introduce environment variables to set/override transport, pib, and tpm configurations. by Alexander Afanasyev · 8 years ago
  54. 67cb75c ci: Add missing installation of openssl dependency by Alexander Afanasyev · 8 years ago
  55. aa82eb6 common: remove NDN_CXX_DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 8 years ago
  56. e6e6fde build: require gcc >= 4.8.2 and boost >= 1.54.0 by Davide Pesavento · 8 years ago
  57. e11c8d8 docs+ci: Ubuntu 12.04 is no longer supported by Davide Pesavento · 8 years ago
  58. 2e52d7c docs+build: Prepare release of version 0.4.1 by Alexander Afanasyev · 8 years ago feature-wifi ndn-cxx-0.4.1
  59. 606e665 tools: delete deprecated tlvdump by Davide Pesavento · 8 years ago
  60. ed2aeba docs+build: Prepare release of version 0.4.0 by Alexander Afanasyev · 9 years ago ndn-cxx-0.4.0
  61. bbca1b9 docs: remove code style rule 3.11 by Davide Pesavento · 9 years ago
  62. 42db045 docs: update supported versions of Ubuntu by Eric Newberry · 9 years ago
  63. 3507b55 docs+build: Prepare release of version 0.4.0 (beta2) by Alexander Afanasyev · 9 years ago ndn-cxx-0.4.0-beta2
  64. f8f63da tools: deprecate tlvdump by Junxiao Shi · 9 years ago
  65. 45312f5 docs+build: Prepare release of version 0.4.0 by Alexander Afanasyev · 9 years ago ndn-cxx-0.4.0-beta1 ndn-cxx-0.4.0-rc1
  66. cd183d2 docs: catch exceptions by reference-to-const in code style examples by Davide Pesavento · 9 years ago
  67. f2a4622 docs: API documentation fixes by Alexander Afanasyev · 9 years ago
  68. 6fa5297 docs+build: Prepare release of version 0.3.4 by Alexander Afanasyev · 9 years ago ndn-cxx-0.3.4
  69. 3aa4f41 code-style: new style for switch statement by Wentao Shang · 9 years ago
  70. 0d2ed2e Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  71. fba8a63 doc: certificate format by Yingdi Yu · 9 years ago
  72. 5ebfda6 build: Compile as shared library by default by Spyridon Mastorakis · 9 years ago
  73. 069db08 doc: Correction of a few typos in the release notes by Alexander Afanasyev · 9 years ago
  74. 2d6954c docs+build: Prepare release of version 0.3.3 by Alexander Afanasyev · 9 years ago ndn-cxx-0.3.3
  75. fa2128d docs: move Manpages to top-level of documentation hierarchy by Junxiao Shi · 9 years ago
  76. 7ed2943 docs: Update installation instructions for shared library by Alexander Afanasyev · 9 years ago
  77. 5208d0e docs: Update client.conf manpage by Alexander Afanasyev · 9 years ago
  78. cbf054d docs+build: Prepare release of version 0.3.2 by Alexander Afanasyev · 9 years ago ndn-cxx-0.3.2
  79. a76bbc9 code-style: override and final specifiers by Junxiao Shi · 9 years ago
  80. ed545b3 docs: Prepare release notes for version 0.3.1 by Alexander Afanasyev · 9 years ago
  81. 190bee2 docs: remind user to reinstall ports after OSX upgrade by Junxiao Shi · 9 years ago
  82. e9c3db3 docs: correct function names in security library tutorial by Junxiao Shi · 9 years ago
  83. 5946ed1 docs: Prepare release notes for version 0.3.0 by Alexander Afanasyev · 10 years ago ndn-cxx-0.3.0
  84. 9fcc24f docs: improve example applications by Steve DiBenedetto · 10 years ago
  85. ba1a4a9 docs: Documentation update by Ivan Yeo · 10 years ago
  86. 6147ef4 tools: ndnsec-delete reports success or failure by Yingdi Yu · 10 years ago
  87. 0151579 build: Several updates of the build scripts by Alexander Afanasyev · 10 years ago
  88. 7d8644a tools: Allow ndnsec-key-gen to generate ECDSA keys by Yingdi Yu · 10 years ago
  89. 2a047eb tools: Allow generation of DSK using ndnsec-key-gen by Alexander Afanasyev · 10 years ago
  90. ace7445 tools: Enable ndnsec-dsk-gen by Alexander Afanasyev · 10 years ago
  91. e04bd83 docs: memory needed for efficient compilation by Junxiao Shi · 10 years ago
  92. 8b12a5a code-style: list initialization by Junxiao Shi · 10 years ago
  93. c0a8c3b code-style: auto type specifier by Junxiao Shi · 10 years ago
  94. 28af1dc code-style: correct section 1 heading by Junxiao Shi · 10 years ago
  95. cf69818 code-style: add rule for lambda expression by Junxiao Shi · 10 years ago
  96. ae61aac code-style: prefer BOOST_ASSERT and static_assert by Junxiao Shi · 10 years ago
  97. 45c1384 code-style: add rule for range-based for by Junxiao Shi · 10 years ago
  98. 03b15b3 docs: amend code style rule for null pointers by Junxiao Shi · 10 years ago
  99. bff3f7f doc: rename manpage of client.conf to ndn-client.conf by Yingdi Yu · 10 years ago
  100. 4e99f53 docs: Update of tutorials and other minor fixes by Yingdi Yu · 10 years ago