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

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

Author: minfrin
Date: Sun May 26 19:29:25 2013
New Revision: 1486452

URL: http://svn.apache.org/r1486452
Log:
Promote another one.

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=1486452&r1=1486451&r2=1486452&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sun May 26 19:29:25 2013
@@ -122,6 +122,12 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
       2.4.x patch: trunk works, modulo CHANGES
       +1: minfrin, covener, jorton
 
+    * mod_dav: Improve error handling in dav_method_put(), add new
+      dav_join_error() function.  PR 54145.
+      trunk patch: http://svn.apache.org/r1464241
+      2.4.x patch: http://people.apache.org/~minfrin/httpd-mod_dav-errorhandling.patch
+      +1: minfrin, jim, jorton
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -226,12 +232,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       -0.5: sf: I would prefer if this sat in trunk for a few months first
                 to receive more testing.
 
-    * mod_dav: Improve error handling in dav_method_put(), add new
-      dav_join_error() function.  PR 54145.
-      trunk patch: http://svn.apache.org/r1464241
-      2.4.x patch: http://people.apache.org/~minfrin/httpd-mod_dav-errorhandling.patch
-      +1: minfrin, jim, jorton
-
     * mod_cache: Invalidate cached entities in response to RFC2616 Section
       13.10 Invalidation After Updates or Deletions. PR 15868
       trunk patch: http://svn.apache.org/r1070179