diff options
author | Roger Dingledine <arma@torproject.org> | 2013-12-10 15:57:31 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-12-10 15:57:31 -0500 |
commit | e719d05fd296a9dd59af9becb21ef3ff1c426b3c (patch) | |
tree | c9e308d535159d2f0a7df08697ff193dc7110edd | |
parent | 7c3f1d29af360ca7bc07182520a602a4f6aa528a (diff) | |
download | tor-e719d05fd296a9dd59af9becb21ef3ff1c426b3c.tar.gz tor-e719d05fd296a9dd59af9becb21ef3ff1c426b3c.zip |
minor clarity fixestor-0.2.4.19
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | ReleaseNotes | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -13,16 +13,16 @@ Changes in version 0.2.4.19 - 2013-12-11 creation requests; uses "directory guards" to reduce client enumeration risks; makes bridges collect and report statistics about the pluggable transports they support; cleans up and improves our geoip database; - gets much closer to ipv6 support for clients, bridges, and relays; makes + gets much closer to IPv6 support for clients, bridges, and relays; makes directory authorities use measured bandwidths rather than advertised ones when computing flags and thresholds; disables client-side DNS caching to reduce tracking risks; and fixes a big bug in bridge - reachability testing. This new release introduces two new design + reachability testing. This release introduces two new design abstractions in the code: a new "channel" abstraction between circuits and or_connections to allow for implementing alternate relay-to-relay transports, and a new "circuitmux" abstraction storing the queue of - circuits for a channel. It also includes many stability, security, - and privacy fixes. + circuits for a channel. The release also includes many stability, + security, and privacy fixes. Changes in version 0.2.4.18-rc - 2013-11-16 diff --git a/ReleaseNotes b/ReleaseNotes index 485d275ced..c23a7de741 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -18,16 +18,16 @@ Changes in version 0.2.4.19 - 2013-12-11 creation requests; uses "directory guards" to reduce client enumeration risks; makes bridges collect and report statistics about the pluggable transports they support; cleans up and improves our geoip database; - gets much closer to ipv6 support for clients, bridges, and relays; makes + gets much closer to IPv6 support for clients, bridges, and relays; makes directory authorities use measured bandwidths rather than advertised ones when computing flags and thresholds; disables client-side DNS caching to reduce tracking risks; and fixes a big bug in bridge - reachability testing. This new release introduces two new design + reachability testing. This release introduces two new design abstractions in the code: a new "channel" abstraction between circuits and or_connections to allow for implementing alternate relay-to-relay transports, and a new "circuitmux" abstraction storing the queue of - circuits for a channel. It also includes many stability, security, - and privacy fixes. + circuits for a channel. The release also includes many stability, + security, and privacy fixes. o Major features (new circuit handshake): - Tor now supports a new circuit extension handshake designed by Ian |