]> granicus.if.org Git - apache/blobdiff - CHANGES
showstoppers--;
[apache] / CHANGES
diff --git a/CHANGES b/CHANGES
index 3763ae198919cd21a15032e9b51080b4621a3596..8a62d84e3510d4780984f03327cc75682850b976 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,69 @@
 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]
+
+  *) Allow mod-include to look for alternate start & end tags [Ian Holsman]
+
+  *) Introduced the ForceLanguagePriority directive, to prevent
+     returning MULTIPLE_CHOICES or NONE_ACCEPTABLE in some cases,
+     when using Multiviews.  [William Rowe]
+
+  *) Fix a problem which prevented mod_cgid and suexec from working
+     together reliably [Greg Ames]
+
+  *) Remove the call to exit() from within mod_auth_digest's post_config
+     phase.  [Aaron Bannert]
+
+  *) Fix a problem in mod_auth_digest that could potentially cause
+     problems with initialized static data on a system that uses DSOs.
+     [Aaron Bannert]
+
+  *) Fix a segfault in the worker MPM that could happen during
+     child process exits.  [Brian Pane, Aaron Bannert]
+
+  *) Allow mod_auth_dbm to handle multiple DBM types [Ian Holsman]
+
+  *) Fix matching of vhosts by ip address so we find IPv4
+     vhost address when target address is v4-mapped form of
+     that address.  [Jeff Trawick]
+
+  *) More performance tweaks to the BNDM string-search algorithm
+     used to find "<!--#" tokens in mod_include [Brian Pane]
+
+  *) Miscellaneous small performance fixes: optimized away various
+     string copy operations and removed large temp buffers from
+     the stack [Brian Pane]
+
+  *) Fixed startup segfault that occurred when a VirtualHost
+     directive had a port but no address [Brian Pane]
+
+  *) Allow htdbm to work with multiple DBM types [Ian Holsman]
+
+  *) Win32: Made change to apr_sendfile() to return APR_ENOTIMPL
+     if oslevel < WINNT.  This should fix several problems reported
+     Against 2.0.28 on Windows 98 [Bill Stoddard]
+
   *) Win32: Fix bug that could cause CGI scripts with QUERY_STRINGS
      to fail. [Bill Stoddard]
 
   *) Change core code to allow an MPM to set hard thread/server
-     limits at startup.  [Jeff Trawick]
+     limits at startup.  prefork, worker, and perchild MPMs now have 
+     directives to set these limits.  [Jeff Trawick]
 
   *) Win32: The async AcceptEx() event should be autoreset upon
      successful completion of a wait (WaitForSingleObject). This
@@ -78,6 +138,8 @@ Changes with Apache 2.0.30-dev
   *) On a error in the proxy, make it write a line to the error log
      [Ian Holsman]
 
+  *) Various mod_ssl performance improvements [Doug MacEachern]
+
 Changes with Apache 2.0.29
 
   *) Add buffering in core_output_filter to ensure that long