Skip to content

Commit

Permalink
Prepare 0.6.0 release
Browse files Browse the repository at this point in the history
Change-Id: I3475f8a5929e0d0672f89aa0a51c25c3880fb03f
  • Loading branch information
dulalsaurab committed Dec 28, 2021
1 parent 1d3c0a8 commit 90faa58
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,50 @@
Release Notes
=============

Mini-NDN version 0.6.0 (Major changes since version 0.5.0)
----------------------------------------------------------

**Breaking Changes**:

- Rewrite install script (`issue: 4630 <https://redmine.named-data.net/issues/4630>`__)

- Set dependency versions: PPA, git repository & commit
- Separate download and build+install steps
- Don't reinstall package if it's already installed
- More details `here <https://github.com/named-data/mini-ndn/blob/master/docs/install.rst>`__

- `Note: <https://redmine.named-data.net/issues/5161>`__ We have dropped support for python 2, the latest Mini-NDN requires at least python 3.0

**New features**:

- Update Mini-NDN codebase with Mini-NDN-Wifi code (`issue: 4858 <https://redmine.named-data.net/issues/4858>`__)

- Provide pre-built Mini-NDN Vagrant box and Docker container

- Added several new examples:

- consumer/producer
- ndnping
- traffic generator
- catchunks/putchunks

- Allow for creation of net object without topology (`issue: 5162 <https://redmine.named-data.net/issues/5162>`__)

**Improvements and Bug Fixes**:

- Support running NDN applications on mixed topologies (`issue: 5160 <https://redmine.named-data.net/issues/5160>`__)

- Support route addition using face-id in `Nfdc` helper (`issue: 5130 <https://redmine.named-data.net/issues/5130>`__)

- Add wrapper for `ndnpingserver` and fix passing the Mininet host object as a prefix on ndnpingclient

- Show status of route calculation in `NdnRoutingHelper`

- Incorporate changes of `NDNPing` Class (wrapper of pingserver and pingclient) in the examples

- Support simple topology files with no additional parameters


Mini-NDN version 0.5.0 (Major changes since version 0.4.0)
----------------------------------------------------------

Expand Down

0 comments on commit 90faa58

Please sign in to comment.