summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-10-16 03:26:39 +0000
committerRoger Dingledine <arma@torproject.org>2007-10-16 03:26:39 +0000
commit5aa76cdaa81ac830a6133ca8aa8c23e1b671058d (patch)
tree4b6004878d952ab42e5fd073da0c222f26aab99f /ChangeLog
parentdbdaa610eeeb61ddd10068089efdfe0a97321b57 (diff)
downloadtor-5aa76cdaa81ac830a6133ca8aa8c23e1b671058d.tar.gz
tor-5aa76cdaa81ac830a6133ca8aa8c23e1b671058d.zip
Correctly check for bad options to the "PublishServerDescriptor"
config option. Bugfix on 0.2.0.1-alpha; reported by Matt Edman. svn:r11968
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 942502cb50..4cfa3dad35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,8 @@ Changes in version 0.2.0.9-alpha - 2007-10-??
- Make the "next period" votes into "current period" votes immediately
after publishing the consensus; avoid a heisenbug that made them stick
around indefinitely.
+ - Correctly check for bad options to the "PublishServerDescriptor"
+ config option. Bugfix on 0.2.0.1-alpha; reported by Matt Edman.
o Minor bugfixes (memory leaks):
- Stop leaking memory on failing case of base32_decode. Bugfix on