]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Adding changes file for 13644.
authorrl1987 <rl1987@sdf.lonestar.org>
Tue, 11 Nov 2014 19:01:30 +0000 (21:01 +0200)
committerrl1987 <rl1987@sdf.lonestar.org>
Tue, 11 Nov 2014 19:01:30 +0000 (21:01 +0200)
changes/bug13644 [new file with mode: 0644]

diff --git a/changes/bug13644 b/changes/bug13644
new file mode 100644 (file)
index 0000000..959ce65
--- /dev/null
@@ -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.