summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-10-26 14:57:26 +0000
committerNick Mathewson <nickm@torproject.org>2007-10-26 14:57:26 +0000
commit2ac37c8b01c00fcb372d8868fb4eaacad2f49b30 (patch)
tree26a43d0ef5a07d9f83ccf188ece0e1c14fbd42f3 /ChangeLog
parent40970ccdaa5f63c7a1c554d9c45f8de95742b5ec (diff)
downloadtor-2ac37c8b01c00fcb372d8868fb4eaacad2f49b30.tar.gz
tor-2ac37c8b01c00fcb372d8868fb4eaacad2f49b30.zip
r16174@catbus: nickm | 2007-10-26 10:55:26 -0400
Better log on vote from unknown authority. Make get_by_v3_authority_id retrun only v3 authorities. svn:r12203
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68a6f96c24..a9d1b5d978 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@ Changes in version 0.2.0.10-alpha - 2007-1?-??
o Minor bugfixes:
- Refuse to start if both ORPort and UseBridges are set. Bugfix
on 0.2.0.x.
+ - Better log message on vote from unknown authority.
o Minor bugfixes (memory leaks):
- Stop leaking memory every time we parse a v3 certificate. Bugfix