]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote/promote htcacheclean enhancement
authorJeff Trawick <trawick@apache.org>
Tue, 11 May 2010 11:09:35 +0000 (11:09 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 11 May 2010 11:09:35 +0000 (11:09 +0000)
need to look at sf's entries more

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@943082 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index fdb8c9950de8bbb1298f48284f8fe874d2ad3db0..58b8037fa36627b04c8a2ed58c0c671b94a626db 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -86,6 +86,16 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  * support/htcacheclean: Teach it how to write a pid file (modelled on
+    httpd's writing of a pid file) so that it becomes possible to run
+    more than one instance of htcacheclean on the same machine.
+    Trunk patch: http://svn.apache.org/viewvc?rev=910705&view=rev
+                 http://svn.apache.org/viewvc?rev=910735&view=rev
+                 http://svn.apache.org/viewvc?rev=910756&view=rev
+                 http://svn.apache.org/viewvc?rev=917002&view=rev
+                 http://svn.apache.org/viewvc?rev=917005&view=rev
+    2.2.x patch: http://people.apache.org/~minfrin/htcacheclean-pid.patch
+    +1: minfrin, sf, trawick
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -100,17 +110,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    sf:        Couldn't the linux 2.4 bug be worked around by calling access
               twice? Once with R_OK and once with X_OK.
 
-  * support/htcacheclean: Teach it how to write a pid file (modelled on
-    httpd's writing of a pid file) so that it becomes possible to run
-    more than one instance of htcacheclean on the same machine.
-    Trunk patch: http://svn.apache.org/viewvc?rev=910705&view=rev
-                 http://svn.apache.org/viewvc?rev=910735&view=rev
-                 http://svn.apache.org/viewvc?rev=910756&view=rev
-                 http://svn.apache.org/viewvc?rev=917002&view=rev
-                 http://svn.apache.org/viewvc?rev=917005&view=rev
-    2.2.x patch: http://people.apache.org/~minfrin/htcacheclean-pid.patch
-    +1: minfrin, sf
-
   * mod_ssl: modules/ssl/ssl_engine_init.c (ssl_init_ctx_cleanup_proxy):
     Unset pkp->certs pointer after freeing the array; fixes segfault at
     startup if the certs are shared across >1 server_rec.