You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2013/10/18 15:33:21 UTC

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

Author: jim
Date: Fri Oct 18 13:33:21 2013
New Revision: 1533446

URL: http://svn.apache.org/r1533446
Log:
promote

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=1533446&r1=1533445&r2=1533446&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Oct 18 13:33:21 2013
@@ -97,6 +97,18 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  * mod_dav: Fix 55306.  Don't require lock tokens for COPY source.
+    trunk patches: https://svn.apache.org/r1528718
+    2.4.x: trunk works, CHANGES needs to be written when merging
+    +1: breser, minfrin, jim
+  
+  * mod_dav: Fix 55397.  dav_resource->uri treated as unencoded. This was an
+    unnecessary ABI changed introduced in 2.4.6.
+    trunk patches: https://svn.apache.org/r1529559
+                   https://svn.apache.org/r1531505
+    2.4.x: trunk works, CHANGES needs to be written when merging
+    +1: breser, minfrin, jim
+
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -190,18 +202,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: https://people.apache.org/~kbrand/mod_ssl-2.4.x-ekh.diff
     +1: kbrand,
 
-  * mod_dav: Fix 55306.  Don't require lock tokens for COPY source.
-    trunk patches: https://svn.apache.org/r1528718
-    2.4.x: trunk works, CHANGES needs to be written when merging
-    +1: breser, minfrin, jim
-  
-  * mod_dav: Fix 55397.  dav_resource->uri treated as unencoded. This was an
-    unnecessary ABI changed introduced in 2.4.6.
-    trunk patches: https://svn.apache.org/r1529559
-                   https://svn.apache.org/r1531505
-    2.4.x: trunk works, CHANGES needs to be written when merging
-    +1: breser, minfrin, jim
-
   * mod_auth_form: Make sure the optional functions are loaded even when
     the AuthFormProvider isn't specified.
     trunk patch: https://svn.apache.org/r1531672