summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-11-12 13:12:14 -0500
committerNick Mathewson <nickm@torproject.org>2014-11-12 13:12:14 -0500
commit81433e74322bb6cab67458ff7ba524ee86ad7e1c (patch)
treebcf1f4eb6cd71af800f63cdcef311034a78c0e4e /changes
parentccc54d545ec15205d3ed3a92ad4c783adbdc97d1 (diff)
parent032560fc750811ba361143d99cb61ab4abb26b36 (diff)
downloadtor-81433e74322bb6cab67458ff7ba524ee86ad7e1c.tar.gz
tor-81433e74322bb6cab67458ff7ba524ee86ad7e1c.zip
Merge remote-tracking branch 'rl1987/bug13644'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug136444
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug13644 b/changes/bug13644
new file mode 100644
index 0000000000..959ce65fc9
--- /dev/null
+++ b/changes/bug13644
@@ -0,0 +1,4 @@
+ o Code simplifications and refactoring:
+ - Document all members of was_router_added_t enum and rename
+ ROUTER_WAS_NOT_NEW to ROUTER_IS_ALREADY_KNOWN to make it less
+ confusable with ROUTER_WAS_TOO_OLD. Fixes issue 13644.