Prepare release 0.5

Change-Id: I196869398c577fb0f1c702218a22bc90dd0d3716
Refs: #4275
This commit is contained in:
Alexander Afanasyev
2017-10-16 16:40:31 -04:00
parent 11e74eb20f
commit eacd617151
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -1,6 +1,22 @@
Release Notes
=============
## Version 0.5
all:
- Switch to version 2 of certificates, `KeyChain`, and `Validator` (Issue #4089)
- Compilation fixes (Issue #4259)
peek:
- Convert use of `Link` into `ForwardingHint` (Issue #4055)
chunks:
- Make `ndnputchunks` display some output by default. A new `-q` flag makes output
completely silent, except for errors (Issue #4286)
- Refactor `ndnputchunks` options handling
- Reduce initial timeout of iterative version discovery in `ndncatchunks` (Issue #4291)
- Fix potential `ndncatchunks` crash on exit
## Version 0.4
**NOTE**
+1 -1
View File
@@ -1,6 +1,6 @@
# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
VERSION = '0.4'
VERSION = '0.5'
APPNAME = 'ndn-tools'
GIT_TAG_PREFIX = 'ndn-tools-'