summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-08-03 09:14:12 -0400
committerNick Mathewson <nickm@torproject.org>2017-08-03 09:14:12 -0400
commit40c7871f46bbfe03480eb159e5365f49e6df24f5 (patch)
tree0e4651b650c045c54e824a3ba5d8408951210a3d /changes
parent17073d7234031c318108300007d2f540c0c6c859 (diff)
parent1168e21b45cb981463fa77a45c2e697bb75d573c (diff)
downloadtor-40c7871f46bbfe03480eb159e5365f49e6df24f5.tar.gz
tor-40c7871f46bbfe03480eb159e5365f49e6df24f5.zip
Merge branch 'maint-0.3.1'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug230787
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug23078 b/changes/bug23078
new file mode 100644
index 0000000000..67624007cf
--- /dev/null
+++ b/changes/bug23078
@@ -0,0 +1,7 @@
+ o Minor bugfixes (logging, relay):
+ - Remove a log_warn() that has been forgotten when an introduction point
+ successfully established a hidden service prop224 circuit with a client.
+ - Three other log_warn() for an introduction point have been changed to
+ protocol warning because they can be failure from the network and are
+ not relevant to the operator. Fixes bug 23078; bugfix on
+ tor-0.3.0.1-alpha and tor-0.3.0.2-alpha.