Actions
Task #3988
closedRemove deprecated methods, data structures, and enums
Start date:
03/07/2017
Due date:
% Done:
100%
Estimated time:
Description
The following (probably incompletely) list of previously deprecated elements to be removed:
- src/management/* headers
- src/security/cryptopp.hpp, src/security/identity-certificate.hpp, src/security/public-key.hpp
crypto::sha256
functionio::BASE_64
enum- ndn::OID
- NDN_MGMT_NFD_COMMAND_OPTIONS_KEEP_DEPRECATED_SIGNING_PARAMS
- ControlParameters::getLocalControlFeature
- #include "command-options.hpp" in control-command.cpp
- Scheduler::Event
- NDN_FACE_KEEP_DEPRECATED_REGISTRATION_SIGNING
- name::Component::toEscapedString
- Signature::Sha256, Signature::Sha256WithRsa, Signature::Sha256WithEcdsa
Updated by Junxiao Shi over 7 years ago
In FaceStatus
and ForwarderStatus
, delete nDatas
.
Updated by Davide Pesavento over 7 years ago
Junxiao Shi wrote:
In
FaceStatus
andForwarderStatus
, deletenDatas
.
No, we never released a version where nData
is present and nDatas
is deprecated, so it's too early to remove the latter.
Updated by Junxiao Shi over 7 years ago
Unlike most previous versions, v0.6.0 is a breaking release because of certificate format changes. Therefore, it's unnecessary to release a version with deprecated things before removing them.
Updated by Junxiao Shi over 7 years ago
- Status changed from Code review to Closed
Updated by Junxiao Shi over 7 years ago
- Blocks Bug #4088: Use of removed ndn-cxx identifiers added
Updated by Junxiao Shi over 7 years ago
- Blocks Task #4087: Urgent bugs caused by ndn-cxx change 3603 added
Updated by Junxiao Shi over 7 years ago
- Blocks Task #4086: Urgent bugs caused by ndn-cxx change 3603 added
Actions