aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-02-17 10:10:43 -0500
committerNick Mathewson <nickm@torproject.org>2015-02-17 10:10:43 -0500
commitb89854ee1717d6f15bca6cb1daeef853ba60dd6d (patch)
tree1436f669bc5b9089482c08478f7875cd0d1d4e9b /changes
parent0b46b082252935a57f960a2b461857b296b33d51 (diff)
downloadtor-b89854ee1717d6f15bca6cb1daeef853ba60dd6d.tar.gz
tor-b89854ee1717d6f15bca6cb1daeef853ba60dd6d.zip
Fix warnings from lintChanges.py
Diffstat (limited to 'changes')
-rw-r--r--changes/bug141844
-rw-r--r--changes/bug148192
2 files changed, 3 insertions, 3 deletions
diff --git a/changes/bug14184 b/changes/bug14184
index ed3d760bf2..990d4bfb34 100644
--- a/changes/bug14184
+++ b/changes/bug14184
@@ -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.
diff --git a/changes/bug14819 b/changes/bug14819
index 7b47771362..d00a78d19f 100644
--- a/changes/bug14819
+++ b/changes/bug14819
@@ -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.