You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2013/05/25 01:29:57 UTC

svn commit: r1486253 - /httpd/httpd/branches/2.4.x/STATUS

Author: humbedooh
Date: Fri May 24 23:29:56 2013
New Revision: 1486253

URL: http://svn.apache.org/r1486253
Log:
vote + promote (with fuzz)

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1486253&r1=1486252&r2=1486253&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri May 24 23:29:56 2013
@@ -89,6 +89,31 @@ RELEASE SHOWSTOPPERS:
 
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
+  
+    * mod_dav: Make sure that when we prepare an If URL for Etag comparison,     
+      we compare unencoded paths. PR 53910
+      trunk patch: http://svn.apache.org/r1470940
+                   http://svn.apache.org/r1477530
+      2.4.x patch: trunk patch works (minus CHANGES)
+      +1: minfrin, jim, jorton
+
+    * mod_dav: Sending a If or If-Match header with an invalid ETag doesn't
+      result in a 412 Precondition Failed. PR54610
+      trunk patch: http://svn.apache.org/r1476604
+      2.4.x patch: trunk patch works (minus CHANGES)
+      +1: minfrin, jim, jorton
+
+    * 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
+      namespace httpd segfaults. PR 52559
+      trunk patch: http://svn.apache.org/r1476642
+      2.4.x patch: trunk patch works (minus CHANGES)
+      +1: minfrin, jim, jorton
+
+    * mod_dav: Do not fail PROPPATCH when prop namespace is not known. PR 52559
+      trunk patch: http://svn.apache.org/r1476644
+      2.4.x patch: trunk patch works (minus CHANGES)
+      +1: minfrin, jim, jorton
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -182,30 +207,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: trunk patches work
       +1: jim
 
-    * mod_dav: Make sure that when we prepare an If URL for Etag comparison,     
-      we compare unencoded paths. PR 53910
-      trunk patch: http://svn.apache.org/r1470940
-                   http://svn.apache.org/r1477530
-      2.4.x patch: trunk patch works (minus CHANGES)
-      +1: minfrin, jim, jorton
-
-    * mod_dav: Sending a If or If-Match header with an invalid ETag doesn't
-      result in a 412 Precondition Failed. PR54610
-      trunk patch: http://svn.apache.org/r1476604
-      2.4.x patch: trunk patch works (minus CHANGES)
-      +1: minfrin, jim, jorton
-
-    * 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
-      namespace httpd segfaults. PR 52559
-      trunk patch: http://svn.apache.org/r1476642
-      2.4.x patch: trunk patch works (minus CHANGES)
-      +1: minfrin, jim, jorton
-
-    * mod_dav: Do not fail PROPPATCH when prop namespace is not known. PR 52559
-      trunk patch: http://svn.apache.org/r1476644
-      2.4.x patch: trunk patch works (minus CHANGES)
-      +1: minfrin, jim, jorton
 
     * core, mod_ssl: Lift the restriction that prevents mod_ssl taking
       full advantage of the event MPM. Enable the ability for a module
@@ -314,7 +315,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     * ap_release.h: Make AP_SERVER_ADD_STRING define-able from CFLAGS.
       trunk patch: http://svn.apache.org/r1481955
       2.4.x patch: trunk works (with fuzz)
-      +1: fuankg, minfrin
+      +1: fuankg, minfrin, humbedooh
 
     * mod_proxy_http: Make the proxy-interim-response environment variable
       effective by formally overriding origin server behaviour.