summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-11-02 16:02:26 +0000
committerNick Mathewson <nickm@torproject.org>2007-11-02 16:02:26 +0000
commitdfc689bda232de67ff3ed20b145e12e57dd5dd31 (patch)
tree0110247f06634530a9368f97d3f9ca242f303b21 /ChangeLog
parente76581f97eb849a0e3de869828f4ff809d00e9ba (diff)
downloadtor-dfc689bda232de67ff3ed20b145e12e57dd5dd31.tar.gz
tor-dfc689bda232de67ff3ed20b145e12e57dd5dd31.zip
r14652@tombo: nickm | 2007-11-02 12:02:13 -0400
If setting our rlimit to rlim_max or cap fails, fall back to OPEN_FILES if defiled. This makes Tor run on OSX 10.5, while allowing OSX to mend its ways in the future. svn:r12341
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7aedd17534..28432b5fb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -77,7 +77,10 @@ Changes in version 0.2.0.10-alpha - 2007-1?-??
0.2.0.9-alpha.
- Minor bugfixes (portability):
- - Run correctly on platforms where rlim_t is larger than unsigned long.
+ - Run correctly on platforms where rlim_t is larger than unsigned
+ long.
+ - Run correctly on platforms where the real limit for number of
+ open files is OPEN_FILES, not rlim_max from getrlimit(RLIMIT_NOFILES)
Changes in version 0.2.0.9-alpha - 2007-10-24