]> granicus.if.org Git - apache/commitdiff
As of r631363, all applied
authorJim Jagielski <jim@apache.org>
Tue, 26 Feb 2008 19:54:00 +0000 (19:54 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 26 Feb 2008 19:54:00 +0000 (19:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@631364 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index b1b35805e293c2316ba0ec0633f135a2a927f931..ed988ad3109c25a845714ec8de07a8684a84e95b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,10 +2,6 @@
 Changes with Apache 2.3.0
 [ When backported to 2.2.x, remove entry from this file ]
 
-  *) Worker / Event MPM: Fix race condition in pool recycling that leads to
-     segmentation faults under load.  PR 44402
-     [Basant Kumar Kukreja <basant.kukreja sun.com>]
-
   *) mod_include: Correctly handle SSI directives split over multiple filter
      passes.  PR 44447 [Harald Niesche <harald brokenerror.de>]
 
@@ -60,19 +56,10 @@ Changes with Apache 2.3.0
   *) Support chroot on Unix-family platforms
      PR 43596 [Dimitar Pashev <mitko banksoft-bg.com>]
 
-  *) Don't add bogus duplicate Content-Language entries
-     PR 11035 [Davi Arnaut]
-
-  *) mod_proxy_ftp: Fix base for directory listings.
-     PR 27834 [Nick Kew]
-
   *) mod_proxy_http: Return HTTP status codes instead of apr_status_t
      values for errors encountered while forwarding the request body
      PR 44165 [Eric Covener]
 
-  *) mod_logio: Provide optional function to allow modules to adjust the 
-     bytes_in count [Eric Covener]
-
   *) mod_ssl: Added server name indication support (SNI, RFC 4366).
      PR 34607. [Kaspar Brand <asfbugz velox.ch>]. A test configuration
      can be created with test/make_sni.sh [Dirk-Willem van Gulik].