From: William A. Rowe Jr Date: Sat, 20 Jan 2001 21:47:31 +0000 (+0000) Subject: Sunny in Chicago. X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc80edd81359fb547d2440bdb349ddfa51431284;p=apache Sunny in Chicago. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87761 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a4fc6095e8..3f8fa3e9f9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,14 @@ Changes with Apache 2.0b1 + *) Cleaned out open_file from mod_file_cache, as apr now accepts + the APR_XTHREAD argument to open a file for consumption by + parallel threads on win32. [William Rowe] + + *) Correct a bug in determining when we follow symlinks. The code + expected a stat -1 result, not an apr_status_t positive error. + Also check if the APR_FINFO_USER fields are valid before we + follow the link. [William Rowe] + *) Move initgroupgs, ap_uname2id and ap_gname2id from util.c to mpm_common.c. These functions are only valid on some platforms, so they should not be in the main-line code. [Ryan Bloom]