summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-12-19 10:35:23 -0500
committerNick Mathewson <nickm@torproject.org>2016-12-19 10:35:23 -0500
commitf6261a6c40c89a4c039bf8ea43f74c0f8128ed33 (patch)
treef5169be2f4d047fd55c43fed3afc437d3ae642ec
parentec68ed5afcdd7be4d19c1000fb26fc60714a603f (diff)
downloadtor-f6261a6c40c89a4c039bf8ea43f74c0f8128ed33.tar.gz
tor-f6261a6c40c89a4c039bf8ea43f74c0f8128ed33.zip
How embarrassing; I didn't have a changes file for 19877.
-rw-r--r--ChangeLog17
1 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f5a8f6b83..4934d67944 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