ndn-cxx version 0.3.2

Release date: May 12, 2015

Changes since version 0.3.1:

New features

  • Add Link abstraction (issue #2587)

  • Add Link and SelectedDelegation fields to the Interest abstraction (issue #2587)

  • Initial implementation of several components for the upcoming PIB feature (issue #2451):

    • User-facing PIB implementation and implementation-specific PIB interface

    • In-memory PIB implementation

    • Define new abstraction for identity, key, and certificate

Updates and bug fixes

Deprecated

  • Block::fromBuffer overloads with output parameter (issue #2553)

Removed

  • Delete deprecated Controller functions:

    • Controller::start overloads, except the overload taking CommandOptions

    • Controller::Sign typedef

    • Controller::getDefaultCommandTimeout

    • ControlCommand::getPrefix

    • ControlCommand::getRequestName(ControlParameters)

    • Controller::Controller(Face&)