]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote and promote mod_dav fix.
authorYann Ylavic <ylavic@apache.org>
Wed, 9 Jul 2014 14:38:11 +0000 (14:38 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 9 Jul 2014 14:38:11 +0000 (14:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1609180 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index ad215d21fe739ba06245ae94229b5d55b9631aee..b66f0ac3264b0f78197c5423d5cb7650a8d62d25 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -99,6 +99,17 @@ 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.2.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, rpluem, ylavic
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -115,17 +126,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      rpluem says: +1 if you add the MMN bump
      ylavic: MMN bump in patch #3
 
-   * 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.2.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, rpluem
-
 PATCHES/ISSUES THAT ARE STALLED
 
   * mod_cache: Realign the cache_quick_handler() to behave identically