]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix warnings from lintChanges.py
authorNick Mathewson <nickm@torproject.org>
Tue, 17 Feb 2015 15:10:43 +0000 (10:10 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 17 Feb 2015 15:10:43 +0000 (10:10 -0500)
changes/bug14184
changes/bug14819

index ed3d760bf24985a5eac5fa721c819bbf51803022..990d4bfb34426893c7cc00684d116ae1e83a8f8a 100644 (file)
@@ -1,5 +1,5 @@
   o Minor bugfixes:
     - On the control port, the "entry-guards" command was reporting an "up"
-      status for a relay that was actually down. This fix check if
+      status for a relay that was actually down. This fixes the check if
       "unreachable_since" is set and if so reports the "down" status. Fixes
-      bug 14184.
+      bug 14184; bugfix on 0.1.2.2-alpha.
index 7b47771362ccd3dec49c6a0e9ba7fe924c55365c..d00a78d19f71b7f23ebda6e84ac7dbb0f686623d 100644 (file)
@@ -1,5 +1,5 @@
   o Minor bugfixes
     - Remove the --disable-threads configure option again. It was accidentally
       partially re-introduced in 29ac883606d6d5ebfdcc2efceb2b4b60ee6a8916.
-      Fixes bug 13819; bugfix on 0.2.6.2-alpha.
+      Fixes bug 14819; bugfix on 0.2.6.2-alpha.