tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit b4483edce03be334ac320b812bfeae3bc2d5ee6b
parent 1547fd99a68cb22410ed0842267fb0a1f1de925f
Author: teor <teor@torproject.org>
Date:   Tue, 19 Mar 2019 15:43:33 +1000

Merge branch 'maint-0.3.5' into maint-0.4.0

Diffstat:
Achanges/bug29530_035 | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/changes/bug29530_035 b/changes/bug29530_035 @@ -0,0 +1,5 @@ + o Minor bugfixes (testing): + - Downgrade some LOG_ERR messages in the address/* tests to warnings. + The LOG_ERR messages were occurring when we had no configured network. + We were failing the unit tests, because we backported 28668 to 0.3.5.8, + but did not backport 29530. Fixes bug 29530; bugfix on 0.3.5.8.