summaryrefslogtreecommitdiff
path: root/changes/bug19947
AgeCommit message (Collapse)Author
2016-08-23Start 0.2.9.2-alpha changelog, fix some lintchanges issuesNick Mathewson
2016-08-22Do not pass NULL to log(%s) in dir_server_new.Nick Mathewson
This bug had existed since 0.2.4.7-alpha, but now that we have FallbackDirs by default, it actually matters. Fixes bug 19947; bugfix on 0.2.4.7-alpha or maybe 0.2.8.1-alpha. Rubiate wrote the patch; teor wrote the changes file.