summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-20 22:28:26 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-20 22:28:26 +0000
commit93aa3355161923d722d196ebb27f35c8138c4c69 (patch)
tree8790b4ceddf2e412d39972a86817226d2e658806 /ChangeLog
parent644452a62fde5fec66dab56c4f47204f42b57bac (diff)
downloadtor-93aa3355161923d722d196ebb27f35c8138c4c69.tar.gz
tor-93aa3355161923d722d196ebb27f35c8138c4c69.zip
r18269@catbus: nickm | 2008-02-20 17:28:24 -0500
Apply patch from Sebastian Hahn: stop imposing an arbitrary maximum on the number of file descriptors used for busy servers. Bug reported by Olaf Selke. svn:r13626
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae981ade36..ec4ab45ca4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,9 @@ Changes in version 0.2.0.20-?? - 2008-02-??
- Add a --with-tcmalloc option to the configure script to link
against tcmalloc (if present). Does not yet search for
non-system include paths.
+ - Stop imposing an arbitrary maximum on the number of file descriptors
+ used for busy servers. Bug reported by Olaf Selke; patch from
+ Sebastian Hahn.
o Minor features (controller):
- Add a new __HashedControlSessionPassword option for controllers