Merge branch 'tor-github/pr/1113'

This commit is contained in:
David Goulet
2019-06-19 07:47:03 -04:00
11 changed files with 905 additions and 51 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (memory leaks):
- Fix a trivial memory leak when parsing an invalid value
from a download schedule in the configuration. Fixes bug
30894; bugfix on 0.3.4.1-alpha.
+3
View File
@@ -0,0 +1,3 @@
o Minor features (testing)P:
- Improve test coverage for our existing configuration parsing and
management API. Closes ticket 30893.