summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-03-19 15:43:42 +1000
committerteor <teor@torproject.org>2019-03-19 15:43:42 +1000
commit4c22c11136bd05cceccb13ef00f2a78780c83be1 (patch)
tree5de4fcc94ba182ac4f4135a5420b01b1cb588606 /changes
parent0aaeec19e72c428321981194a68b154d1d67fd84 (diff)
parentb4483edce03be334ac320b812bfeae3bc2d5ee6b (diff)
downloadtor-4c22c11136bd05cceccb13ef00f2a78780c83be1.tar.gz
tor-4c22c11136bd05cceccb13ef00f2a78780c83be1.zip
Merge branch 'maint-0.4.0'
Diffstat (limited to 'changes')
-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.