Changes since version 0.3.3

Release date: August 31, 2015

New features:

- By default, library is now compiled as a shared library (Issue 2867)
- Specification for the new NDN certificate format. The reference
  implementation is being developed and will be merged in a future
  release. (Issue 2861)
- Add new ValidityPeriod abstraction into SignatureInfo (Issue 2868)
- Add new optional AdditionalInfo abstraction for SignatureInfo (Issue
  3058)
- Implementation of basic NDNLP2 abstractions (Issues 2875, 2878,
  2963, 2879)
- Face::registerPrefix and Face::setInterestFilter are now unified
  with the use of SigningInfo abstraction (Issue 2932)
- New Dispatcher class to simplify server-side implementation of NFD
  management protocol (Issue 2107)

Improvements and bug fixes:

- Fix compilation error with Boost 1.59 (Issue 3128)
- Enhance exception throwing with Boost Exception library (Issue 2997)
- Improvements of string helpers (Issue 3006)
- Add API in Block class to add sub-elements (Issue 2998)
- Add constructor to create sub-elements using the underlying
  buffer (Issue 3100)
- Fix bug in Block::remove, so it removes all sub-elements of the
  specified type (Issue 2998)
- Add ability to create util::Digest object from std::istream& (Issue 3022)

Deprecated:

- The following methods of CommandOptions class in favor of
  getSigningInfo and setSigningInfo methods (Issue 2893):
  - getSigningParamsKind
  - getSigningIdentity
  - getSigningCertificate
  - setSigningDefault
  - setSigningIdentity
  - setSigningCertificate
  - setSigningCertificate
- Overloads of Face::registerPrefix and Face::setInterestFilter that
  do not accept SigningInfo parameter (Issue 2932)

Upcoming features (partially implemented in development branches):

- Introduce new API to simplify security transformations (Issue 3009)
- NDN trust schema as a description of application trust model, which
  can help automate data and interest packet signing and
  authentication (Issue 2829)
