aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-01-10 18:11:34 +0000
committerNick Mathewson <nickm@torproject.org>2008-01-10 18:11:34 +0000
commit6d9816d9e9e58c2a9521b92c0ed408646743de22 (patch)
treeda62a30c2bfba047303d1195fc4ddec95269faee
parentbf6ef1bf00fcafb1e6399295b5e69f79b053a635 (diff)
downloadtor-6d9816d9e9e58c2a9521b92c0ed408646743de22.tar.gz
tor-6d9816d9e9e58c2a9521b92c0ed408646743de22.zip
r17562@catbus: nickm | 2008-01-10 13:11:25 -0500
Oops. Forgot to commit changelog for a couple of 0.1.2.x backports. svn:r13097
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c69ad8a84..fe594dc0bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,11 @@ Changes in version 0.1.2.19 - 2008-01-??
responses _and_ send a body too), there are still servers out there
that haven't upgraded. Therefore, make clients parse such bodies
when they receive them.
+ - Run correctly on systems where rlim_t is larger than unsigned long.
+ This includes some 64-bit systems.
+ - Run correctly on platforms (like some versions of OS X 10.5) where
+ the real limit for number of open files is OPEN_FILES, not
+ rlim_max from getrlimit(RLIMIT_NOFILES).
Changes in version 0.1.2.18 - 2007-10-28