]> granicus.if.org Git - apache/commitdiff
vote/promote
authorEric Covener <covener@apache.org>
Sat, 12 Jul 2014 12:20:44 +0000 (12:20 +0000)
committerEric Covener <covener@apache.org>
Sat, 12 Jul 2014 12:20:44 +0000 (12:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1609907 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 4a5ddfc80d76cea24c25448fb3d78888c44f5ab3..c8c34c8d08e154bfdb3b28b40214c611ef7c7d2f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -100,6 +100,16 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_dav: PROPFIND not encoding hrefs properly.  PR 56480.
+              This was an unintentional regression in the PR 55397 fixes previously
+              released to fix the regressions caused by PR 54611.  Causes problems with
+              mod_dav_svn.  Subversion's trunk test suite will show an XPASS test when
+              this is fixed.
+     trunk patch: http://svn.apache.org/r1602338
+     2.4.x patch: run svn merge -c 1602338 ^/httpd/httpd/trunk
+                  and add the following CHANGES entry:
+     *) mod_dav: Fix improper encoding in PROPFIND responses.  PR 56480.
+     +1: breser, ylavic, covener
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -186,23 +196,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: jorton, ylavic, kbrand
      kbrand: please backport the doc change (r1605829), too
 
-   * mod_dav: PROPFIND not encoding hrefs properly.  PR 56480.
-              This was an unintentional regression in the PR 55397 fixes previously
-              released to fix the regressions caused by PR 54611.  Causes problems with
-              mod_dav_svn.  Subversion's trunk test suite will show an XPASS test when
-              this is fixed.
-     trunk patch: http://svn.apache.org/r1602338
-     2.4.x patch: run svn merge -c 1602338 ^/httpd/httpd/trunk
-                  and add the following CHANGES entry:
-     *) mod_dav: Fix improper encoding in PROPFIND responses.  PR 56480.
-     +1: breser, ylavic
-
    * mod_ssl: The SNI callback already logs a debug message when the vhost
      is found or no vhost matches.  Log one when no name is provided
      by the client.
      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1608284
      2.4.x patch: Trunk patch works after "svn resolved docs/log-message-tags"
-     +1: trawick
+     +1: trawick, covener
 
 OTHER PROPOSALS