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)
build: Update version number to 0.3.1

Change-Id: Iebd1ef1cfdc95e9890e8a6017eb77be37aae6c93
Refs: #2588
1 file changed
tree: ce37d1a4b08a1fe7d032f23fb3eeb0d186cbea84
  1. .jenkins.d/
  2. .waf-tools/
  3. docs/
  4. examples/
  5. src/
  6. tests/
  7. tools/
  8. .gitignore
  9. .jenkins
  10. .travis.yml
  11. AUTHORS.md
  12. client.conf.sample
  13. COPYING.md
  14. libndn-cxx.pc.in
  15. README-dev.md
  16. README.md
  17. waf
  18. wscript
README.md

ndn-cxx: NDN C++ library with eXperimental eXtensions

ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:

See the file docs/INSTALL.rst for build and install instructions.

Please submit any bugs or issues to the ndn-cxx issue tracker: http://redmine.named-data.net/projects/ndn-cxx/issues

More documentation

Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/

License

ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md.