diff options
author | Roger Dingledine <arma@torproject.org> | 2008-01-06 23:37:48 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-01-06 23:37:48 +0000 |
commit | 5a912aa1c8f671fe4388156ea608504c871bd142 (patch) | |
tree | 115f0209c4b0a590efa5e470e3ba681a914bc9c7 /ChangeLog | |
parent | d73b7919693037024f5acd2cbea8b3125ccc7fb9 (diff) | |
download | tor-5a912aa1c8f671fe4388156ea608504c871bd142.tar.gz tor-5a912aa1c8f671fe4388156ea608504c871bd142.zip |
cleanups on r13037
svn:r13045
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ Changes in version 0.2.0.16-alpha - 2008-01-?? - Use a mutex to protect the list of logs, so we never write to the list as it's being freed. Bugfix on 0.1.2.x. Fixes the very rare bug 575, which is kind of the revenge of bug 222. + - Patch from Karsten Loesing to complain less at both the client + and the relay when a relay used to have the HSDir flag but doesn't + anymore, and we try to upload a hidden service descriptor. o Minor features (controller): - Get NS events working again. (Patch from tup) |