commit 6f1a9e1d9b31619d8e447c38f65a16f92105205d Author: Nick Mathewson nickm@torproject.org Date: Tue Aug 2 11:38:15 2016 -0400
Remaining lintChanges fixes --- changes/bug13239 | 2 +- changes/bug17688 | 3 ++- changes/bug18934 | 2 +- changes/bug18934_2 | 3 ++- changes/bug19483 | 2 +- changes/bug19504 | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/changes/bug13239 b/changes/bug13239 index 17030c9..249e2b7 100644 --- a/changes/bug13239 +++ b/changes/bug13239 @@ -1,4 +1,4 @@ o Minor bugfixes (hidden service client): - Increase the minimum number of internal circuits we preemptively build from 2 to 3 so they are available when a client connects to another - onion service. Fixes bug 13239; bugfix on tor-0.1.0.1-rc~460. + onion service. Fixes bug 13239; bugfix on 0.1.0.1-rc. diff --git a/changes/bug17688 b/changes/bug17688 index 5e5fb05..bfbf1de 100644 --- a/changes/bug17688 +++ b/changes/bug17688 @@ -1,3 +1,4 @@ o Minor bugfixes (guard selection): - Use a single entry guard even if the NumEntryGuards consensus parameter - is not provided. Fixes bug 17688. + is not provided. Fixes bug 17688; bugfix on 0.2.5.6-alpha. + diff --git a/changes/bug18934 b/changes/bug18934 index fba703e..18eb9ab 100644 --- a/changes/bug18934 +++ b/changes/bug18934 @@ -1,3 +1,3 @@ o Minor features (testing): - Let backtrace tests work correctly under AddressSanitizer. - Fixes part of bug 18934. + Fixes part of bug 18934; bugfix on 0.2.5.2-alpha. diff --git a/changes/bug18934_2 b/changes/bug18934_2 index 039feaf..2027e2b 100644 --- a/changes/bug18934_2 +++ b/changes/bug18934_2 @@ -1,4 +1,5 @@ o Minor bugfixes (testing): - Disable ASAN's detection of segmentation faults while running test_bt.sh, so that we can make sure that our own backtrace generation - code works. Fixes another aspect of bug 18934. Patch from "cypherpunks". + code works. Fixes another aspect of bug 18934; bugfix on 0.2.5.2-alpha. + Patch from "cypherpunks". diff --git a/changes/bug19483 b/changes/bug19483 index 9879497..0899978 100644 --- a/changes/bug19483 +++ b/changes/bug19483 @@ -1,3 +1,3 @@ o Minor bugfixes (time): - Improve overflow checks in tv_udiff and tv_mdiff. - Fixes bug 19483, present in all tor versions. + Fixes bug 19483; bugfix on all released tor versions. diff --git a/changes/bug19504 b/changes/bug19504 index 1a7676a..2162837 100644 --- a/changes/bug19504 +++ b/changes/bug19504 @@ -1,3 +1,3 @@ o Minor bugfixes (documentation): - Document the --passphrase-fd option in the tor manpage. - Fixes bug 19504. + Fixes bug 19504; bugfix on 0.2.7.3-rc.