summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-02-03 10:24:37 -0500
committerNick Mathewson <nickm@torproject.org>2017-02-03 10:24:40 -0500
commit0740d67e547a9bf9cf69eeb188224520e970c2d4 (patch)
treed3f45a94a67a7f31b5d0c5ff68a51f1a748c3b8c
parent9d5a9feb404c61d93309eea1c68fcae3ff0cf8f3 (diff)
downloadtor-0740d67e547a9bf9cf69eeb188224520e970c2d4.tar.gz
tor-0740d67e547a9bf9cf69eeb188224520e970c2d4.zip
further lintchanges fixes
-rw-r--r--changes/bug209802
-rw-r--r--changes/bug213024
2 files changed, 3 insertions, 3 deletions
diff --git a/changes/bug20980 b/changes/bug20980
index 362a753090..0f8e28e77a 100644
--- a/changes/bug20980
+++ b/changes/bug20980
@@ -1,4 +1,4 @@
o Minor bugfix (OpenBSD):
- Use "OpenBSD" pre-defined compiler macro instead of "OPENBSD" or
"__OpenBSD__". It is supported by OpenBSD itself and also most OpenBSD
- variants like Bitrig. Fixes bug 20980.
+ variants like Bitrig. Fixes bug 20980; bugfix on 0.1.2.1-alpha.
diff --git a/changes/bug21302 b/changes/bug21302
index 351b23ea2c..309b3574a6 100644
--- a/changes/bug21302
+++ b/changes/bug21302
@@ -1,8 +1,8 @@
o Minor bugfixes (hidden service):
- Two possible underflow which would ultimately lead to creating a lot of
introduction points circuits and closing them in a non stop loop. Fixes
- bug 21302; bugfix on tor-0.2.7.2-alpha.
+ bug 21302; bugfix on 0.2.7.2-alpha.
- Cleanup expiring intro point nodes if no circuit is associated to it
anymore. It was causing, rarely, the service to not open enough
introduction points circuit in the case we had dead expiring nodes.;
- bugfix on tor-0.2.7.2-alpha.
+ bugfix on 0.2.7.2-alpha.