cosmetic, comment, and todo fixes

svn:r9627
This commit is contained in:
Roger Dingledine
2007-02-24 01:12:53 +00:00
parent 4e05ccb289
commit 9946bb7fbd
10 changed files with 49 additions and 43 deletions
+12 -11
View File
@@ -1,22 +1,23 @@
Changes in version 0.1.2.8-alpha - 2007-??-??
o Major bugfixes (accounting):
- When we start during an accounting interval before it's time to wake
up, remember to wake up at the correct time. (May fix bug 342.)
- Fix a longstanding obscure crash bug that could occur when
low on DNS resources. (Resolves bug 390.)
o Major bugfixes (crashes):
- Stop crashing when the controller asks us to resetconf more than
one config option at once. (Vidalia 0.0.11 does this.)
- Fix a crash that happened on Win98 when we're given command-line
arguments: Don't try to load NT service functions from advapi32.dll
except when we need them. (bug introduced in 0.1.2.7-alpha).
arguments: don't try to load NT service functions from advapi32.dll
except when we need them. (Bug introduced in 0.1.2.7-alpha;
resolves bug 389.)
o Major bugfixes (accounting):
- When we start during an accounting interval before it's time to wake
up, remember to wake up at the correct time. (May fix bug 342.)
- Fix a longstanding obscure crash bug that could occur when
we run out of DNS worker processes. (Resolves bug 390.)
o Minor bugfixes (controller):
- Give the controller END_STREAM_REASON_DESTROY events _before_ we
clear the corresponding on_circuit variable, and remember later that
we don't need to send a redundant CLOSED event. (Resolves part 3 of
bug 367.)
clear the corresponding on_circuit variable, and remember later
that we don't need to send a redundant CLOSED event. (Resolves part
3 of bug 367.)
- Report events where a resolve succeeded or where we got a socks
protocol error correctly, rather than calling both of them
"INTERNAL".