From: William A. Rowe Jr Date: Thu, 16 Aug 2001 08:24:18 +0000 (+0000) Subject: Just rambling X-Git-Tag: 2.0.24~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a63d7c3b3bb2ad6718328b07f39ff0d347616d0;p=apache Just rambling git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90210 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 7a17c7aea1..a80c236b77 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 2.0.24-dev + *) Added Win32 revision stamp resources to all http binaries + (including modules/ and support/ tools.) PR7322 [William Rowe] + *) Fix ap_rvprintf to support more than 4K of data at one time. [Cody Sherr ] diff --git a/STATUS b/STATUS index d40809544c..a7dbd6f3eb 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2001/08/16 05:04:38 $] +Last modified at [$Date: 2001/08/16 08:24:18 $] Release: @@ -228,11 +228,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: process (e.g., mutex init failure), other children (cgid, at least) are left hanging around - * Win32 should grow version info on all .dll/.so/.exe binaries. Pretty - simple with the right script (awk or perl), we just don't need to grow - dozens of new files in the repository to do so. - Suggested by: Jerker Back PR 7388 - * Win32: Get Apache working on Windows 95/98. The following work (at least) needs to be done: - winnt MPM: Fix 95/98 code paths in the winnt MPM. There is some NT