diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-06-20 09:02:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-06-20 09:02:24 -0400 |
commit | 456184c2a005d282df4bb1c92e0f3d80b52e99cb (patch) | |
tree | 7a9d71ba1d6fa3a6845557438b5673e9aa958e7a /changes/bug11683 | |
parent | 922be84ca3eedddfcfd358a4728b7eb0405eb27b (diff) | |
download | tor-456184c2a005d282df4bb1c92e0f3d80b52e99cb.tar tor-456184c2a005d282df4bb1c92e0f3d80b52e99cb.tar.gz |
Authorities also advertise caches-extra-info
(Whoops, thought I had committed this before)
Improvement to 11683 fix. Based on patch from Karsten.
Diffstat (limited to 'changes/bug11683')
-rw-r--r-- | changes/bug11683 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/changes/bug11683 b/changes/bug11683 index 52f623c6c..ccbd2a523 100644 --- a/changes/bug11683 +++ b/changes/bug11683 @@ -3,4 +3,6 @@ documents, regardless of whether their server descriptor contains a "caches-extra-info" line or not. Fixes part of #11683. Bugfix on 0.2.0.1-alpha. - + - When running as a v3 directory authority, advertise that you serve + extra-info documents so that clients who want them can find them from + you too. Fixes part of bug #11683. Bugfix on 0.2.0.1-alpha. |