diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-04-20 17:43:44 +1000 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-04-28 12:26:38 +1000 |
commit | 2cfcf17cfc4377efcf10a036557fa3134bf8c1b1 (patch) | |
tree | f0ff66070acc9a9c964bc2d71ceb2bda73523980 | |
parent | 05cf2867131eaa1dc017605f67cb7ac433ea263d (diff) | |
download | tor-2cfcf17cfc4377efcf10a036557fa3134bf8c1b1.tar.gz tor-2cfcf17cfc4377efcf10a036557fa3134bf8c1b1.zip |
Changes file for #18616
-rw-r--r-- | changes/bug18616 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug18616 b/changes/bug18616 new file mode 100644 index 0000000000..44695a1bff --- /dev/null +++ b/changes/bug18616 @@ -0,0 +1,7 @@ + o Major bugfixes (directory mirrors): + - Fix broken DirPort self-checks. Decide to advertise begindir + support the same way we decide to advertise DirPorts. + Include additional config options in the list that might + change the content of a relay's descriptor. + Resolves #18616, bugfix on 0c8e042c30946faa in #12538 in + 0.2.8.1-alpha. Patch by "teor". |