]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
a few votes
authorJeff Trawick <trawick@apache.org>
Tue, 25 Jun 2013 11:25:21 +0000 (11:25 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 25 Jun 2013 11:25:21 +0000 (11:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1496420 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2778bdc4531a94b3897499fa7e48fd2c22623b10..128c18123bb1721df4d3e5edb6898b75621edc3a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -206,7 +206,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   * mod_dav: Ensure URI is correctly uriencoded on return. PR 54611
     trunk patch: http://svn.apache.org/r1476621
     2.2.x patch: trunk patch works (minus CHANGES)
-    +1: minfrin
+    +1: minfrin, trawick
 
   * mod_dav: When a PROPPATCH attempts to remove a non-existent dead
     property on a resource for which there is no dead property in the same
@@ -225,7 +225,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     URI that is not configured for DAV will trigger a segfault.
     trunk patch: http://svn.apache.org/r1485668
     2.2.x patch: trunk works, modulo CHANGES
-    +1: minfrin
+    +1: minfrin, trawick
 
   * core: speed up (for common cases) and reduce memory usage of ap_escape_logitem
     This should save 70-100 bytes in the request pool for a default config.
@@ -236,7 +236,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   * mod_cache: Fix uninitialized tmppath variable. PR 54949
     trunk patch: Variable removed from trunk in http://svn.apache.org/r1407381
     2.2.x patch: http://people.apache.org/~minfrin/httpd-mod_cache-tmppath.patch
-    +1: minfrin
+    +1: minfrin, trawick
 
   * core: Limit ap_pregsub() to 64MB, add ap_pregsub_ex() for longer strings.
     The default limit can be adjusted at compile time using AP_PREGSUB_MAXLEN.