diff options
author | Roger Dingledine <arma@torproject.org> | 2006-12-04 18:54:01 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-12-04 18:54:01 +0000 |
commit | 44c55dad232cbb64a9269fa1f9808daa7c4cc101 (patch) | |
tree | 58e8b8b71101a0330d438119aaa545f0719c99ed /ChangeLog | |
parent | c9eb1c6d5c16ddee1bc96fb5cb5af206dbfe423c (diff) | |
download | tor-44c55dad232cbb64a9269fa1f9808daa7c4cc101.tar.gz tor-44c55dad232cbb64a9269fa1f9808daa7c4cc101.zip |
Fix an assert failure when the directory authority sets
AuthDirRejectUnlisted and then receives a descriptor from an
unlisted router (reported by seeess).
svn:r9023
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,11 +1,14 @@ Changes in version 0.1.2.5-xxxx - 200?-??-?? o Minor bugfixes; - Fix a bug when a PF socket is first used. (Patch from Fabian - Keil) + Keil.) + - Fix an assert failure when the directory authority sets + AuthDirRejectUnlisted and then receives a descriptor from an + unlisted router (reported by seeess). o Controller bugfixes: - Report the circuit number correctly in STREAM CLOSED events. (Bug - reported by Mike Perry) + reported by Mike Perry.) Changes in version 0.1.2.4-alpha - 2006-12-03 |