From: rl1987 Date: Tue, 11 Nov 2014 19:01:30 +0000 (+0200) Subject: Adding changes file for 13644. X-Git-Tag: tor-0.2.6.2-alpha~94^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=032560fc750811ba361143d99cb61ab4abb26b36;p=thirdparty%2Ftor.git Adding changes file for 13644. --- 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.