]> granicus.if.org Git - apache/commitdiff
Goodness
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 30 May 2002 05:31:20 +0000 (05:31 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 30 May 2002 05:31:20 +0000 (05:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95383 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index b85e16058a6a869ff74408d5f52b8d6c17f36fa2..b8289333d9b78b9f4e66c268156be1fbf60850c3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,14 @@
 Changes with Apache 2.0.37
 
+  *) Changed cgi and piped log behavior to accept 65536 characters
+     on Win32 (matching Linux) before deadlocking between outputing
+     client stdin, slurping the output from stdout and then the stderr
+     stream.  PR 8179  [William Rowe]
+
+  *) Fixed Win32 wintty.exe support to assure the window title is valid.
+     Elimiates possible gpfault or garbage title without the -t option.
+     [William Rowe]
+
   *) Rewrite mod_cgi's input handling to use brigades and input
      filters.  [Justin Erenkrantz]