summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-01-21 21:21:19 +0000
committerRoger Dingledine <arma@torproject.org>2008-01-21 21:21:19 +0000
commita49f14d0d499615f7729fb20fa8e6fe52791810b (patch)
tree79f0c0edb782624451d3df545c94af107d088121 /ChangeLog
parentb79850d5748879109484a72615105c57a6de2d0a (diff)
downloadtor-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 89b291cf0b..7a9b1c0cec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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).