diff options
author | Roger Dingledine <arma@torproject.org> | 2011-11-27 03:52:24 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-11-27 03:52:24 -0500 |
commit | 5ad0de1e5d8aa4d41b37dd8e78218807607229c0 (patch) | |
tree | 8ceaca11745f531810c6492d57d93eebe3ba4014 /ChangeLog | |
parent | 52789c863e78bcb3d3c9072efe7ffc188337cb1c (diff) | |
download | tor-5ad0de1e5d8aa4d41b37dd8e78218807607229c0.tar.gz tor-5ad0de1e5d8aa4d41b37dd8e78218807607229c0.zip |
unify changelog stanzas
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -9,11 +9,11 @@ Changes in version 0.2.2.35 - 2011-11-?? bug 4457; workaround for Libevent versions 2.0.1-alpha through 2.0.15-stable. - If we mark an OR connection for close based on a cell we process, - don't process any further cells on it. We already avoided reading - on marked-for-close connections, but now we also discard the cells - we'd already read. Fixes bug 4299; bugfix on 0.2.0.10-alpha, which - was the first version where we might mark a connection for close - based on processing a cell on it. + don't process any further cells on it. We already avoid further + reads on marked-for-close connections, but now we also discard the + cells we'd already read. Fixes bug 4299; bugfix on 0.2.0.10-alpha, + which was the first version where we might mark a connection for + close based on processing a cell on it. - Correctly sanity-check that we don't underflow on a memory allocation (and then assert) for hidden service introduction point decryption. Bug discovered by Dan Rosenberg. Fixes bug 4410; @@ -26,9 +26,9 @@ Changes in version 0.2.2.35 - 2011-11-?? we've had in the 0.2.3.x branch already. - When running as a client, do not print a misleading (and plain wrong) log message that we're collecting "directory request" - statistics: we don't collect statistics as clients. Also don't - create a useless (because empty) stats file in the stats/ - directory. Fixes bug 4353; bugfix on 0.2.2.34. + statistics: clients don't collect statistics. Also don't create a + useless (because empty) stats file in the stats/ directory. Fixes + bug 4353; bugfix on 0.2.2.34. o Minor bugfixes: - Detect failure to initialize Libevent. This fix provides better @@ -36,7 +36,7 @@ Changes in version 0.2.2.35 - 2011-11-?? - Avoid frequent calls to the fairly expensive cull_wedged_cpuworkers function. This was eating up hideously large amounts of time on some busy servers. Fixes bug 4518; bugfix on 0.0.9.8. - - Resolve an integer overflow bug in smartlist_ensure_capacity. + - Resolve an integer overflow bug in smartlist_ensure_capacity(). Fixes bug 4230; bugfix on Tor 0.1.0.1-rc. Based on a patch by Mansour Moufid. - Don't warn about unused log_mutex in log.c when building with @@ -44,11 +44,11 @@ Changes in version 0.2.2.35 - 2011-11-?? 0.1.0.6-rc which introduced --disable-threads. - When configuring, starting, or stopping an NT service, stop immediately after the service configuration attempt has succeeded - or failed. Fixes bug3963; bugfix on 0.2.0.7-alpha. + or failed. Fixes bug 3963; bugfix on 0.2.0.7-alpha. - When sending a NETINFO cell, include the original address received for the other side, not its canonical address. Found by "troll_un"; fixes bug 4349; bugfix on 0.2.0.10-alpha. - - Fixed a typo in a hibernation-related log message. Fixes bug 4331; + - Fix a typo in a hibernation-related log message. Fixes bug 4331; bugfix on 0.2.2.23-alpha; found by "tmpname0901". - Fix a memory leak in launch_direct_bridge_descriptor_fetch() that occurred when a client tried to fetch a descriptor for a bridge |