]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove a stalled stale vote, as per discussion on dev@httpd.
authorColm MacCarthaigh <colm@apache.org>
Thu, 26 Jan 2006 20:18:04 +0000 (20:18 +0000)
committerColm MacCarthaigh <colm@apache.org>
Thu, 26 Jan 2006 20:18:04 +0000 (20:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@372601 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index bcb10fe8a313457387535f5b6f6c7ccb9ffa6b59..b5f45dfdadadb3a2e2c6c5666ab276924ba21f72 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -109,16 +109,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-    *) mod_actions: Regression from 1.3: the file referred to must exist.
-       Solve this by introducing the "virtual" modifier to the Action
-       directive. PR 28553.
-         modules/mappers/mod_actions.c: r1.32, r1.34
-       jerenkrantz: Icky side-effect of the *t == '0' check.
-       +1: nd, jerenkrantz, wrowe, jim
-       -0: by rbb (inconsistent to 1.3, discussion on dev@)
-          nd: I'm going to reverse the default
-          jerenkrantz, striker: I'm confused as to the status of this backport.
-
     *) Win32: Move call to mpm_service_install to the rewrite_args hook
        from the post_config hook.
          http://svn.apache.org/viewcvs?view=rev&rev=154319