aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2017-03-02 16:38:21 +1100
committerNick Mathewson <nickm@torproject.org>2017-03-04 23:22:34 -0500
commitf24638aa49bfd127c43f7ba12e91dd278b6f3264 (patch)
tree858f732899e9a6a8d586a763240276d82293a396 /changes
parent9af76a958316ce58485d12bf0e519fc79c0e4999 (diff)
downloadtor-f24638aa49bfd127c43f7ba12e91dd278b6f3264.tar.gz
tor-f24638aa49bfd127c43f7ba12e91dd278b6f3264.zip
Log a message when a hidden service has fewer intro points than expected
Closes ticket 21598.
Diffstat (limited to 'changes')
-rw-r--r--changes/feature215984
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/feature21598 b/changes/feature21598
new file mode 100644
index 0000000000..317ace4bcf
--- /dev/null
+++ b/changes/feature21598
@@ -0,0 +1,4 @@
+ o Minor feature (hidden services):
+ - Log a message when a hidden service descriptor has fewer introduction
+ points than specified in HiddenServiceNumIntroductionPoints.
+ Closes ticket 21598.