From 6d9816d9e9e58c2a9521b92c0ed408646743de22 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 10 Jan 2008 18:11:34 +0000 Subject: 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 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3-54-g00ecf