]> granicus.if.org Git - apache/commitdiff
Sunny in Chicago.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 20 Jan 2001 21:47:31 +0000 (21:47 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 20 Jan 2001 21:47:31 +0000 (21:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87761 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index a4fc6095e8138ac06a87c8ae2940931a1234f18a..3f8fa3e9f906a81734633e30e3d29e83d3ef33de 100644 (file)
--- 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]