Prepare release 0.5.1

Change-Id: I6355c350822fa5de1f68db6d205ca2ba4044b0dc
This commit is contained in:
Alexander Afanasyev
2018-05-06 20:47:13 -07:00
parent e87d8e2c4a
commit e374e7000c
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -1,6 +1,15 @@
Release Notes
=============
## Version 0.5.1
- Fix forceful shutdown of `Face` when destructing `Logic` instance
(Issue #4525)
- Fix compilation against the latest version of ndn-cxx library
- Upgrade `waf` to the latest version and other improvements
## Version 0.5.0
- **Breaking change** Use bzip2 compression of sync Data payload (Issue #4140)
+1 -1
View File
@@ -1,6 +1,6 @@
# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
VERSION = '0.5.0'
VERSION = '0.5.1'
APPNAME = 'ChronoSync'
GIT_TAG_PREFIX = ''