[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r13097: Oops. Forgot to commit changelog for a couple of 0.1.2.x bac (tor/branches/tor-0_1_2-patches)
Author: nickm
Date: 2008-01-10 13:11:34 -0500 (Thu, 10 Jan 2008)
New Revision: 13097
Modified:
tor/branches/tor-0_1_2-patches/
tor/branches/tor-0_1_2-patches/ChangeLog
Log:
r17562@catbus: nickm | 2008-01-10 13:11:25 -0500
Oops. Forgot to commit changelog for a couple of 0.1.2.x backports.
Property changes on: tor/branches/tor-0_1_2-patches
___________________________________________________________________
svk:merge ticket from /tor/012 [r17562] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: tor/branches/tor-0_1_2-patches/ChangeLog
===================================================================
--- tor/branches/tor-0_1_2-patches/ChangeLog 2008-01-10 18:08:42 UTC (rev 13096)
+++ tor/branches/tor-0_1_2-patches/ChangeLog 2008-01-10 18:11:34 UTC (rev 13097)
@@ -39,6 +39,11 @@
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