]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
removed applied backports.
authorGuenter Knauf <fuankg@apache.org>
Mon, 6 Aug 2007 17:11:20 +0000 (17:11 +0000)
committerGuenter Knauf <fuankg@apache.org>
Mon, 6 Aug 2007 17:11:20 +0000 (17:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563196 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5398a286f252066903e5ff6958b8cd74f1c3eb89..bb8f0372348154cc07776c028f433cb8d1629cd0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -187,17 +187,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        http://people.apache.org/~chrisd/patches/mod_dbd_pools_groups/mpm_child_init-beos-2.2.x.patch
      +0: chrisd (abstaining; unable to test)
 
-   * netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
-     cleanups registered in modules' child_init hooks are performed (e.g.,
-     mod_log_config and mod_dbd).
-     Trunk version of patch:
-       http://svn.apache.org/viewvc?view=rev&revision=491907
-     2.2.x version of patch:
-       http://people.apache.org/~chrisd/patches/mod_dbd_pools_groups/mpm_child_init-netware-2.2.x.patch
-     +0: chrisd (abstaining; unable to test)
-     +1: bnicholes - I don't know of any problems that this specifically addresses, but it seems like
-                     the right thing to do.
-
    * mod_dbd: Create memory sub-pools for each DB connection and close
      DB connections in a pool cleanup function.  Ensure prepared statements
      are destroyed before DB connection is closed.  When using reslists,
@@ -247,11 +236,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        check for a buffer overflow a few lines later is not correct any more
        (now an error (APR_ENOSPC) is returned instead).
 
-    * netware build system:
-      removed obsolete stuff
-        http://svn.apache.org/viewvc?view=rev&revision=521264
-      +1: fuankg, bnicholes
-
     * mod_proxy_ajp: Add support of ProxyIOBufferSize.
       Trunk version of patch:
         http://svn.apache.org/viewvc?view=rev&rev=467014