summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@torproject.org>2019-08-08 13:59:49 -0500
committerMike Perry <mikeperry-git@torproject.org>2019-08-12 14:06:08 -0500
commit02c89c955d60d1135aa231ce8ebc431af732f560 (patch)
tree0dd6c6f0ccf1bb95cd56fcdf0a87a63cc5f5b607 /changes
parentb2821b72bc4e228934b5187ae5015230e7cbd26b (diff)
downloadtor-02c89c955d60d1135aa231ce8ebc431af732f560.tar.gz
tor-02c89c955d60d1135aa231ce8ebc431af732f560.zip
Bug 31356: Add changes file.
Also document the other log changes in this branch.
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.