summaryrefslogtreecommitdiff
path: root/changes/bug18050
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-01 16:56:20 -0500
committerNick Mathewson <nickm@torproject.org>2016-02-01 16:56:20 -0500
commitf09d03c384b85d64dfe2abca156cd63bf7597979 (patch)
treea876ca82404004ca909053ac8524cc7460c4be7e /changes/bug18050
parentd7a713a41e2b115e8aabe9744e8010000bec202a (diff)
downloadtor-f09d03c384b85d64dfe2abca156cd63bf7597979.tar.gz
tor-f09d03c384b85d64dfe2abca156cd63bf7597979.zip
use sortChanges to fold changes files into changelog. No additional editing or formatting yet.
Diffstat (limited to 'changes/bug18050')
-rw-r--r--changes/bug180507
1 files changed, 0 insertions, 7 deletions
diff --git a/changes/bug18050 b/changes/bug18050
deleted file mode 100644
index 4457ed262e..0000000000
--- a/changes/bug18050
+++ /dev/null
@@ -1,7 +0,0 @@
- o Minor bugfixes (relays):
- - Check that both the ORPort and DirPort (if present) are reachable
- before publishing a relay descriptor. Otherwise, relays publish a
- descriptor with DirPort 0 when the DirPort reachability test takes
- longer than the ORPort reachability test.
- Fixes bug 18050; bugfix on 0.1.0.1-rc.
- Reported by "starlight", patch by "teor".