commit f6261a6c40c89a4c039bf8ea43f74c0f8128ed33 Author: Nick Mathewson nickm@torproject.org Date: Mon Dec 19 10:35:23 2016 -0500
How embarrassing; I didn't have a changes file for 19877. --- ChangeLog | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 5f5a8f6..4934d67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,13 @@ Changes in version 0.3.0.1-alpha - 2016-12-??
Below are the changes since 0.2.9.8.
+ o Major features (guard selection algorithm): + - Tor's guard selection algorithm has been redesigned from the + ground up, to better support unreliable networks and restrictive + sets of entry nodes, and to better resist guard-capture attacks by + hostile local networks. Implements proposal 271; closes + ticket 19877. + o Major features (next-generation hidden services): - Relays can now handle v3 ESTABLISH_INTRO cells as specified by prop224 aka "Next Generation Hidden Services". Service and clients @@ -83,12 +90,6 @@ Changes in version 0.3.0.1-alpha - 2016-12-?? - Implement smartlist_add_strdup() function. Replaces the use of smartlist_add(sl, tor_strdup(str)). Closes ticket 20048.
- o Minor features (unit tests): - - Add tests for networkstatus_compute_bw_weights_v10. - - Add unit tests circuit_predict_and_launch_new. - - Extract dummy_origin_circuit_new so it can be used by other - test functions. - o Minor bugfix (configuration): - Accept non-space whitespace characters after the severity level in the `Log` option. Fixes bug 19965; bugfix on 0.2.1.1-alpha. @@ -218,6 +219,10 @@ Changes in version 0.3.0.1-alpha - 2016-12-?? from "overcaffeinated". - Perform the coding style checks when running the tests and fail when coding style violations are found. Closes ticket 5500. + - Add tests for networkstatus_compute_bw_weights_v10. + - Add unit tests circuit_predict_and_launch_new. + - Extract dummy_origin_circuit_new so it can be used by other + test functions.
Changes in version 0.2.8.12 - 2016-12-19
tor-commits@lists.torproject.org