diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-11-04 02:29:27 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-11-04 02:29:27 +0000 |
commit | 928c584ec219f4d2b5b60a22842390e4057e7dd0 (patch) | |
tree | 93320224a3d53918ac1b929dbf350c706f4d9f3d /ChangeLog | |
parent | 5bf61633e3c44ad65a91d90c4002475ddd5ef8e4 (diff) | |
download | tor-928c584ec219f4d2b5b60a22842390e4057e7dd0.tar tor-928c584ec219f4d2b5b60a22842390e4057e7dd0.tar.gz |
r14700@tombo: nickm | 2007-11-03 22:29:21 -0400
Fix sign error in networkstatus_note_certs_arrived().
svn:r12371
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -67,6 +67,11 @@ Changes in version 0.2.0.10-alpha - 2007-11-0? the Tor process. Patch from Marco Bonetti with tweaks from Mike Perry. + o Major bugfixes: + - Consider replace the current consensus when certificates arrive + that make the pending consensus valid. Previously, we were only + considering replacement when the new certs _didn't_ help. + o Minor bugfixes: - Refuse to start if both ORPort and UseBridges are set. Bugfix on 0.2.0.x. |