summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-02-26 09:58:52 +1000
committerteor <teor@torproject.org>2019-02-26 09:58:52 +1000
commitcc23afddd1d49f3c947020c0c41179a852d9dc7d (patch)
treec1c53706a0d7a8c203ded0bfa081424363702c07
parente138bb8ffc6557a1ba291b9aa6302d7dea85eb65 (diff)
downloadtor-cc23afddd1d49f3c947020c0c41179a852d9dc7d.tar.gz
tor-cc23afddd1d49f3c947020c0c41179a852d9dc7d.zip
Changes file for backporting 29530 to 0.3.5
-rw-r--r--changes/bug29530_0355
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug29530_035 b/changes/bug29530_035
new file mode 100644
index 0000000000..6dfcd51e7b
--- /dev/null
+++ 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.