aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-04-10 05:55:53 +0000
committerRoger Dingledine <arma@torproject.org>2006-04-10 05:55:53 +0000
commit327e1e6944ebd88485824d79010ae2e74e8e4e81 (patch)
tree7561e004b5863b6c59dc069b564d2d5752ea9105
parentacc2eb445d3847f6853c92737a98a99e0bce0cb1 (diff)
downloadtor-327e1e6944ebd88485824d79010ae2e74e8e4e81.tar.gz
tor-327e1e6944ebd88485824d79010ae2e74e8e4e81.zip
a last item on the changelog
svn:r6350
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9551c68d53..a61bc64038 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.1.1.18-rc - 2006-04-09
+Changes in version 0.1.1.18-rc - 2006-04-10
o Major fixes:
- Work harder to download live network-statuses from all the
directory authorities we know about. Improve the threshold
@@ -36,6 +36,9 @@ Changes in version 0.1.1.18-rc - 2006-04-09
Perhaps this will help us hunt the bug.
- If you're not a versioning dirserver, don't put the string
"client-versions \nserver-versions \n" in your network-status.
+ - Lower the minimum required number of file descriptors to 1000,
+ so we can have some overhead for Valgrind on Linux, where the
+ default ulimit -n is 1024.
o New features:
- Add tor.dizum.com as the fifth authoritative directory server.