commit 019dfbaec0a40a914be496f66a8d32bcaf930a83 Author: juga0 juga@riseup.net Date: Mon Oct 29 19:23:50 2018 +0000
Release 1.0.0 --- CHANGELOG.md | 11 +++++++++++ sbws/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md index 29d0eeb..e83678b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
+## [1.0.0] - 2018-10-29 + +**Important changes**: + +- `generate` includes extra statistics header lines when the number of + eligible relays to include is less than the 60% of the network. + It does not include the relays' lines. +- Speed up `scanner` by disabling RTT measurements and waiting for + measurement threads before prioritizing again the list of relays to measure. + + ### Fixed
- Update python minimal version in setup (#28043) diff --git a/sbws/__init__.py b/sbws/__init__.py index dff0bb9..1f356cc 100644 --- a/sbws/__init__.py +++ b/sbws/__init__.py @@ -1 +1 @@ -__version__ = '0.8.1-dev0' +__version__ = '1.0.0'
tor-commits@lists.torproject.org