changelog

This commit is contained in:
Jack Robison 2017-09-28 16:36:49 -04:00
parent da6867203f
commit 5d94f76a1f
No known key found for this signature in database
GPG key ID: 284699E7404E3CFF
2 changed files with 1 additions and 8 deletions

View file

@ -13,9 +13,6 @@ at anytime.
*
### Fixed
*
*
* Fixed handling cancelled blob and availability requests
* Fixed redundant blob requests to a peer
* Fixed blob download history
@ -24,10 +21,6 @@ at anytime.
*
### Changed
*
*
* Announcing by head blob is turned on by default
* Updated reflector server dns
* Improved download analytics
* Improved download errors by distinguishing a data timeout from a sd timeout

View file

@ -1,6 +1,6 @@
import logging
__version__ = "0.16.2"
__version__ = "0.16.3rc1"
version = tuple(__version__.split('.'))
logging.getLogger(__name__).addHandler(logging.NullHandler())