diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-08-19 11:10:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-08-19 11:10:21 -0400 |
commit | e7aabfce61e00c903f5d5cff3ba0c8472de5a4ed (patch) | |
tree | 42d646a8ad210b9f1c190cd3c0576b96cf99d51c /changes | |
parent | deccd3aa6a0289afff42cb6c9ef12283908a892c (diff) | |
parent | b257e8e5530b00b3b1eb5d778d7621dfa27a7aea (diff) | |
download | tor-e7aabfce61e00c903f5d5cff3ba0c8472de5a4ed.tar.gz tor-e7aabfce61e00c903f5d5cff3ba0c8472de5a4ed.zip |
Merge remote-tracking branch 'tor-github/pr/1235'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug31356_and_logs | 11 |
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. |