commit c69bc895caf9f81d97570e46bd53c22160db3fa0 Author: Nick Mathewson nickm@torproject.org Date: Sun Nov 6 16:48:52 2016 -0500
Fix lintchanges warnings in master. --- changes/14881 | 5 +++-- changes/20273 | 4 ++-- changes/20526 | 2 +- changes/bug17779 | 2 +- changes/bug20048 | 4 ++-- changes/bug20269 | 2 +- changes/bug20435 | 2 +- changes/bug20459 | 9 ++++++--- changes/bug6769 | 2 +- changes/ticket19858 | 4 ++-- changes/ticket20077 | 4 ++-- 11 files changed, 22 insertions(+), 18 deletions(-)
diff --git a/changes/14881 b/changes/14881 index e686c4d..e959296 100644 --- a/changes/14881 +++ b/changes/14881 @@ -1,7 +1,8 @@ o Minor bugfixes (consensus weight): - Add new consensus method that initializes bw weights to 1 instead of 0. This prevents a zero weight from making it all the way to the end (happens in - small testing networks) and causing an error. Fixes bug 14881. + small testing networks) and causing an error. Fixes bug 14881; bugfix + on 0.2.2.17-alpha.
o Minor features (unit tests): - - Add tests for networkstatus_compute_bw_weights_v10 + - Add tests for networkstatus_compute_bw_weights_v10. diff --git a/changes/20273 b/changes/20273 index 4b7584d..714beda 100644 --- a/changes/20273 +++ b/changes/20273 @@ -1,4 +1,4 @@ - o Minor bugfixes (comments): + o Documentation (comments): - Change '1' to 'weight_scale' in consensus bw weights calculation - comments, as that is reality. Fixes bug 20273. Patch from pastly. + comments, as that is reality. Closes ticket 20273. Patch from pastly.
diff --git a/changes/20526 b/changes/20526 index 0924daf..bd07d09 100644 --- a/changes/20526 +++ b/changes/20526 @@ -1,4 +1,4 @@ - o Refactoring (onion services): + o Code simplification and refactoring: - Introduce rend_service_is_ephemeral() that tells if given onion service is ephemeral. Replace unclear NULL-checkings for service directory with this function. diff --git a/changes/bug17779 b/changes/bug17779 index 0ed2d12..a81c334 100644 --- a/changes/bug17779 +++ b/changes/bug17779 @@ -1,6 +1,6 @@ o Minor bugfixes (leak at exit): - Fix a small harmless memory leak at exit of the previously unused - RSA->Ed identity cross-certificate. Fixes 17779; bugfix on + RSA->Ed identity cross-certificate. Fixes bug 17779; bugfix on 0.2.7.2-alpha.
diff --git a/changes/bug20048 b/changes/bug20048 index 0874e97..5cc9f45 100644 --- a/changes/bug20048 +++ b/changes/bug20048 @@ -1,4 +1,4 @@ - o Minor bugfixes: + o Minor features (infrastructure): - Implement smartlist_add_strdup() function. Replaces the use of - smartlist_add(sl, tor_strdup(str)). Fixes bug 20048. + smartlist_add(sl, tor_strdup(str)). Closes ticket 20048.
diff --git a/changes/bug20269 b/changes/bug20269 index 5d580bf..814eb8f 100644 --- a/changes/bug20269 +++ b/changes/bug20269 @@ -1,4 +1,4 @@ - o Minor bugfixes: + o Minor bugfixes (client): - When clients that use bridges start up with a cached consensus on disk, they were ignoring it and downloading a new one. Now they use the cached one. Fixes bug 20269; bugfix on 0.2.3.12-alpha. diff --git a/changes/bug20435 b/changes/bug20435 index 4fd7eb7..00d5ac7 100644 --- a/changes/bug20435 +++ b/changes/bug20435 @@ -1,4 +1,4 @@ o Documentation (man page): - Set the default value from 250 KBytes to 2 MBytes for AuthDirGuardBWGuarantee in the man page which is what the code is using; - bugfix on tor-0.2.5.6-alpha; Closes ticket 20345. + Fixes bug 20435; bugfix on tor-0.2.5.6-alpha. diff --git a/changes/bug20459 b/changes/bug20459 index 6878188..2571fc0 100644 --- a/changes/bug20459 +++ b/changes/bug20459 @@ -1,3 +1,6 @@ - o Minor bugfixes: - - Fix ewma_cmp_cmux never considering circuit policies to be different. - Introduced in 0.2.6. Fixes bug 20459. + o Major bugfixes (scheduler): + - Fix an issue where the ewma_cmp_cmux() function would never consider + circuit policies to be different. This bug caused the channel scheduler + to behave more or less randomly, rather than preferring channels with + higher-priority circuits. + Fixes bug 20459; bugfix on 0.2.6.2-alpha. diff --git a/changes/bug6769 b/changes/bug6769 index 83e3aa8..773850f 100644 --- a/changes/bug6769 +++ b/changes/bug6769 @@ -1,4 +1,4 @@ - o Minor bugfixes: + o Minor bugfixes (directory system): - Bridges and relays now use microdescriptors (like clients do) rather than old-style router descriptors. Now bridges will blend in with clients in terms of the circuits they build. Fixes bug 6769; diff --git a/changes/ticket19858 b/changes/ticket19858 index 41cc961..777b790 100644 --- a/changes/ticket19858 +++ b/changes/ticket19858 @@ -1,4 +1,4 @@ - o Features (guards): + o Code simplification and refactoring (guards): - Abolish all global guard context in entrynodes.c; replace with new - guard_selection_t structure as preparation for prop. 271. Closes + guard_selection_t structure as preparation for proposal 271. Closes ticket 19858. diff --git a/changes/ticket20077 b/changes/ticket20077 index d551069..cd8149a 100644 --- a/changes/ticket20077 +++ b/changes/ticket20077 @@ -1,5 +1,5 @@ o Code simplification and refactoring: - Remove redundant behavior of is_sensitive_dir_purpose, refactor to use - only purpose_needs_anonymity + only purpose_needs_anonymity. Closes part of ticket 20077. - Refactor large if statement in purpose_needs_anonymity to use switch - statement instead. + statement instead. Closes part of ticket 20077.
tor-commits@lists.torproject.org