Merge branch 'maint-0.3.4'

This commit is contained in:
Nick Mathewson
2018-06-20 08:29:52 -04:00
5 changed files with 175 additions and 9 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor feature (unit tests):
- Test complete bandwidth measurements files and test that incomplete lines
only give warnings when the end of the header has not been
detected. Fixes bug 25947; bugfix on 0.2.2.1-alpha
+5
View File
@@ -0,0 +1,5 @@
o Minor feature (directory authorities):
- Stop warning about incomplete bw lines before the first complete bw line
has been found, so that additional header lines can be ignored.
Fixes bug 25960; bugfix on 0.2.2.1-alpha