aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-08-20 11:46:48 +1000
committerteor <teor@torproject.org>2019-08-20 11:47:46 +1000
commit36c02339712bd3050755d86066a18ad9523aa618 (patch)
tree6a66e9b43edbe2d6848d12f22aa25448b5a75838
parentb0cdfb9d56178da27d0e6b9a9e7695eca955ae65 (diff)
downloadtor-36c02339712bd3050755d86066a18ad9523aa618.tar.gz
tor-36c02339712bd3050755d86066a18ad9523aa618.zip
ChangeLog/ReleaseNotes: fix a typo in the 0.4.1 changes entries
Part of 31461.
-rw-r--r--ChangeLog2
-rw-r--r--ReleaseNotes2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bf876d209..fc3588cad8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -306,7 +306,7 @@ Changes in version 0.4.1.1-alpha - 2019-05-22
circuits. This feature is only enabled when also supported by the
circuit's middle node. (Clients may specify fixed middle nodes
with the MiddleNodes option, and may force-disable this feature
- with the CircuitPadding torrc.) Closes ticket 28634.
+ with the CircuitPadding option.) Closes ticket 28634.
o Major features (code organization):
- Tor now includes a generic publish-subscribe message-passing
diff --git a/ReleaseNotes b/ReleaseNotes
index 0915029463..98df0754ae 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -31,7 +31,7 @@ Changes in version 0.4.1.5 - 2019-08-20
circuits. This feature is only enabled when also supported by the
circuit's middle node. (Clients may specify fixed middle nodes
with the MiddleNodes option, and may force-disable this feature
- with the CircuitPadding torrc.) Closes ticket 28634.
+ with the CircuitPadding option.) Closes ticket 28634.
o Major features (code organization):
- Tor now includes a generic publish-subscribe message-passing