Browse Source

Remaining lintChanges fixes

Nick Mathewson 7 years ago
parent
commit
6f1a9e1d9b
6 changed files with 8 additions and 6 deletions
  1. 1 1
      changes/bug13239
  2. 2 1
      changes/bug17688
  3. 1 1
      changes/bug18934
  4. 2 1
      changes/bug18934_2
  5. 1 1
      changes/bug19483
  6. 1 1
      changes/bug19504

+ 1 - 1
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.

+ 2 - 1
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.
+

+ 1 - 1
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.

+ 2 - 1
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".

+ 1 - 1
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.

+ 1 - 1
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.