]> granicus.if.org Git - apache/blobdiff - CHANGES
showstoppers--;
[apache] / CHANGES
diff --git a/CHANGES b/CHANGES
index 01619f07a0df1a0366aacfcbe55c2a877c34104c..8a62d84e3510d4780984f03327cc75682850b976 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,19 @@
 Changes with Apache 2.0.30-dev
 
+  *) Fix LimitRequestBody directive by placing it in the HTTP
+     filter.  [Justin Erenkrantz]
+
+  *) Fix mod_proxy seg fault when the proxied server returns 
+     an HTTP/0.9 response or a bogus status line.
+     [Adam Sussman]
+
+  *) Prevent mod_proxy from truncating one character off the
+     end of the status line returned from the proxied server.
+     [Adam Sussman, Bill Stoddard]
+
+  *) Eliminate loop in ap_proxy_string_read().
+     [Adam Sussman, Bill Stoddard]
+
   *) Provide $0..$9 results from mod_include regex parsing.
      [William Rowe]