Roger likes sentences to end with a period.

This commit is contained in:
Nick Mathewson 2016-07-29 11:37:08 -04:00
parent 176a57fd4c
commit fac0decef2
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ Changes in version 0.2.8.6 - 2016-07-3?
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
Fixes bug 19660; bugfix on 0.2.5.1-alpha.
Changes in version 0.2.8.5-rc - 2016-07-07

View File

@ -217,7 +217,7 @@ Changes in version 0.2.8.6 - 2015-07-3?
17864; patch by "teor".
o Minor features (geoip):
- Update geoip and geoip6 to the June 7 2016 Maxmind GeoLite2
- Update geoip and geoip6 to the July 6 2016 Maxmind GeoLite2
Country database.
o Minor features (hidden service directory):
@ -530,7 +530,7 @@ Changes in version 0.2.8.6 - 2015-07-3?
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
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.