summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-10-08 07:45:16 +0000
committerRoger Dingledine <arma@torproject.org>2006-10-08 07:45:16 +0000
commitf0d7a6716ff95787b61389d0eb3827d7d131def9 (patch)
tree5b94cf97d0b0ddfa4c5f3e4a67f696fc071958ff /ChangeLog
parent538c54e376caf918e3777afeba5381c6e67cee1d (diff)
downloadtor-f0d7a6716ff95787b61389d0eb3827d7d131def9.tar.gz
tor-f0d7a6716ff95787b61389d0eb3827d7d131def9.zip
In the hidden service example in torrc.sample, stop recommending
esoteric and discouraged hidden service options. svn:r8648
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3640470254..3243764180 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,11 @@
Changes in version 0.1.2.3-alpha - 2006-10-??
-
o Minor bugfixes:
- Change NT service functions to be loaded on demand. This lets us
build with mingw without breaking Tor for Windows 98 users.
+ - Do DirPort reachability tests less often, since a single test
+ chews through many circuits before giving up.
+ - In the hidden service example in torrc.sample, stop recommending
+ esoteric and discouraged hidden service options.
Changes in version 0.1.2.2-alpha - 2006-10-07