]> granicus.if.org Git - apache/commitdiff
Fix bug reported as PR 11854.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 20 Aug 2002 18:32:09 +0000 (18:32 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 20 Aug 2002 18:32:09 +0000 (18:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96456 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index edb465140963dd27cfeca3a4a0da93fca9d89857..29bc4e5c3c4919420419b347e0d7e611635b171a 100644 (file)
--- 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 <Ian779@darwinsys.com>]