diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-07-26 20:08:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-07-26 20:08:49 -0400 |
commit | 845d3fefac2916858890320027ebea31a791d9cc (patch) | |
tree | cc49fa5bdd615b453d99eb238df1dea9c4b89fd0 /ReleaseNotes | |
parent | babafdd4fbf1880a03298571094cd38ea2812beb (diff) | |
download | tor-845d3fefac2916858890320027ebea31a791d9cc.tar.gz tor-845d3fefac2916858890320027ebea31a791d9cc.zip |
Update ReleaseNotes
Diffstat (limited to 'ReleaseNotes')
-rw-r--r-- | ReleaseNotes | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ReleaseNotes b/ReleaseNotes index 3dbf33cf56..c3384efd3e 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -4,7 +4,7 @@ each development snapshot, see the ChangeLog file. -Changes in version 0.2.8.??? - 2015-0?-?? +Changes in version 0.2.8.6 - 2015-07-2? o New system requirements: - Tor no longer attempts to support platforms where the "time_t" type is unsigned. (To the best of our knowledge, only OpenVMS does @@ -158,7 +158,6 @@ Changes in version 0.2.8.??? - 2015-0?-?? output is reproducible. Fixes bug 19558; bugfix on 0.2.2.9-alpha. Patch from intrigeri. - o Minor features (clients): - Make clients, onion services, and bridge relays always use an encrypted begindir connection for directory requests. Resolves @@ -205,16 +204,9 @@ Changes in version 0.2.8.??? - 2015-0?-?? for directory caches chosen from the consensus.) Closes ticket 17864; patch by "teor". - o Minor features (geoip): - - Update geoip and geoip6 to the January 5 2016 Maxmind GeoLite2 - Country database. - Update geoip and geoip6 to the June 7 2016 Maxmind GeoLite2 Country database. - - Update geoip and geoip6 to the March 3 2016 Maxmind GeoLite2 - Country database. - - Update geoip and geoip6 to the May 4 2016 Maxmind GeoLite2 - Country database. o Minor features (hidden service directory): - Streamline relay-side hsdir handling: when relays consider whether @@ -520,6 +512,13 @@ Changes in version 0.2.8.??? - 2015-0?-?? Fixes bug 17573; bugfix on 0.2.1.5-alpha. o Minor bugfixes (linux seccomp2 sandbox): + - Allow more syscalls when running with "Sandbox 1" enabled: + sysinfo, getsockopt(SO_SNDBUF), and setsockopt(SO_SNDBUFFORCE). On + some systems, these are required for Tor to start. Fixes bug + 18397; bugfix on 0.2.5.1-alpha. Patch from Daniel Pinto. + - Allow IPPROTO_UDP datagram sockets when running with "Sandbox 1", + so that get_interface_address6_via_udp_socket_hack() can work. + Fixes bug 19660; bugfix on 0.2.5.1-alpha - Allow the setrlimit syscall, and the prlimit and prlimit64 syscalls, which some libc implementations use under the hood. Fixes bug 15221; bugfix on 0.2.5.1-alpha. @@ -746,6 +745,7 @@ Changes in version 0.2.8.??? - 2015-0?-?? Patch from Reinaldo de Souza Jr. + Changes in version 0.2.7.6 - 2015-12-10 Tor version 0.2.7.6 fixes a major bug in entry guard selection, as well as a minor bug in hidden service reliability. |