rbb 00/12/01 23:15:44
Modified: . STATUS
Log:
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.
Revision Changes Path
1.161 +6 -1 apache-2.0/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apache-2.0/STATUS,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- STATUS 2000/12/01 22:56:47 1.160
+++ STATUS 2000/12/02 07:15:32 1.161
@@ -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:
@@ -647,6 +647,11 @@
does not show the contents of new files until later.
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
|