]> granicus.if.org Git - apache/commitdiff
These are in 2.2.11-dev
authorJim Jagielski <jim@apache.org>
Tue, 11 Nov 2008 20:12:25 +0000 (20:12 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 11 Nov 2008 20:12:25 +0000 (20:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713152 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index b8c44a3f3d567bfd137c13f18f0fa46adb1faf0a..3a62136ac3a16647c59d8ca71948e2f979c9e0d0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,9 +5,6 @@ Changes with Apache 2.3.0
   *) Build: Correctly set SSL_LIBS during openssl detection if pkgconfig is
      not available. PR 46018 [Ruediger Pluem]
 
-  *) mod_expires: Do not sets negative max-age / Expires header in the past.
-     PR 39774 [Jim Jagielski]
-
   *) authn/z: Remove mod_authn_default and mod_authz_default.
      [Chris Darroch]
 
@@ -34,15 +31,9 @@ Changes with Apache 2.3.0
 
   *) core: Add ap_timeout_parameter_parse to public API. [Ruediger Pluem]
 
-  *) mod_proxy: Prevent segmentation faults by correctly adjusting the lifetime
-     of the buckets read from the proxy backend. PR 45792 [Ruediger Pluem]
-
   *) mod_dir: Support "DirectoryIndex None" 
      Suggested By AndrĂ© Warnier <aw ice-sa.com> [Eric Covener]
 
-  *) mod_proxy: Add the possibility to set the worker parameters
-     connectiontimeout and ping in milliseconds. [Ruediger Pluem]
-
   *) mod_ssl: Send Content-Type application/ocsp-request for POST requests to
      OSCP responders. PR 46014 [Dr Stephen Henson <steve openssl.org>]
 
@@ -50,14 +41,6 @@ Changes with Apache 2.3.0
      rewrite_mapfunc_t and ap_register_rewrite_mapfunc functions are
      available to third party modules. [Graham Leggett]
 
-  *) mod_proxy_ajp: Fix wrongly formatted requests where client
-     sets Content-Length header, but doesn't provide a body.
-     Servlet container always expects that next packet is
-     body whenever C-L is present in the headers. This can lead
-     to wrong interpretation of the packets. In this case
-     send the empty body packet, so container can deal with
-     that. [Mladen Turk]
-
   *) mod_authnz_ldap: don't return NULL-valued environment variables to
      other modules.  PR 39045 [Francois Pesce <francois.pesce gmail.com>]