aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2019-08-19 17:53:00 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2019-08-19 17:53:00 +0300
commitb257e8e5530b00b3b1eb5d778d7621dfa27a7aea (patch)
tree8cdf290d623b685708b7d85e672f11aa68960ed9 /changes
parentc214402a56ea417ee6b7449d8b60cd79ba3070e2 (diff)
parent6deba34fee9b3ea99771db4fec562a776ff1ed4d (diff)
downloadtor-b257e8e5530b00b3b1eb5d778d7621dfa27a7aea.tar.gz
tor-b257e8e5530b00b3b1eb5d778d7621dfa27a7aea.zip
Merge remote-tracking branch 'mike/bug31356+logs-rebased2' into bug31356_final
Diffstat (limited to 'changes')
-rw-r--r--changes/bug31356_and_logs11
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug31356_and_logs b/changes/bug31356_and_logs
new file mode 100644
index 0000000000..fb5307cb69
--- /dev/null
+++ b/changes/bug31356_and_logs
@@ -0,0 +1,11 @@
+ o Minor bugfixes (circuit padding negotiation):
+ - Bump circuit padding protover to explicitly signify that the hs setup
+ machine support is finalized in 0.4.1.x-stable. This also means that
+ 0.4.1.x-alpha clients will not negotiate padding with 0.4.1.x-stable
+ relays, and 0.4.1.x-stable clients will not negotiate padding with
+ 0.4.1.x-alpha relays (or 0.4.0.x relays). Fixes bug 31356;
+ bugfix on 0.4.1.1-alpha.
+ o Minor features (circuit padding logging):
+ - Demote noisy client-side warn log to a protocol warning. Add additional
+ log messages and circuit id fields to help with fixing bug 30992 and any
+ other future issues.