aboutsummaryrefslogtreecommitdiff
path: root/changes/bug30780
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-06-06 08:52:13 +1000
committerteor <teor@torproject.org>2019-06-06 17:26:23 +1000
commit19bf5806adb80e513bb2707a1686216225fef420 (patch)
tree07cfe5b06c15617f369cf71f32069cceefb9d2aa /changes/bug30780
parenta4ea335a6906eb4f8f58b5cf458cf290d322d10f (diff)
downloadtor-19bf5806adb80e513bb2707a1686216225fef420.tar.gz
tor-19bf5806adb80e513bb2707a1686216225fef420.zip
dirauth: Return a distinct status when formatting annotations fails
Adds ROUTER_AUTHDIR_BUG_ANNOTATIONS to was_router_added_t. The out-of-order numbering is deliberate: it will be fixed by later commits for 16564. Fixes bug 30780; bugfix on 0.2.0.8-alpha.
Diffstat (limited to 'changes/bug30780')
-rw-r--r--changes/bug307803
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug30780 b/changes/bug30780
new file mode 100644
index 0000000000..5731d201a2
--- /dev/null
+++ b/changes/bug30780
@@ -0,0 +1,3 @@
+ o Minor bugfixes (directory authorities):
+ - Return a distinct status when formatting annotations fails.
+ Fixes bug 30780; bugfix on 0.2.0.8-alpha.