diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-08-03 09:14:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-03 09:14:12 -0400 |
commit | 923efa3db83870e7c8cf904fd36727725ef23f6d (patch) | |
tree | 223ba38c30e1467aab96f87505a777880322c19a /changes | |
parent | 75e0843893b9f050352f8a16abd1004882ff76a4 (diff) | |
parent | b548371f76f5284d3f96f13b52a3f46b38d14960 (diff) | |
download | tor-923efa3db83870e7c8cf904fd36727725ef23f6d.tar.gz tor-923efa3db83870e7c8cf904fd36727725ef23f6d.zip |
Merge branch 'maint-0.3.0' into release-0.3.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23078 | 7 |
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. |