diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2002-05-30 07:31:20 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2002-05-30 07:31:20 +0200 |
commit | b4bb667fbf12697bdbc4f7d0c695bf69bac1a0ec (patch) | |
tree | de750927428344cc0a432c5008167934f56c18a6 /CHANGES | |
parent | okay then :) (diff) | |
download | apache2-b4bb667fbf12697bdbc4f7d0c695bf69bac1a0ec.tar.xz apache2-b4bb667fbf12697bdbc4f7d0c695bf69bac1a0ec.zip |
Goodness
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95383 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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] |