]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Note that ProxySet is documented and cast a vote for PR 43213
authorJim Jagielski <jim@apache.org>
Mon, 27 Aug 2007 12:25:32 +0000 (12:25 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 27 Aug 2007 12:25:32 +0000 (12:25 +0000)
fix

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

STATUS

diff --git a/STATUS b/STATUS
index 6d40ebca435dbdc53b894ce4bb7afc96a642f4a3..61a7c3ee21683cb0a3641d320be6e9f5c7647fd5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -159,6 +159,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       +1: rpluem, jim
       -0.5: niq - This (ProxySet) needs documenting. 
             Reviewing it 'blind' lacks appeal.
+            jim: ProxySet is now documented... Nick can you
+            review your vote?
 
     * mod_proxy: Allow optional name=value options within <Proxy section line.
       Additional arguments are allowed only for 'standard' url's, meaning that
@@ -213,7 +215,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     * mod_expires: Don't crash on bad configuration data
       PR: 43213
       http://svn.apache.org/viewvc?view=rev&revision=569622
-      +1: niq, rpluem
+      +1: niq, rpluem, jim
  
     * log core: ensure we use a special pool for stderr logging, so that
       the stderr channel remains valid from the time plog is destroyed,