diff options
author | Roger Dingledine <arma@torproject.org> | 2008-01-21 21:21:19 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-01-21 21:21:19 +0000 |
commit | a49f14d0d499615f7729fb20fa8e6fe52791810b (patch) | |
tree | 79f0c0edb782624451d3df545c94af107d088121 /ChangeLog | |
parent | b79850d5748879109484a72615105c57a6de2d0a (diff) | |
download | tor-a49f14d0d499615f7729fb20fa8e6fe52791810b.tar.gz tor-a49f14d0d499615f7729fb20fa8e6fe52791810b.zip |
When we setconf ClientOnly to 1, close any current OR and Dir
listeners. Reported by mwenge.
svn:r13214
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ Changes in version 0.2.0.18-alpha - 2008-01-?? the request isn't encrypted. - Make "ClientOnly 1" config option disable directory ports too. + o Minor bugfixes: + - When we setconf ClientOnly to 1, close any current OR and Dir + listeners. Reported by mwenge. + Changes in version 0.2.0.17-alpha - 2008-01-17 Tor 0.2.0.17-alpha makes the tarball build cleanly again (whoops). |