- Refactored KeyChain abstraction (Issue 2926)
  1. 6fa5297 docs+build: Prepare release of version 0.3.4 by Alexander Afanasyev · 9 years ago ndn-cxx-0.3.4
  2. 5ebfda6 build: Compile as shared library by default by Spyridon Mastorakis · 9 years ago
  3. 2d6954c docs+build: Prepare release of version 0.3.3 by Alexander Afanasyev · 9 years ago ndn-cxx-0.3.3
  4. 5519cc7 build: Allow compilation as a shared library by Alexander Afanasyev · 9 years ago
  5. cbf054d docs+build: Prepare release of version 0.3.2 by Alexander Afanasyev · 9 years ago ndn-cxx-0.3.2
  6. a5c5a13 build: Update version number to 0.3.1 by Alexander Afanasyev · 9 years ago ndn-cxx-0.3.1
  7. 3e7d2ac build: Explicitly define _GLIBCXX_USE_NANOSLEEP if gcc < 4.8 is used by Alexander Afanasyev · 9 years ago
  8. 5946ed1 docs: Prepare release notes for version 0.3.0 by Alexander Afanasyev · 10 years ago ndn-cxx-0.3.0
  9. 7b3080f util: rtnetlink-based implementation of NetworkMonitor by Alexander Afanasyev · 9 years ago
  10. 3188c40f build: Fix misdetection of getpass by Alexander Afanasyev · 9 years ago
  11. a2ada22 src: Disable use of getpass() when it is not available by Alexander Afanasyev · 10 years ago
  12. 0151579 build: Several updates of the build scripts by Alexander Afanasyev · 10 years ago
  13. 0fa2845 wscript: don't install detail/*.hpp by Junxiao Shi · 10 years ago
  14. 8d71fdb util: Signal by Junxiao Shi · 10 years ago
  15. e30aaea wscript: don't install *-osx.hpp on non-OSX by Junxiao Shi · 10 years ago
  16. c97d5d4 encoding: ensure Buffer is move constructible and assignable by Junxiao Shi · 10 years ago
  17. f4f541f build: disable assertions in release builds by Junxiao Shi · 10 years ago
  18. 6c63230 build: Enable detailed version information when built from shallow clone or tarball by Alexander Afanasyev · 10 years ago
  19. dfe9c6b Always build in C++11 mode. by Davide Pesavento · 10 years ago
  20. 7508867 util: Redefine method for random number generation by Alexander Afanasyev · 10 years ago
  21. d36dd55 docs: Adding release notes and bumping up version to 0.2.0 by Alexander Afanasyev · 10 years ago ndn-cxx-0.2.0-rc1
  22. 8b1674a build: Reviving support for precompiled headers by Alexander Afanasyev · 10 years ago
  23. fc7d33a src: Removing deprecated logging facility by Alexander Afanasyev · 10 years ago
  24. c8bcd45 build: Disable building examples by default by Alexander Afanasyev · 10 years ago
  25. fff47d6 build: Add optional pthread flag when detecting Crypto++ by Alexander Afanasyev · 10 years ago
  26. cfe0b06 build: Changing the way version is managed by Alexander Afanasyev · 10 years ago ndn-cxx-0.1.0
  27. 9b0e114 docs: Updating documentation for 0.1.0 release by Alexander Afanasyev · 10 years ago
  28. a06fdda src: Centralize version number by Alexander Afanasyev · 10 years ago
  29. f56c68f security: Construct KeyChain from configuration file. by Yingdi Yu · 10 years ago
  30. 766cea7 ====== Renaming library to ndn-cxx ====== by Alexander Afanasyev · 10 years ago
  31. 95de62e build: Add missing shell detection by Alexander Afanasyev · 10 years ago
  32. 7c6aeb0 docs: Importing initial set of library documentation from wiki by Alexander Afanasyev · 10 years ago
  33. 1160baa build: Reorganizing wscript into a set smaller function-specific scripts by Alexander Afanasyev · 10 years ago
  34. b78bc4d build: add -std=c++03 (in non C++11 mode) and -pedantic to the default CXXFLAGS by Alexander Afanasyev · 10 years ago
  35. 59d67a5 build: Correction of OSX Security Framework detection by Alexander Afanasyev · 10 years ago
  36. 5e1288e docs: Updated installation instructions, AUTHORs, and other small updates by Alexander Afanasyev · 10 years ago
  37. 14f2df5 build: Updating --debug and CXXFLAGS behavior of wscript (same as in NFD) by Alexander Afanasyev · 10 years ago
  38. 1dd95c5 src: Enabling -Werror in debug mode and some style updates by Alexander Afanasyev · 10 years ago
  39. c07b3a2 util, transport: add configuration file support and make default unix socket configurable by Steve DiBenedetto · 10 years ago
  40. aa0e7da all: Refactoring work with time using boost::chrono by Alexander Afanasyev · 10 years ago
  41. dafdc37 build: Raising requirement for boost to be at least 1.48 by Alexander Afanasyev · 10 years ago
  42. 401a236 build+docs: Updating doxygen target by Alexander Afanasyev · 10 years ago
  43. f5df8e6 build: Extending wscript to enable coverage information with --with-coverage option by Alexander Afanasyev · 10 years ago
  44. 3e08d5d security: New --without-osx-keychain option to disable use of OSX Keychain as a default TPM on Darwin platform by Alexander Afanasyev · 10 years ago
  45. 88c6945 build: Add '-fPIC' compilation flag (if available) by Alexander Afanasyev · 10 years ago
  46. e2dcdfd build: Experimental support to build using precompiled headers by Alexander Afanasyev · 10 years ago
  47. 5b60f70 sqlite3: Enabling option to disable filesystem locking (POSIX advisory locks) by Alexander Afanasyev · 10 years ago
  48. e6bfab2 tools: Add security tools; Add waf build options for tools. by Yingdi Yu · 10 years ago
  49. 84cf429 pkgconfig: Update pkgconfig file to include -framework directives by Alexander Afanasyev · 10 years ago
  50. 5e97420 util: Adding regex support. by Yingdi Yu · 10 years ago
  51. c6d795f build: On my 12.04 Linux box librt required linking against pthread library by Alexander Afanasyev · 10 years ago
  52. 59efe10 build: Disabling shared library (only static library is compiled) and disabling installation of tests and examples by Alexander Afanasyev · 10 years ago
  53. dcab82c build: Fixing Linux compilation by Alexander Afanasyev · 10 years ago
  54. 1950885 build+src: Updating common.hpp to import (std|boost)::(shared_ptr|function|...) into ndn namespace by Alexander Afanasyev · 10 years ago
  55. 09c613f src: Another round of source updates: moving all headers close to implementation files by Alexander Afanasyev · 10 years ago
  56. 1e0a077 build: Fixing build and unit tests by Alexander Afanasyev · 10 years ago
  57. 200dd6f build: Finalizing build system conversion by Alexander Afanasyev · 10 years ago
  58. d409d59 build: Finalizing waf building system (removing legacy code) by Alexander Afanasyev · 10 years ago
  59. a1ae0a1 build: Adding waf as a build system by Alexander Afanasyev · 10 years ago