From: Ryan Bloom Date: Sat, 2 Dec 2000 07:15:32 +0000 (+0000) Subject: Note the patch submitted today by Jon Travis about cleaning up inet_ntoa. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ac4395ac61ed57f284907d534299985dfa7a756;p=apache 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 --- diff --git a/STATUS b/STATUS index 2e2092c019..38a17dc4f4 100644 --- a/STATUS +++ b/STATUS @@ -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 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 's patch to add error reporting for failed htpasswd actions due to a full /tmp volume (other programs may have similar problems?)