summaryrefslogtreecommitdiff
path: root/changes/bug23366
AgeCommit message (Collapse)Author
2017-09-18Start on a changelog for 0.3.2.1-alpha: sortchanges and formatchangelogNick Mathewson
2017-09-18Use the lintChanges script to fix style issues in changes entriesNick Mathewson
2017-08-31config: Make parse_outbound_addresses() return failuresDavid Goulet
The function was never returning an error code on failure to parse the OutboundAddress* options. In the process, it was making our test_options_validate__outbound_addresses() not test the right thing. Fixes #23366 Signed-off-by: David Goulet <dgoulet@torproject.org>