Changes since version 0.3.0

Release date: March 3, 2015

New features:

- Management
  - Add isConnected() in signal::Connection and
    signal::ScopedConnection (Issue 2308)
  - Extend DummyClientFace to process LocalControlHeader (Issue 2510)
  - Add CachingPolicy to LocalControlHeader (Issue 2183)

Updates and bug fixes:

- Wire encoding
  - Refactoring of EncodingImpl class template (EncodingBuffer and
    EncodingEstimator) (Issue 2494, Issue 2490)
  - Change Block::fromBuffer return type (Issue 2553)
- Miscellaneous tools
  - Mark Digest<Hash>::operator== as unsuitable in a security
    sensitive context (Issue 2395)
  - Restrict destruction of Signal from handler (Issue 2313)
- Documentation
  - Correct function names in security library tutorial (Issue 2474)
  - Remind users to reinstall ports after OSX upgrade (Issue 2284)
- Tests
  - Fix global buffer overflow in ImplicitSha256Digest test case
    (Issue 2307)
  - Change naming conventions for unit test files and test suite
    names (Issue 2497)
- Build
  - Explicitly define _GLIBCXX_USE_NANOSLEEP, necessary for gcc <
    4.8 in some environments (Issue 2499)

Removed:

- Delete deprecated Block(std::istream&) constructor (Issue 2241)
- Delete deprecated ndn::ptr_lib, ndn::func_lib (Issue 2110)
- Delete deprecated MetaInfo::TYPE_* (Issue 2170)
  1. c89efb4 name: Deprecation of Name::set methods, move constructors to .cpp, and documentation update by Alexander Afanasyev · 10 years ago
  2. 429634f tests: Change to updated naming conventions by Spyridon Mastorakis · 10 years ago
  3. af99f46 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  4. 34a3763 security: Canonize PIB and TPM scheme names by Alexander Afanasyev · 10 years ago
  5. 0711380 security: Refactoring creation of SecPublicInfo and SecTpm during KeyChain creation by Alexander Afanasyev · 10 years ago
  6. 4154634 security: Pair-up Tpm and Pib in KeyChain by Yingdi Yu · 10 years ago
  7. a8659ff face: Make default transport configurable by Steve DiBenedetto · 10 years ago
  8. 6ab6781 security: Allow KeyChain to sign interest using SHA256 digest by Yingdi Yu · 10 years ago
  9. 3e8b52e tools: Allow verbose option in ndnsec-list/ndnsec-ls-identity command line tools by Yingdi Yu · 10 years ago
  10. 80979ba security: Handle certificate decoding error in validation process by Yingdi Yu · 10 years ago
  11. d3a55b2 tests: Converting test cases to use UnitTestClock by Alexander Afanasyev · 10 years ago
  12. 3b4c314 security: Display SignatureInfo when printing a certificate by Yingdi Yu · 10 years ago
  13. eabffdf tests: Fix issue with UnitTestClock-based event scheduling (extra sleep required) by Alexander Afanasyev · 10 years ago
  14. 72e4a5d tests: Rewrite SecurityTestCertificateCache test to use UnitTestClock by Alexander Afanasyev · 10 years ago
  15. e36322a security: get KeyDigest from PublicKey. by Yingdi Yu · 10 years ago
  16. 3ed09d0 tests: Manage identity/certificate creation in test cases through IdentityManagementFixture. by Yingdi Yu · 10 years ago
  17. d9715e3 tests: Add test suite shared identity management fixture by Yingdi Yu · 10 years ago
  18. 54ce668 all: rename Tlv namespace to tlv for consistency by Steve DiBenedetto · 10 years ago
  19. 1c6976d security: Fixing compilation errors and providing backward compatible interface for Signature* by Alexander Afanasyev · 10 years ago
  20. 4a55705 security: Update Signature abstraction to match 0.1.1 spec by Yingdi Yu · 10 years ago
  21. 9d9d599 security: Enable exporting/importing ECDSA key by Yingdi Yu · 10 years ago
  22. 5ec0ee3 security: Support ECDSA verification in all related classes. by Yingdi Yu · 10 years ago
  23. c8f883c security: Add ECDSA signature signing and validation by Yingdi Yu · 10 years ago
  24. 7036ce2 security: Add KeyParams to support multiple types of keys. by Yingdi Yu · 10 years ago
  25. 40b5309 security: Support KeyType in SecPublicInfo by Yingdi Yu · 10 years ago
  26. 0f5fb69 security: Include timestamp and nonce in signed interest and provide timestamp checking in ValidatorConf by Yingdi Yu · 10 years ago
  27. bf6a281 security: rename SignatureSha256 to DigestSha256 by Yingdi Yu · 10 years ago
  28. ebfa4cb security: Add SignatureSha256WithEcdsa by Yingdi Yu · 10 years ago
  29. 2620b1c security: Add key type in PublicKey (in order to support multiple signature type) by Yingdi Yu · 10 years ago
  30. 0eb5d72 security+tools: Allow user to explicitly specify the cert name prefix before 'KEY' component in ndnsec-certgen by Yingdi Yu · 10 years ago
  31. 24b75c8 src: Minor corrections and improvements by Alexander Afanasyev · 10 years ago
  32. 8b1674a build: Reviving support for precompiled headers by Alexander Afanasyev · 10 years ago