summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2015-02-19 09:25:34 -0500
committerRoger Dingledine <arma@torproject.org>2015-02-19 09:25:34 -0500
commitdf4b4407521a8df30c12564841c4e317fc8b9324 (patch)
tree1dff5203d6eb6f51a12acb93fea9dfdc958ae91a
parent0615cc82d47deb71a2721253cd580bdd257e7685 (diff)
downloadtor-df4b4407521a8df30c12564841c4e317fc8b9324.tar.gz
tor-df4b4407521a8df30c12564841c4e317fc8b9324.zip
final cleanups
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e05ecb92c6..b6db38070e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -295,7 +295,7 @@ Changes in version 0.2.6.3-alpha - 2015-02-2?
bug 14764; bugfix on 0.2.6.2-alpha. Reported by Christian Kujau.
o Minor bugfixes (sandbox):
- - Allow Glibc fatal errors to be sent to stderr before Tor exits.
+ - Allow glibc fatal errors to be sent to stderr before Tor exits.
Previously, glibc would try to write them to /dev/tty, and the
sandbox would trap the call and make Tor exit prematurely. Fixes
bug 14759; bugfix on 0.2.5.1-alpha.
@@ -778,7 +778,7 @@ Changes in version 0.2.6.1-alpha - 2014-10-30
messages that were generated before opening the log file were only
logged to stdout. Closes ticket 6938.
- Add a TruncateLogFile option to overwrite logs instead of
- appending to them. Closes ticket #5583.
+ appending to them. Closes ticket 5583.
o Minor features (portability, Solaris):
- Threads are no longer disabled by default on Solaris; we believe
@@ -830,7 +830,7 @@ Changes in version 0.2.6.1-alpha - 2014-10-30
- In circuit_build_times_calculate_timeout() in circuitstats.c,
avoid dividing by zero in the pareto calculations. This traps
under clang's "undefined-trap" sanitizer. Fixes bug 13290; bugfix
- on tor-0.2.2.2-alpha.
+ on 0.2.2.2-alpha.
- Fix an integer overflow in format_time_interval(). Fixes bug
13393; bugfix on 0.2.0.10-alpha.
- Set the correct day of year value when the system's localtime(_r)
@@ -1668,7 +1668,7 @@ Changes in version 0.2.5.5-alpha - 2014-06-18
o Removed code:
- Remove /tor/dbg-stability.txt URL that was meant to help debug WFU
- and MTBF calculations, but that nobody was using. Fixes #11742.
+ and MTBF calculations, but that nobody was using. Fixes ticket 11742.
- The TunnelDirConns and PreferTunnelledDirConns options no longer
exist; tunneled directory connections have been available since
0.1.2.5-alpha, and turning them off is not a good idea. This is a