summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-12-04 18:54:01 +0000
committerRoger Dingledine <arma@torproject.org>2006-12-04 18:54:01 +0000
commit44c55dad232cbb64a9269fa1f9808daa7c4cc101 (patch)
tree58e8b8b71101a0330d438119aaa545f0719c99ed /ChangeLog
parentc9eb1c6d5c16ddee1bc96fb5cb5af206dbfe423c (diff)
downloadtor-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--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b548562b3..c0d141bdce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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