diff options
author | Ryan Bloom <rbb@apache.org> | 2000-12-02 08:15:32 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-12-02 08:15:32 +0100 |
commit | 5843ecfd4a6af3dda2e28b91f4036c39bf4d2a69 (patch) | |
tree | 86fd92ece1bad631b606339fd9cd10f5afd6f940 /STATUS | |
parent | MPMs that require multiple segments of shared memory now just use two (diff) | |
download | apache2-5843ecfd4a6af3dda2e28b91f4036c39bf4d2a69.tar.xz apache2-5843ecfd4a6af3dda2e28b91f4036c39bf4d2a69.zip |
Note the patch submitted today by Jon Travis about cleaning up inet_ntoa.
This patch is waiting until IPv6 is settled, and we can really see what
we are left with. I don't want us to forget that inet_ntoa has thread-
safeness issues, so I am noting this patch here.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87154 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | STATUS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 2000/12/01 22:56:47 $] +Last modified at [$Date: 2000/12/02 07:15:32 $] Release: @@ -648,6 +648,11 @@ Documentation that needs writing: Available Patches: + * Jon Travis's <jtravis@covalent.net> patch to deal with thread-safe + issues with inet_ntoa. See message <20001201163220.A12827@covalent.net> + Status: This is being set aside until the IPv6 work is finished + so that we know exactly what is required. + * Martin Sojka <msojka@gmx.de>'s patch to add error reporting for failed htpasswd actions due to a full /tmp volume (other programs may have similar problems?) |