diff options
author | Roger Dingledine <arma@torproject.org> | 2007-10-16 03:26:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-10-16 03:26:39 +0000 |
commit | 5aa76cdaa81ac830a6133ca8aa8c23e1b671058d (patch) | |
tree | 4b6004878d952ab42e5fd073da0c222f26aab99f /ChangeLog | |
parent | dbdaa610eeeb61ddd10068089efdfe0a97321b57 (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |