From: Guenter Knauf Date: Mon, 6 Aug 2007 17:11:20 +0000 (+0000) Subject: removed applied backports. X-Git-Tag: 2.2.5~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=258dc5293d53814c57d428f124a9fedeb42d142e;p=thirdparty%2Fapache%2Fhttpd.git removed applied backports. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563196 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 5398a286f25..bb8f0372348 100644 --- 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