aboutsummaryrefslogtreecommitdiff
path: root/changes/bug34357
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2020-06-17 11:17:40 -0700
committerNeel Chauhan <neel@neelc.org>2020-06-17 12:00:44 -0700
commit7cf031a0ccb29cef622b72821184e60eb3f41f81 (patch)
tree5818e6e8c78d305f13704fc960809c3f72cee5d7 /changes/bug34357
parent48ff6a41aed1e2b57f1766206324bc9dc33c19d1 (diff)
downloadtor-7cf031a0ccb29cef622b72821184e60eb3f41f81.tar.gz
tor-7cf031a0ccb29cef622b72821184e60eb3f41f81.zip
Reject Tor relays running the 0.4.1 series
Diffstat (limited to 'changes/bug34357')
-rw-r--r--changes/bug343574
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug34357 b/changes/bug34357
new file mode 100644
index 0000000000..69fada7cc0
--- /dev/null
+++ b/changes/bug34357
@@ -0,0 +1,4 @@
+ o Minor features (directory authorities):
+ - Directory authorities now reject descriptors from relays running
+ Tor versions from the 0.4.1 series, but still allow the 0.3.5
+ series. Resolves ticket 34357. Patch by Neel Chauhan.