From: William A. Rowe Jr Date: Tue, 20 Aug 2002 18:32:09 +0000 (+0000) Subject: Fix bug reported as PR 11854. X-Git-Tag: AGB_BEFORE_AAA_CHANGES~210 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d53f5e79ca354409ecdc5c0cb32d3ef9ab93269b;p=apache Fix bug reported as PR 11854. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96456 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index edb4651409..29bc4e5c3c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ Changes with Apache 2.0.41 + *) Fix bug where environment or command line arguments containing + non-ASCII-7 characters would cause the Win32 child process creation + to fail. PR 11854 [William Rowe] + *) Bug #11213.. make module loading error messages more informative [Ian Darwin ]