]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bug 31356: Add changes file.
authorMike Perry <mikeperry-git@torproject.org>
Thu, 8 Aug 2019 18:59:49 +0000 (13:59 -0500)
committerMike Perry <mikeperry-git@torproject.org>
Mon, 12 Aug 2019 19:06:08 +0000 (14:06 -0500)
Also document the other log changes in this branch.

changes/bug31356_and_logs [new file with mode: 0644]

diff --git a/changes/bug31356_and_logs b/changes/bug31356_and_logs
new file mode 100644 (file)
index 0000000..fb5307c
--- /dev/null
@@ -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.